git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
OpenSSL: Fix tls_eccurve on earlier versions than 3.0.0. Bug 2954
[exim.git]
/
test
/
confs
/
5820
diff --git
a/test/confs/5820
b/test/confs/5820
index b038558deb02162499b77c3519100091e9a354f4..7ee16522104bd6e43ab95798785d7e85ab4f1bbd 100644
(file)
--- a/
test/confs/5820
+++ b/
test/confs/5820
@@
-16,7
+16,8
@@
acl_smtp_rcpt = accept logwrite = "rcpt ACL"
acl_smtp_rcpt = accept verify = recipient/callout
.endif
acl_smtp_rcpt = accept verify = recipient/callout
.endif
-log_selector = +received_recipients +tls_peerdn +tls_certificate_verified
+log_selector = +received_recipients +tls_peerdn +tls_certificate_verified \
+ +tls_sni
queue_run_in_order
queue_run_in_order
@@
-66,6
+67,7
@@
send_to_server:
driver = smtp
allow_localhost
port = PORT_D
driver = smtp
allow_localhost
port = PORT_D
+ hosts_try_fastopen = :
hosts_try_dane = CONTROL
hosts_require_dane = HOSTIPV4
hosts_try_dane = CONTROL
hosts_require_dane = HOSTIPV4