Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 2120
index 1288d7f128ece2246814dcfed568b2cc82324c8a..79a2e43f0ba6fcadbaea72db4163ca9493673818 100644 (file)
@@ -13,10 +13,12 @@ acl_smtp_rcpt = accept
 log_selector = +tls_peerdn
 
 queue_only
-queue_run_in_order
 
 tls_advertise_hosts = *
 
+# Ciphers string needing normalisation (the underbar)
+tls_require_ciphers = ECDHE_RSA-AES256-SHA
+
 
 # ----- Routers -----
 
@@ -36,6 +38,7 @@ t1:
   hosts = thishost.test.ex
   allow_localhost
   port = PORT_D
+  hosts_try_fastopen = :
 
 
 # ----- Retry -----