Update Dovecot authenticator to (a) lock out tabs (b) add extra
[exim.git] / test / confs / 9350
index fd75156f5eb16f186342523c372b4996699b5c6e..4ba8e6d68a189403447043906a2128135d4aa689 100644 (file)
@@ -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 -----