Use TLS by default on callouts/cutthroughs
[exim.git] / src / src / transports / smtp.c
index 6a8fbc43954eb13c663adde522c64c5a142e9a9a..b0fe177e905139b88cfb3779a0fdc0e2ce1be6b3 100644 (file)
@@ -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 */