Testsuite: explicitly disable TFO in transports
[users/jgh/exim.git] / test / confs / 2117
index b6a5576675de2bd3663480b429e9aa2da2c98f69..cdec8306bdb256def5c335299ae446aba87b576a 100644 (file)
@@ -53,9 +53,10 @@ send_to_server:
   driver = smtp
   allow_localhost
   hosts = 127.0.0.1
-  hosts_nopass_tls = *
   port = PORT_D
+  hosts_try_fastopen = :
   tls_try_verify_hosts = :
+  hosts_nopass_tls = *
 
 
 # ----- Retry -----