We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b02656b + d2bcafa commit 842b9b7Copy full SHA for 842b9b7
dovecot/10-auth.conf
@@ -97,7 +97,7 @@
97
# plain login digest-md5 cram-md5 ntlm rpa apop anonymous gssapi otp skey
98
# gss-spnego
99
# NOTE: See also disable_plaintext_auth setting.
100
-auth_mechanisms = plain login
+auth_mechanisms = plain login digest-md5 cram-md5 scram-sha-1
101
102
##
103
## Password and user databases
dovecot/10-ssl.conf
@@ -3,7 +3,7 @@
3
4
5
# SSL/TLS support: yes, no, required. <doc/wiki/SSL.txt>
6
-ssl = required
+ssl = yes
7
8
# PEM encoded X.509 SSL/TLS certificate and private key. They're opened before
9
# dropping root privileges, so keep the key file unreadable by anyone but
0 commit comments