summaryrefslogtreecommitdiff
path: root/test/confs
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-10-16 13:43:21 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-10-16 13:43:21 +0000
commit7befa435e5664f43d90bf5a2703fcf4f2a26139e (patch)
treed7a68a4c1938902e3cf52ca953b332b211c44338 /test/confs
parentbb7277654ad306e5385a0ae779761504f8012e08 (diff)
Update Dovecot authenticator to (a) lock out tabs (b) add extra
parameters "secured" and "valid-client-cert" when relevant.
Diffstat (limited to 'test/confs')
-rw-r--r--test/confs/93507
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 -----