Logging: add I= element to transport-defer lines. Bug 2675
[exim.git] / test / confs / 0271
index f3fb43846b5c763bf37cc42460efdecc8cc4923c..b9512dca1cd2f87cf4318fd305be51a4d66c84f7 100644 (file)
@@ -1,13 +1,8 @@
 # Exim test configuration 0271
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 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 -----
 
@@ -19,7 +14,7 @@ begin transports
 
 t1:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 # ----- Routers -----