Add hosts_verify_avoid_tls option to smtp transport.
[exim.git] / test / confs / 5410
index aff16fad4b6a3467de7fb64152a66c9a0fc1a8e7..576967cacb977d6ea124086542ee17fca9f1cdf8 100644 (file)
@@ -1,4 +1,4 @@
-# Exim test configuration 5402
+# Exim test configuration 5410
 
 exim_path = EXIM_PATH
 host_lookup_order = bydns
@@ -52,7 +52,8 @@ smtp:
   driver = smtp
   interface = HOSTIPV4
   port = PORT_D
-  hosts_avoid_tls = ${if eq {$address_data}{usery}{*}{:}}
+  hosts_avoid_tls =        ${if eq {$address_data}{usery}{*}{:}}
+  hosts_verify_avoid_tls = ${if eq {$address_data}{userz}{*}{:}}
 
 
 # End