fakessh wrote:
I try to implement the change password plugin I just watched http://trac.roundcube.net/browser/trunk/plugins/password it does not seem to have an option to change password when using dovecot I do not use sql or ldap. I use pam to store my password through the authentication to postfix and dovecot: my passwords are login or plain text if so, can you enlighten me how to use the change password plugin
I don't know if there is a plugin or driver for PAM passwords change.
You need a command line tool for changing passwords e.g. chpasswd and use it in PHP. For example see 'sasl' driver from 'password' plugin. Programmers can take a look at http://www.unicom.com/sw/web-chpass. Also virtualmin (which we support in virtualmin driver) probably is working with PAM.