summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2015-03-24 18:25:27 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2015-03-24 18:25:27 +0000
commit6c9ed72eaa948d340dba0ea0a878f9570852ab35 (patch)
tree33afa3f0a53d1854ec1652642b2cc5c527625174 /src
parent69cbeaec9d414796f70ab0a98b581895cae0be89 (diff)
Use TLS by default on callouts/cutthroughs
Diffstat (limited to 'src')
-rw-r--r--src/src/transports/smtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/transports/smtp.c b/src/src/transports/smtp.c
index 6a8fbc439..b0fe177e9 100644
--- a/src/src/transports/smtp.c
+++ b/src/src/transports/smtp.c
@@ -224,7 +224,7 @@ smtp_transport_options_block smtp_transport_option_defaults = {
#endif
NULL, /* hosts_require_tls */
NULL, /* hosts_avoid_tls */
- US"*", /* hosts_verify_avoid_tls */
+ NULL, /* hosts_verify_avoid_tls */
NULL, /* hosts_avoid_pipelining */
NULL, /* hosts_avoid_esmtp */
NULL, /* hosts_nopass_tls */