Logging: add I= element to transport-defer lines. Bug 2675
[exim.git] / test / confs / 0366
index 4ad94b157ef659d89ddb896539e7759e2e923b1d..84ac2e3ce92059c050fca2cd37a064e7cf9032e1 100644 (file)
@@ -2,12 +2,8 @@
 
 HOSTS_MAX_TRY=5
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-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 -----
 
@@ -33,6 +29,7 @@ smtp:
   connect_timeout = 1s
   hosts_max_try = HOSTS_MAX_TRY
   port = PORT_N
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----
@@ -42,7 +39,7 @@ smtp:
 
 begin retry
 
-^[^@]+@ten-      *  F,2s,1s
-*                *  F,2s,1s
+^[^@]+@ten-      *  F,4s,1s
+*                *  F,4s,1s
 
 # End