Fix CVE-2016-1531
[exim.git] / test / confs / 2149
index 1684f11c6af54adeb135dc71068b9b7e9252286a..810ab712a3e802a0f5eea1e41d8eb638cbe2d7ca 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 = ""
@@ -55,5 +55,6 @@ send_to_server:
   allow_localhost
   hosts = 127.0.0.1
   port = PORT_D
+  tls_try_verify_hosts = :
 
 # End