From 39ead8755ee7b8ccb861735baeebaed2b17a31c4 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sun, 20 Jun 2004 23:55:22 +0300 Subject: [PATCH] comment update for setting ports in listen --HG-- branch : HEAD --- dovecot-example.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.47.3