Aleksander Machniak
2015-06-12 8b25622c75e742a8e4febfb2e4d248e916eeee00
Describe difference between dovecotpw and doveadm-pw (#1490423)
1 files modified
7 ■■■■■ changed files
plugins/password/config.inc.php.dist 7 ●●●●● patch | view | raw | blame | history
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';