Testsuite: tidy spurious fails from TFO use
authorJeremy Harris <jgh146exb@wizmail.org>
Sun, 25 Dec 2022 21:01:21 +0000 (21:01 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 25 Dec 2022 21:01:21 +0000 (21:01 +0000)
test/confs/0622

index 8f9d71980022f297afd2a4decdc7a192f79c375e..baca47dbb33a3eafbf360f78c12e331e054db154 100644 (file)
@@ -58,11 +58,12 @@ client:
 begin transports
 
 send_to_server:
-  driver = smtp
+  driver =             smtp
   allow_localhost
-  hosts = 127.0.0.1
-  port = PORT_D
-  max_rcpt = 0
+  hosts_try_fastopen = :
+  hosts =              127.0.0.1
+  port =               PORT_D
+  max_rcpt =           0
   HAP
 
 # ----- Retry -----