Page 1 of 1

SMTP Plain Text Authentication

Posted: Tue May 12, 2015 1:57 pm
by diegovieira
How can I disable plain text auth?

Image

Re: SMTP Plain Text Authentication

Posted: Tue May 12, 2015 5:28 pm
by skurudo
/etc/dovecot/conf.d/10-auth.conf

Code: Select all

disable_plaintext_auth = no
auth_verbose = yes
auth_mechanisms = plain login
!include auth-passwdfile.conf.ext
It's default, make them like in wonderland
But first read about Authentication Mechanisms and Dovecot SSL configuration