[Dovecot] Howto disable imap listener in dovecot 2.0
Thomas Leuxner
tlx at leuxner.net
Wed Mar 10 19:56:53 EET 2010
Am 10.03.2010 um 17:17 schrieb Erik Logtenberg:
> Hi,
>
> How do I disable the imap listener in dovecot 2.0-beta-3? I only want to
> enable the imaps listener. In previous dovecot versions I could specify:
>
> prototols = imaps
>
Hi Erik,
service imap-login {
inet_listener imap {
port = 0
}
inet_listener imaps {
port = 993
}
}
should do the trick (untested).
Regards
Thomas
More information about the dovecot
mailing list