Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0210
index 9e709f761430d03be47b6019b27601a7c6d05735..209f6fc9d86536302374d17d8151d2e48da99001 100644 (file)
@@ -1,11 +1,7 @@
 # Exim test configuration 0210
 
-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 -----
 
@@ -49,6 +45,7 @@ bsmtp_local_delivery:
   delivery_date_add
   envelope_to_add
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   return_path_add
   user = CALLER
 
@@ -66,6 +63,7 @@ bsmtp_smtp:
   allow_localhost
   hosts = 127.0.0.1
   port = PORT_S
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----