Logging: add I= element to transport-defer lines. Bug 2675
[exim.git] / test / confs / 0098
index 719971c9cf377002c2fa5ed3006201e0327b2671..e16b25eaaca3f105723c2c952fa1956fee79bc01 100644 (file)
@@ -84,7 +84,7 @@ local_delivery:
   driver = appendfile
   delivery_date_add
   envelope_to_add
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   return_path_add
   user = CALLER
 
@@ -92,10 +92,12 @@ smtp:
   driver = smtp
   connect_timeout = 1s
   port = PORT_D
+  hosts_try_fastopen = :
 
 smtp_connect_refused:
   driver = smtp
   port = PORT_N
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----