[Dovecot] Changing port?
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? :)
Regards,
Matt
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.
participants (2)
-
Matt Juszczak
-
Timo Sirainen