DMARC: fix reporting, ARC-support but not in message
[exim.git] / test / confs / 0022
index e2ebe66f90123d8768902e1c964f367dcdc1f455..e3fadf3e6ad6158121169a72f9cc49a1fa6211df 100644 (file)
@@ -1,20 +1,17 @@
 # Exim test configuration 0022
 
 SERVER=
+CONTROL=
+
+.include DIR/aux-var/std_conf_prefix
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
 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 -----
 
 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
@@ -96,6 +93,7 @@ begin transports
 appendfile:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 # End