Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 2020
index 241d88335114284cccc196f398c11bbe26a8a71b..cb0b8d3ab9360666018d3045840a677859b9b447 100644 (file)
@@ -2,14 +2,9 @@
 
 SERVER=
 
-exim_path = EXIM_PATH
-keep_environment =
-host_lookup_order = bydns
-log_file_path = DIR/spool/log/SERVER%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
+.include DIR/aux-var/tls_conf_prefix
+
+primary_hostname = thishost.test.ex
 
 # ----- Main settings -----
 
@@ -18,11 +13,9 @@ acl_smtp_rcpt = accept
 log_selector = +tls_peerdn
 
 queue_only
-queue_run_in_order
 
 tls_advertise_hosts = *
 
-
 # ----- Routers -----
 
 begin routers
@@ -38,9 +31,10 @@ begin transports
 
 t1:
   driver = smtp
-  hosts = 127.0.0.1
+  hosts = thishost.test.ex
   allow_localhost
   port = PORT_D
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----