Testsuite: explicitly disable TFO in transports
[exim.git] / test / confs / 2010
index 2cedb89cf9779df9558645dbd0e04a99f8501d32..dae45a08c88f21ca33042ac4a75cf113ed40c764 100644 (file)
@@ -44,8 +44,9 @@ send_to_server:
   driver = smtp
   allow_localhost
   hosts = HOSTS
-  hosts_require_tls = *
   port = PORT_D
+  hosts_try_fastopen = :
+  hosts_require_tls = *
 
 
 # ----- Retry -----