appendfile: taint-enforce file & directory options
[exim.git] / test / confs / 0135
index 549579f5b7ff8fd53be572f0c53c5f18403982c4..1318e025c655ac9d36da63e69333a6ab25b5fa1e 100644 (file)
@@ -1,12 +1,7 @@
 # Exim test configuration 0135
 
-exim_path = EXIM_PATH
-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 -----
 
@@ -14,7 +9,7 @@ domainlist local_domains = test.ex
 
 qualify_domain = test.ex
 ignore_bounce_errors_after = 0s
-admin_groups = CALLER
+admin_groups = CALLERGROUP
 remote_max_parallel = 1
 
 
@@ -49,11 +44,12 @@ begin transports
 
 smtp:
   driver = smtp
+  hosts_try_fastopen = :
   connect_timeout = 1s
 
 local_delivery:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   quota = 20
   user = CALLER