From: Timo Sirainen Date: Sun, 20 Jun 2004 20:55:22 +0000 (+0300) Subject: comment update for setting ports in listen X-Git-Tag: 1.1.alpha1~3888 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39ead8755ee7b8ccb861735baeebaed2b17a31c4;p=thirdparty%2Fdovecot%2Fcore.git comment update for setting ports in listen --HG-- branch : HEAD --- diff --git a/dovecot-example.conf b/dovecot-example.conf index 18109a96aa..b795ae3915 100644 --- a/dovecot-example.conf +++ b/dovecot-example.conf @@ -17,7 +17,9 @@ # 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. You can specify ports with -# "host:port". +# "host:port", although with multiple protocols you probably want to move this +# setting inside protocol imap/pop3 { ... } section, so you can specify +# different ports for IMAP/POP3. #listen = * # IP or host address where to listen in for SSL connections. Defaults