Logging: add I= element to transport-defer lines. Bug 2675
[exim.git] / test / confs / 0460
index 5c3483190d367a56080d3975d942cd59937d9629..4918700f9c6f51f661814d5010f893d77002ccad 100644 (file)
@@ -1,18 +1,15 @@
 # Exim test configuration 0460
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 primary_hostname = myhost.test.ex
-rfc1413_query_timeout = 0s
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
 
 
 # ----- Main settings -----
 
 qualify_domain = test.ex
+queue_only
+queue_run_in_order
 
 acl_smtp_rcpt = accept
 
@@ -32,7 +29,7 @@ begin transports
 
 t1:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 # End