From a46720c8c85965d3261d8fbc86d15e2211ed1415 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Mon, 11 Apr 2016 23:54:34 +0000 Subject: [PATCH] config.inc.php: - add more detailed notes about unsupported dovecot:* encryption types (after hunting them down with r00t^2 on IRC) git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1833 a1433add-5e2c-0410-b055-b7f2511e0802 --- config.inc.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.inc.php b/config.inc.php index 827a9a8e..b95851e1 100644 --- a/config.inc.php +++ b/config.inc.php @@ -139,7 +139,10 @@ $CONF['smtp_client'] = ''; // mysql_encrypt = useful for PAM integration // authlib = support for courier-authlib style passwords // dovecot:CRYPT-METHOD = use dovecotpw -s 'CRYPT-METHOD'. Example: dovecot:CRAM-MD5 -// (WARNING: don't use dovecot:* methods that include the username in the hash - you won't be able to login to PostfixAdmin in this case) +// IMPORTANT: +// - don't use dovecot:* methods that include the username in the hash - you won't be able to login to PostfixAdmin in this case +// - you'll need at least dovecot 2.1 for salted passwords ('doveadm pw' 2.0.x doesn't support the '-t' option) +// - dovecot 2.0.0 - 2.0.7 is not supported $CONF['encrypt'] = 'md5crypt'; // In what flavor should courier-authlib style passwords be encrypted?