mailsystem: roundcube: Fix mixup with dovecotpw and passwdfile
This commit is contained in:
parent
a5cde8fef0
commit
7c464c0130
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
|
||||
// for upgrading the stored passwords after the encryption scheme has changed.
|
||||
$config['password_force_save'] = true;
|
||||
$config['password_dovecot_passwdfile_path'] = "${pkgs.dovecot}/bin/doveadm pw";
|
||||
$config['password_dovecotpw'] = "${dovecotDynamicPasswdFile}";
|
||||
$config['password_dovecot_passwdfile_path'] = "${dovecotDynamicPasswdFile}";
|
||||
$config['password_dovecotpw'] = "${pkgs.dovecot}/bin/doveadm pw";
|
||||
$config['password_dovecotpw_method'] = "${roundcubeCfg.passwordHashingAlgorithm}";
|
||||
$config['password_dovecotpw_with_method'] = true;
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue