Fix CVE-2016-1531
[exim.git] / test / confs / 5410
index aff16fad4b6a3467de7fb64152a66c9a0fc1a8e7..4c59adb95b39f689ebd4673d6d4ae2aac1f0ddf5 100644 (file)
@@ -1,9 +1,9 @@
-# Exim test configuration 5402
+# Exim test configuration 5410
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
-rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
 gecos_pattern = ""
@@ -52,7 +52,9 @@ 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}{*}{:}}
+  tls_try_verify_hosts = :
 
 
 # End