From eddd2959bc7182b893a2fff46ef32f608b563f39 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 13 Dec 2008 17:12:46 +0200 Subject: [PATCH] Updated ssl_listen and ssl_disable comments. --HG-- branch : HEAD --- dovecot-example.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 2.47.3