Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0190
index 6925a373b51ab2629f45e35a30231f52646e63be..cdddae5f828920cbaec6e1ba39ebaeaa6e0e5dea 100644 (file)
@@ -1,11 +1,7 @@
 # Exim test configuration 0190
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
@@ -89,10 +85,12 @@ smtp:
   max_rcpt = 1
   connection_max_messages = 1
   port = PORT_S
+  hosts_try_fastopen = :
 
 smtp2:
   driver = smtp
   port = PORT_S
+  hosts_try_fastopen = :
 
 smtp3:
   driver = smtp
@@ -100,6 +98,7 @@ smtp3:
   max_rcpt = 2
   connection_max_messages = 1
   port = PORT_S
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----