diff options
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/9350 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/confs/9350 b/test/confs/9350 index fd75156f5..4ba8e6d68 100644 --- a/test/confs/9350 +++ b/test/confs/9350 @@ -15,6 +15,13 @@ gecos_name = CALLER_NAME acl_smtp_rcpt = check_recipient +tls_advertise_hosts = * +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} + # ----- ACL ----- |