[Dovecot] Turn off IMAPS?

Simon B simon.buongiorno at gmail.com
Thu Jun 13 19:02:07 EEST 2013


Thanks everyone :)  You'd think I could have found that on Google!

Simon

On 13 June 2013 16:56, InuSasha <inu at inusasha.de> wrote:
> Hi Simon,
>
> Try to add this configuration.
> The "Port = 0" will disable the listener.
>
> Greats,
> Sascha Kuehndel
>
> service imap-login {
>   inet_listener imap {
>     #port = 143
>   }
>   inet_listener imaps {
>     port = 0
>     #ssl = yes
>   }
> }
>
> service pop3-login {
>   inet_listener pop3 {
>     #port = 110
>   }
>   inet_listener pop3s {
>     port = 0
>     #ssl = yes
>   }
> }
>


More information about the dovecot mailing list