taint: allow appendfile create_file option to specify a de-tainting safe path
[exim.git] / test / confs / 0460
index 52628ab25aa7f36af93e1e13e68c19ec7eaff9ac..9b46c92b7fbce086c0cdb4f024ede4577484ea03 100644 (file)
@@ -8,6 +8,8 @@ primary_hostname = myhost.test.ex
 # ----- Main settings -----
 
 qualify_domain = test.ex
+queue_only
+queue_run_in_order
 
 acl_smtp_rcpt = accept
 
@@ -28,6 +30,7 @@ begin transports
 t1:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 # End