install_update_dovecot.conf.sample: change 'auth_mechanisms' to 'PLAIN LOGIN'.
This commit is contained in:
parent
8eee0f3f3e
commit
6afef61382
@ -65,6 +65,13 @@ dbuser=postfix
|
|||||||
dbpassword=i""
|
dbpassword=i""
|
||||||
dbhost=/var/run/postgresql
|
dbhost=/var/run/postgresql
|
||||||
|
|
||||||
|
# - Password databases have a default password scheme.
|
||||||
|
# -
|
||||||
|
# - The password scheme can be overridden for each password by prefixing
|
||||||
|
# - it with {SCHEME}, for example: {SHA512-CRYPT}pass.
|
||||||
|
# -
|
||||||
|
# - See: https://wiki.dovecot.org/Authentication/PasswordSchemes
|
||||||
|
# -
|
||||||
default_pass_scheme=PLAIN
|
default_pass_scheme=PLAIN
|
||||||
|
|
||||||
|
|
||||||
@ -87,7 +94,7 @@ spam_folder=Spam
|
|||||||
|
|
||||||
max_userip_connections=24
|
max_userip_connections=24
|
||||||
#auth_mechanisms="plain login digest-md5 cram-md5"
|
#auth_mechanisms="plain login digest-md5 cram-md5"
|
||||||
auth_mechanisms="plain login cram-md5"
|
auth_mechanisms="plain login"
|
||||||
|
|
||||||
# - Settings for quota warning sript
|
# - Settings for quota warning sript
|
||||||
# -
|
# -
|
||||||
|
Loading…
Reference in New Issue
Block a user