I use qmail with vpopmail as mail-server.
vpopmaild can be used to change password among other things.
I have attached a driver to use with the password plugin. 'vpopmaild.php'.
It is based on vpoppassd.php!
Also included are the new config.inc.
I added to config.inc this:
$rcmail_config['password_driver'] = 'vpopmaild';
// vpopmaild Driver options
// -----------------------
// The host which changes the password
$rcmail_config['password_vpopmaild_host'] = 'localhost';
// TCP port used for vpopmaild connections
$rcmail_config['password_vpopmaild_port'] = 89;
Please try it out, and commit it to the svn.
Also here is the Danish localization of the password plugin.
Hi,
Thanks for the driver, please post it to the dev mailinglist for review and inclusion into the plugin.
Quote from: JohnDoh;21498Hi,
Thanks for the driver, please post it to the dev mailinglist for review and inclusion into the plugin.
Just did.
Hope it will be usefull for others.
Commited in Changeset 2975 ? Roundcube Webmail (http://trac.roundcube.net/changeset/2975) and Changeset 2973 ? Roundcube Webmail (http://trac.roundcube.net/changeset/2973)