diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-05-19 23:02:27 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-05-19 23:22:32 +0100 |
commit | 96eb7d2a5b86afec3b66a61a1ba8af82ab0c6d41 (patch) | |
tree | f53bb48d934a9ddc48fec774ee76b9728019901b /doc | |
parent | 12d95aa62042377fc9f603245a17a43142972447 (diff) |
Change the default for hosts_noproxy_tls to unset, enabling continued-TLS deliveries as default
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 4 | ||||
-rw-r--r-- | doc/doc-txt/ChangeLog | 6 |
2 files changed, 9 insertions, 1 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index e2f1eafe1..48237e4ea 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -24579,13 +24579,15 @@ been started will not be passed to a new delivery process for sending another message on the same connection. See section &<<SECTmulmessam>>& for an explanation of when this might be needed. -.option hosts_noproxy_tls smtp "host list&!!" * +.new +.option hosts_noproxy_tls smtp "host list&!!" unset .cindex "TLS" "passing connection" .cindex "multiple SMTP deliveries" .cindex "TLS" "multiple message deliveries" For any host that matches this list, a TLS session which has been started will not be passed to a new delivery process for sending another message on the same session. +.wen The traditional implementation closes down TLS and re-starts it in the new process, on the same open TCP connection, for each successive message diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 98a473539..065ec2812 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -102,6 +102,12 @@ JH/20 Bug 2389: fix server advertising of usable certificates, under GnuTLS in directory-of-certs mode. Previously they were advertised despite the documentation. +JH/21 The smtp transport option "hosts_noproxy_tls" is now unset by default. + A single TCP connection by a client will now hold a TLS connection open + for multiple message deliveries, by default. Previoud the default was to + not do so. + + Exim version 4.92 ----------------- |