From: Timo Sirainen Date: Thu, 15 Oct 2009 20:05:50 +0000 (-0400) Subject: example-config: Updated listen setting's comments. X-Git-Tag: 2.0.alpha2~90 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=efbe5bb60e920e33b27049d13f42147efde9bca8;p=thirdparty%2Fdovecot%2Fcore.git example-config: Updated listen setting's comments. --HG-- branch : HEAD --- 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