Logging: add I= element to transport-defer lines. Bug 2675
[exim.git] / test / confs / 0296
index 4f820bdc3577efc1e76e1494e3211946d11746c6..6241af0032cac2404beed9fc031c54b3112be0e5 100644 (file)
@@ -1,16 +1,12 @@
 # Exim test configuration 0296
 
-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 -----
 
-admin_groups = CALLER
+admin_groups = CALLERGROUP
 trusted_users = CALLER
 system_filter = DIR/aux-fixed/TESTNUM.Filter
 
@@ -29,7 +25,7 @@ begin transports
 
 t1:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 # End