Logging: add I= element to transport-defer lines. Bug 2675
[exim.git] / test / confs / 0326
index fb9b5c945fa247bacf589ab01589647dfe9bce0e..a983e071a85af619159c599cbc8aa2c359ddf998 100644 (file)
@@ -1,14 +1,8 @@
 # Exim test configuration 0326
 
-exim_path = EXIM_PATH
-keep_environment =
-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
-tls_advertise_hosts =
 
 # ----- Main settings -----
 
@@ -44,7 +38,7 @@ begin transports
 
 t1:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 # End