Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 2110
index db6864863901eae85ebde81959d1e4b185828d5d..cc4a7f03279a76fe71ee98dba7b1840251eb06a4 100644 (file)
@@ -3,13 +3,9 @@
 SERVER =
 HOSTS = 127.0.0.1 : HOSTIPV4
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/tls_conf_prefix
+
 primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/SERVER%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
 
 # ----- Main settings -----
 
@@ -47,8 +43,9 @@ send_to_server:
   driver = smtp
   allow_localhost
   hosts = HOSTS
-  hosts_require_tls = *
   port = PORT_D
+  hosts_try_fastopen = :
+  hosts_require_tls = *
 
 
 # ----- Retry -----