Support for (dovecot) encrypted passwordhashes integrated.

This commit is contained in:
2017-11-02 15:46:46 +01:00
parent c8de12dd2a
commit 01bde06869
2 changed files with 44 additions and 13 deletions

View File

@ -4,6 +4,18 @@
# ---
# ----------------------------------------------------
# - dovecot_enc_method
# -
# - The (dovecot) password scheme which should be used to generate the hashed
# - passwords of EXISTING users.
# -
# - Possible values are:
# -
# - See output of 'doveadm pw -l'
# -
# - DEFAULTS to: dovecot_enc_method="SHA512-CRYPT"
# -
#dovecot_enc_method="SHA512-CRYPT"
# - in_file
# -