[Dovecot] alternate ports?
Villalovos, John L
john.l.villalovos at intel.com
Fri Feb 10 00:56:13 EET 2006
dovecot-bounces at dovecot.org <> 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 don't think that works in the 1.0b beta 2 (Note: 1.0 beta 3 just came
out):
Try something like this:
# Listen on localhost for IMAP. Listen on all interfaces for IMAP/SSL
protocol imap {
listen = 127.0.0.1
ssl_listen = *
}
More information about the dovecot
mailing list