diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-05-25 12:41:20 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-05-25 21:05:55 +0100 |
commit | 7ae71ad1ec1fe9ab2aff04efc277b7427f933ea9 (patch) | |
tree | 60238013c2a0fead302a545764a63421db021a8c | |
parent | 43ac2ce5e55c134367e7a6c8eb8d2129df00c770 (diff) |
Testsuite: avoid fail on non-TLS bulid
-rw-r--r-- | test/confs/3901 | 2 |
1 files changed, 2 insertions, 0 deletions
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 |