diff dovecot-example.conf @ 6993:ce2262d47250 HEAD

Updated ssl_ca_file comment.
author Timo Sirainen <tss@iki.fi>
date Tue, 11 Dec 2007 20:47:29 +0200
parents 6b5f89c41de5
children 10d49a20b04e
line wrap: on
line diff
--- a/dovecot-example.conf	Tue Dec 11 19:13:38 2007 +0200
+++ b/dovecot-example.conf	Tue Dec 11 20:47:29 2007 +0200
@@ -98,9 +98,9 @@
 # give it when starting dovecot with -p parameter.
 #ssl_key_password =
 
-# File containing trusted SSL certificate authorities. Usually not needed.
-# The CAfile should contain the CA-certificate(s) followed by the matching 
-# CRL(s). CRL checking is new in dovecot .rc1
+# File containing trusted SSL certificate authorities. Set this only if you
+# intend to use ssl_verify_client_cert=yes. The CAfile should contain the
+# CA-certificate(s) followed by the matching CRL(s).
 #ssl_ca_file = 
 
 # Request client to send a certificate. If you also want to require it, set