[Dovecot] Changing port?

Timo Sirainen tss at iki.fi
Fri Jul 22 14:05:09 EEST 2005


On Tue, 2005-07-12 at 18:57 -0400, Matt Juszczak wrote:
> Hi all,
> 
> Trying to setup a test copy of dovecot on my box before I "really" use it. 
> I have it installed into a test dir (/usr/local/dovecot instead of 
> /usr/local), and I've got a config file with valid dirs, etc.
> 
> Only thing is ... I can't find a way to set the port in the protocol pop3 
> {} section.  Its documented in the "listen" directive area at the top of 
> the config file that says its possible, but no other mention of it is ever 
> made.
> 
> How can I make my test copy listen on port 111? :)

protocol pop3 {
  listen = *:111
}

protocol imap {
  listen = *:1234
}

And don't have the listen anywhere else.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://dovecot.org/pipermail/dovecot/attachments/20050722/27788933/attachment-0001.bin>


More information about the dovecot mailing list