changeset 7959:532e9496fe88 HEAD

Removed a comment about [::] maybe listening for IPv4 as well. It should listen only on IPv6 on all modern OSes.
author Timo Sirainen <tss@iki.fi>
date Fri, 27 Jun 2008 10:42:14 +0300
parents adb7d13d7d97
children ccbbfa63a36e
files dovecot-example.conf
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/dovecot-example.conf	Fri Jun 27 09:45:07 2008 +0300
+++ b/dovecot-example.conf	Fri Jun 27 10:42:14 2008 +0300
@@ -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