Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 5401
index 2263bc0bf57369263dc4e206ce943e5b5658c2bb..2b1a4c43e127e8c42a6e207fb28eab241c919847 100644 (file)
@@ -1,14 +1,8 @@
 # Exim test configuration 5401
 
-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 -----
 
@@ -22,7 +16,7 @@ begin acl
 
 acl_rcpt:
     accept     control = cutthrough_delivery
-               verify = recipient
+               verify = recipient/callout=use_sender
 
 
 # ----- Routers -----
@@ -46,6 +40,7 @@ smtp:
   driver = smtp
   interface = HOSTIPV4
   port = PORT_S
+  hosts_try_fastopen = :
 
 
 # End