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/doc-docbook | |
parent | 12d95aa62042377fc9f603245a17a43142972447 (diff) |
Change the default for hosts_noproxy_tls to unset, enabling continued-TLS deliveries as default
Diffstat (limited to 'doc/doc-docbook')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 4 |
1 files changed, 3 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 |