From b367453a08bff7123dfe0b841de290e17372ad7c Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Tue, 10 Aug 2021 21:32:18 +0100 Subject: DKIM: fix verify under TLS & chunking, with pipelined next command --- test/confs/4539 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'test/confs/4539') 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 -- cgit v1.2.3