Dear Roundcube folks,
having a system with a Postfix and Dovecot (using vmm [1]), a second system with Roundcube accessing that system and a third one with a PostgreSQL installation, I wonder how I need to configure the Password plugin [2].
I found a blog entry in German instructing how to do that [3], but it does not work for me as I configured Dovecot to use password type SSHA512.
Setting password_crypt_hash
to sha512
I get an error, when actually
trying to replace the old with the new password.
PASSWORD_CRYPT_ERROR
I also do not understand, why there are password_dovecotpw
configurations options. Do I need to install these on the Web server
running Roundcube?
Thanks,
Paul
[1] http://vmm.localdomain.org/ [2] http://trac.roundcube.net/browser/github/plugins/password [3] http://www.finnchristiansen.de/2014/01/07/passwort-aendern-mit-roundcube-und...
On 2014-02-20 23:02, Paul Menzel wrote:
I also do not understand, why there are
password_dovecotpw
configurations options. Do I need to install these on the Web server running Roundcube?
roundcube is just an imap client, so fidle with dovecotpw is not the best way to solve when the password is storege in sql ? (you say postgresql)
then configure the password plugin to change users password in postgresql, make sure you dont use another crypt then what you create users with in sql in the first place, else users cant login anymore :=)
then dovecot/roundcube will follow and use that info
changing passwords in roundcube does not log user out for the change since it sets the new password cookie aswell, end results is just new password is used :=)
i did that for mysql, it should be simple aswell for postgresql