Logging: add I= element to transport-defer lines. Bug 2675
[exim.git] / test / confs / 0496
index de16b1b5c78007d002de8178c0509777dd73e882..8819f6230b3ae0efa72f581ee7fcfb19a2ccdba6 100644 (file)
@@ -1,12 +1,8 @@
 # Exim test configuration 0496
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
 
 # ----- Main settings -----
 
@@ -43,7 +39,7 @@ begin transports
 
 t1:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 # End