[dovecot-cvs] dovecot dovecot-example.conf,1.23,1.24

cras at procontrol.fi cras at procontrol.fi
Thu Dec 12 20:33:34 EET 2002


Update of /home/cvs/dovecot
In directory danu:/tmp/cvs-serv16373

Modified Files:
	dovecot-example.conf 
Log Message:
imap_listen and imaps_listen accepts now "*" as "all IPv4 interfaces" and
"::" as "all IPv6 interfaces, plus all IPv4 interfaces if supported by OS".

Added a few consts to network API and added functions to get inaddr_any for
ipv4/ipv6.



Index: dovecot-example.conf
===================================================================
RCS file: /home/cvs/dovecot/dovecot-example.conf,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- dovecot-example.conf	12 Dec 2002 06:04:29 -0000	1.23
+++ dovecot-example.conf	12 Dec 2002 18:33:32 -0000	1.24
@@ -13,9 +13,11 @@
 # Port to listen in for SSL IMAP connections. Setting it to 0 disables it.
 #imaps_port = 993
 
-# IP or host address where to listen in for IMAP connections. Empty means to
-# listen in all interfaces. It's not possible to specify multiple.
-#imap_listen = 
+# IP or host address where to listen in for IMAP connections. It's not
+# 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.
+#imap_listen = *
 
 # IP or host address where to listen in for SSL IMAP connections. Defaults
 # to imap_listen if not specified.




More information about the dovecot-cvs mailing list