Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0570
index 6cf08073729e91d569674474c90a39587e248ef0..efaf3bccbd0c3ad26040981628032d2815680556 100644 (file)
@@ -3,12 +3,8 @@
 
 OPTION =
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
@@ -39,6 +35,8 @@ begin transports
 smtp:
   driver = smtp
   port = PORT_D
+  hosts_try_fastopen = :
   OPTION
+  max_parallel = 1
 
 # End