~ubuntu-branches/ubuntu/trusty/postfix/trusty-updates

« back to all changes in this revision

Viewing changes to README_FILES/CONNECTION_CACHE_README

Tags: upstream-2.3.1
ImportĀ upstreamĀ versionĀ 2.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
137
137
 
138
138
  * The Postfix smtp(8) client reuses a session for only a limited number of
139
139
    times. This avoids triggering bugs in implementations that do not correctly
140
 
    handle multiple deliveries per session. The use count is limited with the
141
 
    smtp_connection_cache_reuse_limit configuration parameter.
 
140
    handle multiple deliveries per session.
 
141
 
 
142
    With Postfix 2.2 the use count is limited with the
 
143
    smtp_connection_cache_reuse_limit configuration parameter. With Postfix 2.3
 
144
    this is replaced by a time limit which is specified with the
 
145
    smtp_connection_reuse_time_limit parameter. In addition, Postfix 2.3 logs
 
146
    the use count of multiply-used connections, as shown in the following
 
147
    example:
 
148
 
 
149
        Nov  3 16:04:31 myname postfix/smtp[30840]: 19B6B2900FE:
 
150
        to=<wietse@test.example.com>, orig_to=<wietse@test>,
 
151
        relay=mail.example.com[1.2.3.4], ccoonnnn__uussee==22, delay=0.22,
 
152
        delays=0.04/0.01/0.05/0.1, dsn=2.0.0, status=sent (250 2.0.0 Ok)
142
153
 
143
154
  * The connection cache explicitly labels each cached connection with
144
155
    destination domain and IP address information. A connection cache lookup