Fix CVE-2016-1531
[exim.git] / test / confs / 0610
index f805c086cf363763e65fd8e15d85b5e7a5698e05..9f1e25307f99ec44b6a34954e6085f13434a19e6 100644 (file)
@@ -3,6 +3,7 @@
 SERVER =
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 #primary_hostname = myhost.test.ex
 rfc1413_query_timeout = 0s
@@ -11,6 +12,7 @@ log_file_path = DIR/spool/log/SERVER%slog
 log_selector = +sender_on_delivery
 gecos_pattern = ""
 gecos_name = CALLER_NAME
+tls_advertise_hosts =
 
 # ----- Main settings -----
 
@@ -53,7 +55,7 @@ t2:
   allow_localhost
   hosts = 127.0.0.1
   port = PORT_D
-  interface = 127.0.0.2
+  interface = HOSTIPV4
 
 # ----- Retry -----