From efbe5bb60e920e33b27049d13f42147efde9bca8 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Thu, 15 Oct 2009 16:05:50 -0400 Subject: [PATCH] example-config: Updated listen setting's comments. --HG-- branch : HEAD --- doc/example-config/dovecot.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/example-config/dovecot.conf b/doc/example-config/dovecot.conf index 0ca9341886..167f0f0526 100644 --- a/doc/example-config/dovecot.conf +++ b/doc/example-config/dovecot.conf @@ -22,11 +22,11 @@ # Protocols we want to be serving. #protocols = imap pop3 lmtp -# A space separated list of IP or host addresses where to listen in for -# connections. "*" listens in all IPv4 interfaces. "[::]" listens in all IPv6 -# interfaces. Use "*, [::]" for listening both IPv4 and IPv6. If you want to -# specify non-default ports or anything more complex, edit conf.d/master.conf. -#listen = * +# A space separated list of IPs or hosts where to listen in for connections. +# "*" listens in all IPv4 interfaces, "::" listens in all IPv6 interfaces. +# If you want to specify non-default ports or anything more complex, +# edit conf.d/master.conf. +#listen = *, :: # Disable LOGIN command and all other plaintext authentications unless # SSL/TLS is used (LOGINDISABLED capability). Note that if the remote IP -- 2.47.3