Logging: add I= element to transport-defer lines. Bug 2675
[exim.git] / test / confs / 0344
index 52437504e75e1264f69a0f83e2253b43e5677ec6..794e85eb3c3f6a83de06a01285887e952e71e598 100644 (file)
@@ -1,13 +1,8 @@
 # Exim test configuration 0344
 
-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 -----
 
@@ -37,15 +32,19 @@ begin transports
 
 t1:
   driver = smtp
+  hosts_try_fastopen = :
 
 t2:
   driver = smtp
+  hosts_try_fastopen = :
 
 t3:
   driver = smtp
+  hosts_try_fastopen = :
 
 t4:
   driver = smtp
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----