Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0036
index 83997b39b33b3f9d94104edbaeb8cb301760b217..43eb7534aef22400862d58f6ebb02af7e2a989e7 100644 (file)
@@ -2,14 +2,9 @@
 
 SERVER =
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 primary_hostname = myhost.test.ex
-rfc1413_query_timeout = 0s
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/SERVER%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
 
 # ----- Main settings -----
 
@@ -43,10 +38,12 @@ begin transports
 local_delivery:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 send_to_server:
   driver = smtp
   port = PORT_D
+  hosts_try_fastopen = :
 
 # End