diff --git a/mailsystem/roundcube.nix b/mailsystem/roundcube.nix index ba04636..b05fb25 100644 --- a/mailsystem/roundcube.nix +++ b/mailsystem/roundcube.nix @@ -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; '';