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