diff dovecot-example.conf @ 5887:3f2eb1b9c555 HEAD

Support listening multiple sockets. SIGHUP also doesn't anymore recreate listener sockets.
author Timo Sirainen <tss@iki.fi>
date Tue, 03 Jul 2007 20:04:28 +0300
parents 3f3c12bfdba6
children 38a73d870731
line wrap: on
line diff
--- a/dovecot-example.conf	Tue Jul 03 18:34:31 2007 +0300
+++ b/dovecot-example.conf	Tue Jul 03 20:04:28 2007 +0300
@@ -22,10 +22,10 @@
 # If you only want to use dovecot-auth, you can set this to "none".
 #protocols = imap imaps
 
-# IP or host address where to listen in for connections. It's not currently
-# possible to specify multiple addresses. "*" listens in all IPv4 interfaces.
-# "[::]" listens in all IPv6 interfaces, but may also listen in all IPv4
-# interfaces depending on the operating system.
+# 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.
 #
 # 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