taint: allow appendfile create_file option to specify a de-tainting safe path
[exim.git] / test / confs / 0222
index 00eddf642fff7b4a88e6fe10d4818070287e0dd1..48d7b42c12570c59322f5e775c950edb1a1a5acd 100644 (file)
@@ -1,14 +1,8 @@
 # Exim test configuration 0222
 
-exim_path = EXIM_PATH
-keep_environment =
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-tls_advertise_hosts =
 
 # ----- Main settings -----
 
@@ -39,12 +33,14 @@ begin transports
 local_delivery:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 autoreply:
   driver = autoreply
   once = DIR/test-once
   once_file_size = 30
+  once_repeat = 4s
   text = "Auto reply message"
   to = $sender_address
   user = CALLER