appendfile: taint-enforce file & directory options
[exim.git] / test / confs / 0036
index 0c504444584d7682f756d6febe0954e8072fdc7d..6d02a44cd7fe9b95a81d5d622d473dd610064204 100644 (file)
@@ -2,14 +2,9 @@
 
 SERVER =
 
-exim_path = EXIM_PATH
-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/SERVER%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-tls_advertise_hosts =
 
 # ----- Main settings -----
 
@@ -42,11 +37,12 @@ begin transports
 
 local_delivery:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 send_to_server:
   driver = smtp
   port = PORT_D
+  hosts_try_fastopen = :
 
 # End