8 Mar
2013
8 Mar
'13
12:12 p.m.
On 3/8/2013 1:04 AM, pvsuja wrote:
Yes, I know that. When I am telnetting to my ImapcProxy over 143, the capabilities are listed
...... STARTTLS AUTH=PLAIN AUTH=LOGIN .....
I need the AUTH capability to be enabled only after STARTTLS I have done this in Postfix. Is there a way to do it in Dovecot?
From the template /etc/dovecot/conf.d/10-auth.conf
Disable LOGIN command and all other plaintext authentications unless
SSL/TLS is used (LOGINDISABLED capability). Note that if the remote IP
matches the local IP (ie. you're connecting from the same computer), the
connection is considered secure and plaintext authentication is allowed.
#disable_plaintext_auth = yes
Dem