[Dovecot] alternate ports?
I'm trying to set up 1.0 beta 2 on one of our systems, and would like to run it on alternate ports from the standard IMAP and IMAP/SSL ports so that we can test it out a couple users at a time. How does one tell dovecot to listen on alternate ports? I can't find anything in the example config file...
Thanks,
Gregory
-- Gregory K. Ruiz-Ade Sr. Systems Administrator Computer Science and Engineering University of California, San Diego Office: EBU3b 1216 Phone: (858) 822-2625 E-mail: gkra@ucsd.edu
On Thu, Feb 09, 2006 at 02:40:45PM -0800, Gregory K. Ruiz-Ade wrote:
I'm trying to set up 1.0 beta 2 on one of our systems, and would like to run it on alternate ports from the standard IMAP and IMAP/SSL ports so that we can test it out a couple users at a time. How does one tell dovecot to listen on alternate ports? I can't find anything in the example config file...
imap_listen = host:port pop3_listen = host:port
Anand Buddhdev wrote:
On Thu, Feb 09, 2006 at 02:40:45PM -0800, Gregory K. Ruiz-Ade wrote:
I'm trying to set up 1.0 beta 2 on one of our systems, and would like to run it on alternate ports from the standard IMAP and IMAP/SSL ports so that we can test it out a couple users at a time. How does one tell dovecot to listen on alternate ports? I can't find anything in the example config file...
imap_listen = host:port pop3_listen = host:port
I think that was for 0.99.x.
You probably want
protocol imap {
listen = *:143 ssl_listen = *:993
(other options)
}
and similarly for POP.
Best Wishes, Chris
-- --+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+- Christopher Wakelin, c.d.wakelin@reading.ac.uk IT Services Centre, The University of Reading, Tel: +44 (0)118 378 8439 Whiteknights, Reading, RG6 2AF, UK Fax: +44 (0)118 975 3094
participants (3)
-
Anand Buddhdev
-
Chris Wakelin
-
Gregory K. Ruiz-Ade