summaryrefslogtreecommitdiff
path: root/test/confs/3401
diff options
context:
space:
mode:
Diffstat (limited to 'test/confs/3401')
-rw-r--r--test/confs/34016
1 files changed, 4 insertions, 2 deletions
diff --git a/test/confs/3401 b/test/confs/3401
index afcd48251..401d5cfa5 100644
--- a/test/confs/3401
+++ b/test/confs/3401
@@ -55,14 +55,16 @@ begin transports
smtp_try:
driver = smtp
- hosts_try_auth = *
port = PORT_S
+ hosts_try_fastopen = :
+ hosts_try_auth = *
authenticated_sender = ${if eq{$local_part}{forcesender}{force@x.y.z}fail}
smtp_force:
driver = smtp
- hosts_require_auth = *
port = PORT_S
+ hosts_try_fastopen = :
+ hosts_require_auth = *
# ----- Retry -----