diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-08-10 21:32:18 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-08-11 00:07:45 +0100 |
commit | b367453a08bff7123dfe0b841de290e17372ad7c (patch) | |
tree | 23f4be640e63689f182dede77fa4a6368e455280 /test/confs | |
parent | 15a44d749b2f4097d43c2d887b6c5bca2d0d8b4a (diff) |
DKIM: fix verify under TLS & chunking, with pipelined next command
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/4530 | 6 | ||||
-rw-r--r-- | test/confs/4535 | 4 | ||||
-rw-r--r-- | test/confs/4539 | 6 |
3 files changed, 15 insertions, 1 deletions
diff --git a/test/confs/4530 b/test/confs/4530 index daa9218ff..c27fb9505 100644 --- a/test/confs/4530 +++ b/test/confs/4530 @@ -22,6 +22,9 @@ dkim_verify_minimal = true DDIR=DIR/aux-fixed/dkim +tls_certificate = DIR/aux-fixed/cert1 +tls_privatekey = DIR/aux-fixed/cert1 + log_selector = -dkim +dkim_verbose +received_recipients # ----- Routers @@ -48,6 +51,9 @@ send_to_server: port = PORT_D hosts_try_fastopen = : hosts_require_tls = * + tls_verify_certificates = DIR/aux-fixed/cert1 + tls_verify_cert_hostnames = : + dkim_domain = test.ex .ifdef SELECTOR diff --git a/test/confs/4535 b/test/confs/4535 index 62c06fcc1..bafcc537d 100644 --- a/test/confs/4535 +++ b/test/confs/4535 @@ -27,6 +27,8 @@ pipelining_connect_advertise_hosts = : dmarc_tld_file = .endif tls_advertise_hosts = * +tls_certificate = DIR/aux-fixed/cert1 +tls_privatekey = DIR/aux-fixed/cert1 primary_hostname = myhost.test.ex @@ -67,6 +69,8 @@ send_to_server: port = PORT_D hosts_try_fastopen = : hosts_require_tls = * + tls_verify_certificates = DIR/aux-fixed/cert1 + tls_verify_cert_hostnames = : .ifdef FILTER transport_filter = /bin/cat - DIR/aux-fixed/TESTNUM.mlistfooter diff --git a/test/confs/4539 b/test/confs/4539 index 57f359ff0..571ddc2d2 100644 --- a/test/confs/4539 +++ b/test/confs/4539 @@ -1,4 +1,4 @@ -# Exim test configuration 0906 +# Exim test configuration 4539 SERVER= exim_path = EXIM_PATH @@ -91,6 +91,8 @@ remote_smtp: port = PORT_D hosts_try_fastopen = : allow_localhost + tls_verify_certificates = DIR/aux-fixed/cert1 + tls_verify_cert_hostnames = : remote_smtp_dkim: driver = smtp @@ -98,6 +100,8 @@ remote_smtp_dkim: port = PORT_D hosts_try_fastopen = : allow_localhost + tls_verify_certificates = DIR/aux-fixed/cert1 + tls_verify_cert_hostnames = : .ifdef OPT dkim_domain = test.ex |