25 Jun
2003
25 Jun
'03
12:57 a.m.
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