Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 4700
index 5a86785dda7170a56d3142b54b76ac131270d821..d3b8422226a38a886c5b3293a7f91c6e6a93ebc7 100644 (file)
@@ -1,13 +1,7 @@
 # Exim test configuration 0211
 
-exim_path = EXIM_PATH
-keep_environment =
-host_lookup_order = bydns
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-tls_advertise_hosts =
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
@@ -54,10 +48,12 @@ begin transports
 smtp:
   driver = smtp
   port = PORT_S
+  hosts_try_fastopen = :
 
 local_delivery:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   return_path_add
   user = CALLER