Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 3401
index afcd48251c42b01ba289c27db18399fdffd086fb..401d5cfa5818702bdbe25fb76020c2d27aafe05f 100644 (file)
@@ -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 -----