Lookups: dsearch subdir with leading "..". Bug 2994
[exim.git] / test / confs / 5403
index 70ec647d009219414c8193b65d14a6b4d3904b42..a95334bc508a4c91e6c6c13388f19cee215102ed 100644 (file)
@@ -1,14 +1,8 @@
 # Exim test configuration 5403
 
-exim_path = EXIM_PATH
-keep_environment =
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-tls_advertise_hosts =
 
 log_selector = +received_recipients
 
@@ -59,12 +53,14 @@ smtp:
   driver = smtp
   interface = HOSTIPV4
   port = PORT_S
+  hosts_try_fastopen = :
   headers_add =  ${if def:h_X-hdr-rtr {X-hdr-tpt-new: new} {}}
 
 smtp2:
   driver = smtp
   interface = HOSTIPV4
   port = PORT_S
+  hosts_try_fastopen = :
 
 
 # End