Testsuite: explicitly disable TFO in transports
[exim.git] / test / confs / 3501
index c63e767392bd036ef5301697708a5a3dfd19ce25..b283a2d0dac933b47185d83dba2a2190ee2f6f23 100644 (file)
@@ -43,14 +43,16 @@ begin transports
 
 smtp_try:
   driver = smtp
-  hosts_try_auth = *
   port = PORT_S
+  hosts_try_fastopen = :
+  hosts_try_auth = *
   authenticated_sender = ${if eq{$local_part}{forcesender}{force@x.y.z}fail}
 
 smtp_force:
   driver = smtp
-  hosts_require_auth = *
   port = PORT_S
+  hosts_try_fastopen = :
+  hosts_require_auth = *
 
 
 # ----- Retry -----