Fix CVE-2016-1531
[exim.git] / test / confs / 0467
index 39c297c0d752de866d3f34b46f3817c53275d0d8..9479b2b0b175fd1ee922fd7a26c8b3293cae36a0 100644 (file)
@@ -3,13 +3,14 @@
 SRV=smtp
 
 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 = ""
 gecos_name = CALLER_NAME
+tls_advertise_hosts =
 
 # ----- Main settings -----
 
@@ -32,6 +33,5 @@ begin transports
 
 t1:
   driver = smtp
-  interface = ${if eq {$host}{127.0.0.1} {127.0.0.1}}
 
 # End