From 8b25622c75e742a8e4febfb2e4d248e916eeee00 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 12 Jun 2015 02:59:26 -0400
Subject: [PATCH] Describe difference between dovecotpw and doveadm-pw (#1490423)

---
 plugins/password/config.inc.php.dist |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/plugins/password/config.inc.php.dist b/plugins/password/config.inc.php.dist
index 0b004b8..d1067e7 100644
--- a/plugins/password/config.inc.php.dist
+++ b/plugins/password/config.inc.php.dist
@@ -47,11 +47,12 @@
 // using password_algorithm above. Default: empty.
 $config['password_algorithm_prefix'] = '';
 
-// Path for dovecotpw/doveadm-pw (if not in $PATH)
+// Path for dovecotpw/doveadm-pw (if not in the $PATH).
 // Used for password_algorithm = 'dovecot'.
-// $config['password_dovecotpw'] = '/usr/local/sbin/dovecotpw';
+// $config['password_dovecotpw'] = '/usr/local/sbin/doveadm pw'; // for dovecot-2.x
+$config['password_dovecotpw'] = '/usr/local/sbin/dovecotpw'; // for dovecot-1.x
 
-// Dovecot method (dovecotpw -s 'method')
+// Dovecot password scheme.
 // Used for password_algorithm = 'dovecot'.
 $config['password_dovecotpw_method'] = 'CRAM-MD5';
 

--
Gitblit v1.9.1