[Dovecot] how to tell dovecot v2.0.1 not to listen on port 143
Hi.
Sorry for breaking this thread, but I just subscribed from a different address.
I made a mistake.
I didn't mean »imaps« but »imap2«
How can I configure dovecot not to listen for imap connections on port 143.
I want dovecot to listen only on port 993. And ssl = required is already set. So this is not the right solution.
I just comemnted the whole inet_listener imap {...} section out. But this seems to be some kind of default setting. I tried to set:
inet_listener { address = none }
I tried to leave the address variable blank. But no succes.
Good night Lars
Hi Lars,
Am 28.10.2011 um 22:24 schrieb Lars Täuber:
I didn't mean »imaps« but »imap2«
How can I configure dovecot not to listen for imap connections on port 143.
I want dovecot to listen only on port 993. And ssl = required is already set. So this is not the right solution.
I just comemnted the whole inet_listener imap {...} section out. But this seems to be some kind of default setting. I tried to set:
inet_listener { address = none }
I tried to leave the address variable blank. But no succes.
protocols = imap
service imap-login { inet_listener imap { port = 0 } inet_listener imaps { port = 993 ssl = yes } }
Greetings, Michael
Hi Michael,
On Fri, 28 Oct 2011 22:30:18 +0200 Michael Köhler dovecot-ml@makomi.de wrote:
Hi Lars,
I want dovecot to listen only on port 993. [...]
Am 28.10.2011 um 22:24 schrieb Lars Täuber: protocols = imap
service imap-login { inet_listener imap { port = 0 }
this is it.
Many thanks Lars
participants (2)
-
Lars Täuber
-
Michael Köhler