dovecot-2.2: example-config: Added ssl_client_ca_dir setting.

dovecot at dovecot.org dovecot at dovecot.org
Fri Apr 5 19:27:52 EEST 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/fa860c46d794
changeset: 16210:fa860c46d794
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Apr 05 19:27:41 2013 +0300
description:
example-config: Added ssl_client_ca_dir setting.

diffstat:

 doc/example-config/conf.d/10-ssl.conf |  6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (16 lines):

diff -r e342046d25ca -r fa860c46d794 doc/example-config/conf.d/10-ssl.conf
--- a/doc/example-config/conf.d/10-ssl.conf	Fri Apr 05 19:03:05 2013 +0300
+++ b/doc/example-config/conf.d/10-ssl.conf	Fri Apr 05 19:27:41 2013 +0300
@@ -26,6 +26,12 @@
 # Require that CRL check succeeds for client certificates.
 #ssl_require_crl = yes
 
+# Directory for trusted SSL CA certificates. These are used only when Dovecot
+# needs to act as an SSL client (e.g. imapc backend). The directory is usually
+# /etc/ssl/certs in Debian-based systems and /etc/pki/tls/certs in RedHat-based
+# systems.
+#ssl_client_ca_dir =
+
 # Request client to send a certificate. If you also want to require it, set
 # auth_ssl_require_client_cert=yes in auth section.
 #ssl_verify_client_cert = no


More information about the dovecot-cvs mailing list