[Dovecot] how to tell dovecot v2.0.1 not to listen on port 143
    Michael Köhler 
    dovecot-ml at makomi.de
       
    Fri Oct 28 23:30:18 EEST 2011
    
    
  
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
    
    
More information about the dovecot
mailing list