Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 2201
index c463033fc686a1eefd64f41b707052f8d1c34255..8b0c72d917ada0260c94587637aeddcd30214836 100644 (file)
@@ -1,14 +1,8 @@
 # Exim test configuration 2201
 
-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 =
 
 # ----- Main settings -----
 
@@ -74,6 +68,7 @@ begin transports
 local_delivery:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 remote_delivery:
@@ -81,6 +76,7 @@ remote_delivery:
   hosts = 127.0.0.1
   allow_localhost
   port = PORT_D
+  hosts_try_fastopen = :
 
 # ----- Retry -----