Logging: add I= element to transport-defer lines. Bug 2675
[exim.git] / test / confs / 0494
index ff56ff1849d335ca8d0ce34b123db9513a5e9707..fb159a7832fa6e55e56e190537848466565482db 100644 (file)
@@ -1,12 +1,8 @@
 # Exim test configuration 0494
 
-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 -----
 
@@ -33,7 +29,7 @@ begin transports
 
 t1:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 t2: