]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - test/confs/0022
DMARC: add ARC info to history records
[user/henk/code/exim.git] / test / confs / 0022
index 2228b280714f53ab8317ba0ca63b23112898ca32..e3fadf3e6ad6158121169a72f9cc49a1fa6211df 100644 (file)
@@ -1,6 +1,7 @@
 # Exim test configuration 0022
 
 SERVER=
+CONTROL=
 
 .include DIR/aux-var/std_conf_prefix
 
@@ -10,6 +11,7 @@ primary_hostname = myhost.test.ex
 
 hostlist some_hosts = net-lsearch;DIR/aux-var/TESTNUM.hosts
 
+CONTROL
 acl_smtp_rcpt = $local_part
 log_selector = +smtp_connection
 hosts_connection_nolog = : 127.0.0.1
@@ -90,7 +92,8 @@ begin transports
 
 appendfile:
   driver = appendfile
-  file = DIR/test-mail/${bless:$local_part}
+  file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 # End