[Dovecot] changing listening port
Hi, Trying to setup dovecot in a test environment. I need to run it on an alternate port for imaps.
it doesn't seem like I can specify it on the listen line.
any ideas?
-sv
On Tue Jun 24, 2003 at 17:21:28 -0400, seth vidal wrote:
Trying to setup dovecot in a test environment. I need to run it on an alternate port for imaps. it doesn't seem like I can specify it on the listen line. any ideas?
Try
imaps_listen = *:1234
in your config file.
Adam
Adam adam@os.inf.tu-dresden.de Lackorzynski http://os.inf.tu-dresden.de/~adam/
On Tue, 2003-06-24 at 17:23, Adam Lackorzynski wrote:
On Tue Jun 24, 2003 at 17:21:28 -0400, seth vidal wrote:
Trying to setup dovecot in a test environment. I need to run it on an alternate port for imaps. it doesn't seem like I can specify it on the listen line. any ideas?
Try
imaps_listen = *:1234
in your config file.
Thanks- that works a treat.
-sv
On 24 Jun 2003, seth vidal wrote:
Trying to setup dovecot in a test environment. I need to run it on an alternate port for imaps.
it doesn't seem like I can specify it on the listen line.
any ideas?
Probably not what you want, but running dovecot on any port you like is easy using the daemontools/tcpserver/stunnel/imapfront configuration I posted a while ago. You could quickly do a similar thing with *inetd.
-- Charlie
On Tue, 2003-06-24 at 17:28, Charlie Brady wrote:
On 24 Jun 2003, seth vidal wrote:
Trying to setup dovecot in a test environment. I need to run it on an alternate port for imaps.
it doesn't seem like I can specify it on the listen line.
any ideas?
Probably not what you want, but running dovecot on any port you like is easy using the daemontools/tcpserver/stunnel/imapfront configuration I posted a while ago. You could quickly do a similar thing with *inetd.
yah - I was kinda hoping I could do this w/o *inetd.
I kinda like the standalone server
-sv
participants (3)
-
Adam Lackorzynski
-
Charlie Brady
-
seth vidal