Fix CVE-2016-1531
[exim.git] / test / confs / 3401
index 92c0afc32276fa68e0d56e1cb6b6bbbb2aeb9a14..1e5f87fcb0dc2fcbd44b123942aacea439765663 100644 (file)
@@ -1,9 +1,9 @@
 # Exim test configuration 3401
 
 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 = ""
@@ -62,14 +62,12 @@ smtp_try:
   driver = smtp
   hosts_try_auth = *
   port = PORT_S
-  interface = 127.0.0.1
   authenticated_sender = ${if eq{$local_part}{forcesender}{force@x.y.z}fail}
 
 smtp_force:
   driver = smtp
   hosts_require_auth = *
   port = PORT_S
-  interface = 127.0.0.1
 
 
 # ----- Retry -----