]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
example-config: Updated listen setting's comments.
authorTimo Sirainen <tss@iki.fi>
Thu, 15 Oct 2009 20:05:50 +0000 (16:05 -0400)
committerTimo Sirainen <tss@iki.fi>
Thu, 15 Oct 2009 20:05:50 +0000 (16:05 -0400)
--HG--
branch : HEAD

doc/example-config/dovecot.conf

index 0ca9341886b1569ff661c782594d682c4e31e7e7..167f0f0526927a153f48f2e891b87528fd12e855 100644 (file)
 # 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