From 7ae71ad1ec1fe9ab2aff04efc277b7427f933ea9 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Mon, 25 May 2020 12:41:20 +0100 Subject: [PATCH] Testsuite: avoid fail on non-TLS bulid --- test/confs/3901 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/confs/3901 b/test/confs/3901 index 5c7e7298a..bdcfbce1f 100644 --- a/test/confs/3901 +++ b/test/confs/3901 @@ -10,11 +10,13 @@ primary_hostname = myhost.test.ex acl_smtp_rcpt = check_recipient +.ifdef TRUSTED tls_certificate = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail} tls_privatekey = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail} tls_verify_hosts = HOSTIPV4 tls_verify_certificates = ${if eq {SERVER}{server}{DIR/aux-fixed/cert2}fail} +.endif queue_only -- 2.30.2