taint: allow appendfile create_file option to specify a de-tainting safe path
[exim.git] / test / confs / 0460
index b40bd0ce6d2efdfcefbd207f7949476d866687f3..9b46c92b7fbce086c0cdb4f024ede4577484ea03 100644 (file)
@@ -1,19 +1,15 @@
 # Exim test configuration 0460
 
-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 -----
 
 qualify_domain = test.ex
+queue_only
+queue_run_in_order
 
 acl_smtp_rcpt = accept
 
@@ -34,6 +30,7 @@ begin transports
 t1:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 # End