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/4535 | |
parent | 15a44d749b2f4097d43c2d887b6c5bca2d0d8b4a (diff) |
DKIM: fix verify under TLS & chunking, with pipelined next command
Diffstat (limited to 'test/confs/4535')
-rw-r--r-- | test/confs/4535 | 4 |
1 files changed, 4 insertions, 0 deletions
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 |