Logging: add I= element to transport-defer lines. Bug 2675
[exim.git] / test / confs / 3411
index c2f00db7be81be9a8d32f78ef2bd14f0538c29de..b50220887324b68bbcc412b0275b6e4fc6644a54 100644 (file)
@@ -1,13 +1,8 @@
 # Exim test configuration 3411
 
-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 -----
 
@@ -92,7 +87,7 @@ dev_null:
 
 local_delivery:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 # End