From: Timo Sirainen Date: Sat, 13 Dec 2008 15:12:46 +0000 (+0200) Subject: Updated ssl_listen and ssl_disable comments. X-Git-Tag: 1.2.alpha5~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eddd2959bc7182b893a2fff46ef32f608b563f39;p=thirdparty%2Fdovecot%2Fcore.git Updated ssl_listen and ssl_disable comments. --HG-- branch : HEAD --- diff --git a/dovecot-example.conf b/dovecot-example.conf index a03a9ed40a..c09465cf21 100644 --- a/dovecot-example.conf +++ b/dovecot-example.conf @@ -79,11 +79,12 @@ ## SSL settings ## -# IP or host address where to listen in for SSL connections. Defaults -# to above if not specified. +# IP or host address where to listen in for SSL connections. Remember to also +# add imaps and/or pop3s to protocols setting. Defaults to same as "listen" +# setting if not specified. #ssl_listen = -# Disable SSL/TLS support. +# Disable SSL/TLS support. #ssl_disable = no # PEM encoded X.509 SSL/TLS certificate and private key. They're opened before