Fix CVE-2016-1531
[exim.git] / test / confs / 0231
index fcae1da1833f374f68bfa1747895fa17be9ff92c..0844b160cc225a4142e0a7b6ff3a1bdd15c12e2a 100644 (file)
@@ -1,9 +1,9 @@
 # Exim test configuration 0231
 
 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 = ""
@@ -70,7 +70,6 @@ smtp_rewrite:
   headers_rewrite = *@domain1 $1-rewrite@domain2 f :\
                     *@domain1 $1-other@domain2
   port = PORT_S
-  interface = 127.0.0.1
 
 
 # ----- Retry -----