diff dovecot-example.conf @ 8543:89a31d203d0b HEAD

Updated ssl_listen and ssl_disable comments.
author Timo Sirainen <tss@iki.fi>
date Sat, 13 Dec 2008 17:12:46 +0200
parents 101b206caa00
children 613151990b79
line wrap: on
line diff
--- a/dovecot-example.conf	Sat Dec 13 15:49:25 2008 +0200
+++ b/dovecot-example.conf	Sat Dec 13 17:12:46 2008 +0200
@@ -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. <doc/wiki/SSL>
 #ssl_disable = no
 
 # PEM encoded X.509 SSL/TLS certificate and private key. They're opened before