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
Hintsdb transactions
[exim.git]
/
test
/
confs
/
5670
diff --git
a/test/confs/5670
b/test/confs/5670
index 325ac885b58449000d21bbea01acce92e1e9085f..f4252668e625cf32d82be610ad933a09b2385a90 100644
(file)
--- a/
test/confs/5670
+++ b/
test/confs/5670
@@
-32,11
+32,11
@@
tls_ocsp_file = PEM DIR/tmp/ocsp/double_r.ocsp.pem
.ifdef _HAVE_GNUTLS
.ifdef _HAVE_GNUTLS
-tls_require_ciphers = ${if eq {
LIMIT
}{TLS1.2} {NORMAL:!VERS-ALL:+VERS-TLS1.2} {}}
+tls_require_ciphers = ${if eq {
TRUSTED
}{TLS1.2} {NORMAL:!VERS-ALL:+VERS-TLS1.2} {}}
.endif
.ifdef _HAVE_OPENSSL
.endif
.ifdef _HAVE_OPENSSL
-.ifdef
LIMIT
-openssl_options = ${if eq {
LIMIT
}{TLS1.2} {+no_tlsv1_3} {}}
+.ifdef
TRUSTED
+openssl_options = ${if eq {
TRUSTED
}{TLS1.2} {+no_tlsv1_3} {}}
.endif
.endif
.endif
.endif
@@
-81,7
+81,7
@@
remote_delivery:
hosts_require_tls = *
.ifdef _HAVE_GNUTLS
hosts_require_tls = *
.ifdef _HAVE_GNUTLS
- tls_require_ciphers = ${if eq {
LIMIT
}{TLS1.2} \
+ tls_require_ciphers = ${if eq {
TRUSTED
}{TLS1.2} \
{NONE:\
+SIGN-RSA-SHA256:+VERS-TLS-ALL:+ECDHE-RSA:+DHE-RSA:+RSA\
:+CIPHER-ALL:+MAC-ALL:+COMP-NULL:+CURVE-ALL:+CTYPE-X509} \
{NONE:\
+SIGN-RSA-SHA256:+VERS-TLS-ALL:+ECDHE-RSA:+DHE-RSA:+RSA\
:+CIPHER-ALL:+MAC-ALL:+COMP-NULL:+CURVE-ALL:+CTYPE-X509} \
@@
-96,7
+96,8
@@
remote_delivery:
local_delivery:
driver = appendfile
local_delivery:
driver = appendfile
- file = DIR/test-mail/${bless:$local_part}
+ file = DIR/test-mail/$local_part
+ create_file = DIR/test-mail
headers_add = TLS: cipher=$tls_cipher peerdn=$tls_peerdn
user = CALLER
headers_add = TLS: cipher=$tls_cipher peerdn=$tls_peerdn
user = CALLER