From: Timo Sirainen Date: Fri, 27 Jun 2008 07:42:14 +0000 (+0300) Subject: Removed a comment about [::] maybe listening for IPv4 as well. X-Git-Tag: 1.2.alpha1~202 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8225279a9dcb1962bddf42a504400efa95734c14;p=thirdparty%2Fdovecot%2Fcore.git Removed a comment about [::] maybe listening for IPv4 as well. It should listen only on IPv6 on all modern OSes. --HG-- branch : HEAD --- diff --git a/dovecot-example.conf b/dovecot-example.conf index 91e9f68bf6..383f0c4baf 100644 --- a/dovecot-example.conf +++ b/dovecot-example.conf @@ -24,8 +24,7 @@ # 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, but may also listen in all IPv4 interfaces depending on the -# operating system. Use "*, [::]" for listening both IPv4 and IPv6. +# interfaces. Use "*, [::]" for listening both IPv4 and IPv6. # # If you want to specify ports for each service, you will need to configure # these settings inside the protocol imap/pop3 { ... } section, so you can