Testsuite: explicitly disable TFO in transports
[exim.git] / test / confs / 2116
index d57d3a112d102c0059bf6afbbd6aad43e81899ba..77a6712612cdde8087ee5fedc821c51a37b58b15 100644 (file)
@@ -27,8 +27,9 @@ begin transports
 smtp:
   driver = smtp
   command_timeout = 1s
-  hosts_require_tls = 127.0.0.1
   port = PORT_S
+  hosts_try_fastopen = :
+  hosts_require_tls = 127.0.0.1
 
 
 # ----- Retry -----