diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-09-20 23:40:40 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-09-20 23:40:40 +0100 |
commit | 2377e1d8c7263b4f83aa714e4c8c315babb57c6a (patch) | |
tree | 30349fa39aad2c80bf49359f630770096ef267bf /test/confs/5821 | |
parent | a0093024fe0f1c50705f5463832ae04eea64dd97 (diff) |
Testsuite: avoid cipher vs. cert validity problem
Diffstat (limited to 'test/confs/5821')
-rw-r--r-- | test/confs/5821 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/confs/5821 b/test/confs/5821 index 84d29bdfe..28999d5c7 100644 --- a/test/confs/5821 +++ b/test/confs/5821 @@ -10,7 +10,7 @@ primary_hostname = myhost.test.ex # ----- Main settings ----- -acl_smtp_rcpt = accept logwrite = "rcpt ACL" +acl_smtp_rcpt = accept logwrite = "rcpt ACL: tls_in_bits $tls_in_bits" log_selector = +received_recipients +tls_peerdn +tls_certificate_verified @@ -19,11 +19,11 @@ tls_advertise_hosts = * # Set certificate only if server CDIR2 = DIR/aux-fixed/exim-ca/example.com/server1.example.com -tls_certificate = ${if eq {SERVER}{server} {CDIR2/fullchain.pem}fail} -tls_privatekey = ${if eq {SERVER}{server} {CDIR2/server1.example.com.unlocked.key}fail} +tls_certificate = CDIR2/fullchain.pem +tls_privatekey = CDIR2/server1.example.com.unlocked.key # Permit two specific ciphers -tls_require_ciphers = NORMAL:-VERS-ALL:+VERS-TLS1.2:-KX-ALL:+RSA:-CIPHER-ALL:+AES-128-CBC:+CAMELLIA-256-GCM +tls_require_ciphers = NORMAL:-VERS-ALL:+VERS-TLS1.2:-KX-ALL:+RSA:-CIPHER-ALL:+AES-128-CBC:+AES-256-GCM # ----- Routers ----- begin routers |