Logging: add I= element to transport-defer lines. Bug 2675
[exim.git] / test / confs / 0417
index 4052c570e509efa122d777e9380a9c5da63479d0..2f3ed5df46786b6e4e598a59eb492c224561472d 100644 (file)
@@ -2,13 +2,8 @@
 
 RETURN_ERROR_DETAILS = false
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-rfc1413_query_timeout = 0s
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
@@ -42,5 +37,6 @@ begin transports
 
 t1:
   driver = smtp
+  hosts_try_fastopen = :
 
 # End