SMTP Plain Text Authentication
-
- Posts: 4
- Joined: Tue May 12, 2015 1:54 pm
SMTP Plain Text Authentication
How can I disable plain text auth?


Re: SMTP Plain Text Authentication
/etc/dovecot/conf.d/10-auth.conf
It's default, make them like in wonderland
But first read about Authentication Mechanisms and Dovecot SSL configuration
Code: Select all
disable_plaintext_auth = no
auth_verbose = yes
auth_mechanisms = plain login
!include auth-passwdfile.conf.ext
But first read about Authentication Mechanisms and Dovecot SSL configuration