Fix CVE-2016-1531
[exim.git] / test / confs / 2127
index 3639c5bbf38580e9f4286a54c89721abb3de5bf9..da7d2867f6ba9731e038c2c3cd3ce2a5da1aa33d 100644 (file)
@@ -3,9 +3,9 @@
 SERVER =
 
 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/SERVER%slog
 gecos_pattern = ""
@@ -56,5 +56,6 @@ send_to_server:
   allow_localhost
   hosts = ${if eq{$local_part}{userx}{127.0.0.1}{HOSTIPV4}}
   port = PORT_D
+  tls_try_verify_hosts = :
 
 # End