Logging: add I= element to transport-defer lines. Bug 2675
[exim.git] / test / confs / 3207
index 5229e514f05f5e94ea90427ef2eed16555e16650..46b7d69ddc22e533709da38bf00ceaad6f54cb6e 100644 (file)
@@ -1,13 +1,9 @@
 # Exim test configuration 3207
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 primary_hostname = myhost.test.ex
 qualify_domain = test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
 
 # ----- Main settings -----
 
@@ -81,11 +77,12 @@ begin transports
 local_delivery:
   driver = appendfile
   envelope_to_add
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 smtp:
   driver = smtp
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----