Docs: CVE note
[exim.git] / test / confs / 0174
index f366e29f64dde3e3bc966b815ee3565e4f8cf68b..b79e237b3b946dd61b7b81e47fa76b109023fb34 100644 (file)
@@ -53,6 +53,7 @@ begin transports
 appendfile:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 pipe:
@@ -63,7 +64,7 @@ pipe:
   message_prefix =
   return_output
   user = CALLER
-  path = /bin:/usr/bin:/usr/local/bin
+  path = ${env{PATH}}
 
 
 # ----- Retry -----