Skip to content

Commit 842b9b7

Browse files
Merge pull request antespi#1 from kesselb/more-auth
enable digest-md5 cram-md5 scram-sha-1
2 parents b02656b + d2bcafa commit 842b9b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dovecot/10-auth.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
# plain login digest-md5 cram-md5 ntlm rpa apop anonymous gssapi otp skey
9898
# gss-spnego
9999
# NOTE: See also disable_plaintext_auth setting.
100-
auth_mechanisms = plain login
100+
auth_mechanisms = plain login digest-md5 cram-md5 scram-sha-1
101101

102102
##
103103
## Password and user databases

dovecot/10-ssl.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
##
44

55
# SSL/TLS support: yes, no, required. <doc/wiki/SSL.txt>
6-
ssl = required
6+
ssl = yes
77

88
# PEM encoded X.509 SSL/TLS certificate and private key. They're opened before
99
# dropping root privileges, so keep the key file unreadable by anyone but

0 commit comments

Comments
 (0)