28 Oct
2011
28 Oct
'11
11:30 p.m.
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