Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0344
index 591294deba95944849794d6c7b35182e561163ac..794e85eb3c3f6a83de06a01285887e952e71e598 100644 (file)
@@ -1,13 +1,8 @@
 # Exim test configuration 0344
 
-exim_path = EXIM_PATH
-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 =
 
 # ----- Main settings -----
 
@@ -37,15 +32,19 @@ begin transports
 
 t1:
   driver = smtp
+  hosts_try_fastopen = :
 
 t2:
   driver = smtp
+  hosts_try_fastopen = :
 
 t3:
   driver = smtp
+  hosts_try_fastopen = :
 
 t4:
   driver = smtp
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----