reverted auth mechanisms, md5 options don't work with sha512 encrypted passwords
This commit is contained in:
parent
2264ba59a0
commit
eb68acca9c
@ -97,7 +97,7 @@ disable_plaintext_auth = yes
|
||||
# plain login digest-md5 cram-md5 ntlm rpa apop anonymous gssapi otp skey
|
||||
# gss-spnego
|
||||
# NOTE: See also disable_plaintext_auth setting.
|
||||
auth_mechanisms = plain login digest-md5 cram-md5
|
||||
auth_mechanisms = plain login
|
||||
|
||||
##
|
||||
## Password and user databases
|
||||
|
@ -1220,16 +1220,4 @@ dovecot_login:
|
||||
server_socket = /run/dovecot/auth-client
|
||||
server_set_id = $auth1
|
||||
|
||||
dovecot_digestmd5:
|
||||
driver = dovecot
|
||||
public_name = DIGEST-MD5
|
||||
server_socket = /run/dovecot/auth-client
|
||||
server_set_id = $auth1
|
||||
|
||||
dovecot_crammd5:
|
||||
driver = dovecot
|
||||
public_name = CRAM-MD5
|
||||
server_socket = /run/dovecot/auth-client
|
||||
server_set_id = $auth1
|
||||
|
||||
# End of Exim configuration file
|
||||
|
Loading…
x
Reference in New Issue
Block a user