appendfile: taint-enforce file & directory options
[users/jgh/exim.git] / test / confs / 0177
index 3bc3ab0248037b166b6b7f88655b3edeaabc9e6c..ff780c145d672076518eb8ad8b12f80f7ae4e9cd 100644 (file)
@@ -1,13 +1,7 @@
 # Exim test configuration 0177
 
-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 -----
 
@@ -71,7 +65,7 @@ begin transports
 
 appendfile:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 autoreply:
@@ -81,6 +75,7 @@ autoreply:
 smtp:
   driver = smtp
   port = PORT_S
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----