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