]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Removed a comment about [::] maybe listening for IPv4 as well.
authorTimo Sirainen <tss@iki.fi>
Fri, 27 Jun 2008 07:42:14 +0000 (10:42 +0300)
committerTimo Sirainen <tss@iki.fi>
Fri, 27 Jun 2008 07:42:14 +0000 (10:42 +0300)
It should listen only on IPv6 on all modern OSes.

--HG--
branch : HEAD

dovecot-example.conf

index 91e9f68bf623ad1d317b82daa469df23097ccba8..383f0c4bafd962aecd7642a4338caedccb53e548 100644 (file)
@@ -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