0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

DOVECOT.txt:

- changed default_pass_scheme to MD5-CRYPT to match default config.inc.php
  https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1971591&group_id=191583
- added description of possible settings

(Note: a dovecot expert should proofread my changes ;-)


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@372 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
Christian Boltz 2008-05-25 20:49:40 +00:00
parent 7c267b1b26
commit fd7a445cb7

View File

@ -38,8 +38,11 @@ db_passwd = postfix
db_client_flags = 0
# Default password scheme.
default_pass_scheme = PLAIN-MD5
# depends on your $CONF['encrypt'] setting:
# md5crypt -> MD5-CRYPT
# md5 -> PLAIN-MD5
# cleartext -> PLAIN
default_pass_scheme = MD5-CRYPT
# Query to retrieve password.