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-txt/ChangeLog | |
parent | 12d95aa62042377fc9f603245a17a43142972447 (diff) |
Change the default for hosts_noproxy_tls to unset, enabling continued-TLS deliveries as default
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
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 ----------------- |