ARC: reset headers before signing for secondary MX. Bug 2886
[exim.git] / test / confs / 0551
index cecaae4903f54660cb5b71092a0e1f348b9736d4..02ba786b17a2052e1fb79b9b60a22c3e12748609 100644 (file)
@@ -1,19 +1,14 @@
 # Exim test configuration 0551
 
-LS=+pid
+LOG_SELECTOR=+pid
+
+.include DIR/aux-var/std_conf_prefix
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
 primary_hostname = myhost.test.ex
-rfc1413_query_timeout = 0s
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
 
 # ----- Main settings -----
 
-log_selector = LS
+log_selector = LOG_SELECTOR
 
 # ----- Routers -----
 
@@ -32,5 +27,6 @@ t1:
   driver = appendfile
   user = CALLER
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
 
 # End