]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - test/confs/2127
Merge branch '4.next'
[user/henk/code/exim.git] / test / confs / 2127
index b177444e92f43cdd1a32248db52c145dbb4ae6b3..65e1901f6f39ebfc09156b11f20b99e5bfcaddd6 100644 (file)
@@ -20,6 +20,10 @@ tls_try_verify_hosts = 127.0.0.1
 tls_verify_hosts = HOSTIPV4
 tls_verify_certificates = DIR/aux-fixed/cert1
 
+tls_require_ciphers = -ALL:kRSA
+.ifdef _OPT_OPENSSL_NO_TLSV1_3_X
+openssl_options = +no_tlsv1_3
+.endif
 # ----- Routers -----
 
 begin routers
@@ -51,6 +55,7 @@ send_to_server:
   allow_localhost
   hosts = ${if eq{$local_part}{userx}{127.0.0.1}{HOSTIPV4}}
   port = PORT_D
+  hosts_try_fastopen = :
   tls_try_verify_hosts = :
 
 # End