Testsuite: avoid using STARTTLS in a non-TLS testcase
[exim.git] / test / confs / 0190
index 03ded9ce22be8fefff17b555540432580b38d212..cdddae5f828920cbaec6e1ba39ebaeaa6e0e5dea 100644 (file)
@@ -85,10 +85,12 @@ smtp:
   max_rcpt = 1
   connection_max_messages = 1
   port = PORT_S
+  hosts_try_fastopen = :
 
 smtp2:
   driver = smtp
   port = PORT_S
+  hosts_try_fastopen = :
 
 smtp3:
   driver = smtp
@@ -96,6 +98,7 @@ smtp3:
   max_rcpt = 2
   connection_max_messages = 1
   port = PORT_S
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----