Logging: add I= element to transport-defer lines. Bug 2675
[exim.git] / test / confs / 0352
index a2ae86ff1b84c3aaca56a772e0341b21ecfb1003..1a37f4100825cf9c3f2914ff73ee357d253cd4e9 100644 (file)
@@ -1,12 +1,7 @@
 # Exim test configuration 0352
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-rfc1413_query_timeout = 0s
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
@@ -31,6 +26,6 @@ begin transports
 t1:
   driver = appendfile
   user = CALLER
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
 
 # End