Testsuite: explicitly disable TFO in transports
[exim.git] / test / confs / 3404
index a76581de23b2c528c50b536fdd658e280ff77043..73cb524b0f1ebb2337a7aa78a444b15eae32e472 100644 (file)
@@ -43,8 +43,9 @@ begin transports
 
 smtp:
   driver = smtp
-  hosts_try_auth = *
   port = PORT_S
+  hosts_try_fastopen = :
+  hosts_try_auth = *
 
 
 # ----- Retry -----