mailsystem: roundcube: Fix mixup with dovecotpw and passwdfile
This commit is contained in:
parent
cbdbb94512
commit
88d2b387c7
1 changed files with 2 additions and 2 deletions
|
|
@ -47,8 +47,8 @@ in {
|
||||||
// Enables saving the new password even if it machtes the old password. Useful
|
// Enables saving the new password even if it machtes the old password. Useful
|
||||||
// for upgrading the stored passwords after the encryption scheme has changed.
|
// for upgrading the stored passwords after the encryption scheme has changed.
|
||||||
$config['password_force_save'] = true;
|
$config['password_force_save'] = true;
|
||||||
$config['password_dovecot_passwdfile_path'] = "${pkgs.dovecot}/bin/doveadm pw";
|
$config['password_dovecot_passwdfile_path'] = "${dovecotDynamicPasswdFile}";
|
||||||
$config['password_dovecotpw'] = "${dovecotDynamicPasswdFile}";
|
$config['password_dovecotpw'] = "${pkgs.dovecot}/bin/doveadm pw";
|
||||||
$config['password_dovecotpw_method'] = "${roundcubeCfg.passwordHashingAlgorithm}";
|
$config['password_dovecotpw_method'] = "${roundcubeCfg.passwordHashingAlgorithm}";
|
||||||
$config['password_dovecotpw_with_method'] = true;
|
$config['password_dovecotpw_with_method'] = true;
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue