Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0135
index 913373d8aaaac64869573e6d271c9fed3cf05755..63168ecd5a8610b69769bf5caef96cd3976a26c1 100644 (file)
@@ -1,13 +1,7 @@
 # Exim test configuration 0135
 
-exim_path = EXIM_PATH
-keep_environment =
-host_lookup_order = bydns
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-tls_advertise_hosts =
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
@@ -15,7 +9,7 @@ domainlist local_domains = test.ex
 
 qualify_domain = test.ex
 ignore_bounce_errors_after = 0s
-admin_groups = CALLER
+admin_groups = CALLERGROUP
 remote_max_parallel = 1
 
 
@@ -50,11 +44,13 @@ begin transports
 
 smtp:
   driver = smtp
+  hosts_try_fastopen = :
   connect_timeout = 1s
 
 local_delivery:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   quota = 20
   user = CALLER