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 /src | |
parent | 12d95aa62042377fc9f603245a17a43142972447 (diff) |
Change the default for hosts_noproxy_tls to unset, enabling continued-TLS deliveries as default
Diffstat (limited to 'src')
-rw-r--r-- | src/src/transports/smtp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/transports/smtp.c b/src/src/transports/smtp.c index f76b4f730..041ed9393 100644 --- a/src/src/transports/smtp.c +++ b/src/src/transports/smtp.c @@ -262,7 +262,7 @@ smtp_transport_options_block smtp_transport_option_defaults = { .hosts_avoid_esmtp = NULL, #ifdef SUPPORT_TLS .hosts_nopass_tls = NULL, - .hosts_noproxy_tls = US"*", + .hosts_noproxy_tls = NULL, #endif .command_timeout = 5*60, .connect_timeout = 5*60, |