Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: jingo on September 19, 2009, 11:16:19 AM

Title: New password plugin driver - vpopmaild
Post by: jingo on September 19, 2009, 11:16:19 AM
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.
Title: New password plugin driver - vpopmaild
Post by: jingo on September 19, 2009, 11:17:53 AM
Also here is the Danish localization of the password plugin.
Title: New password plugin driver - vpopmaild
Post by: JohnDoh on September 19, 2009, 11:39:21 AM
Hi,

Thanks for the driver, please post it to the dev mailinglist for review and inclusion into the plugin.
Title: New password plugin driver - vpopmaild
Post by: jingo on September 19, 2009, 01:35:55 PM
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.
Title: New password plugin driver - vpopmaild
Post by: jingo on September 21, 2009, 07:01:16 AM
Commited in Changeset 2975 ? Roundcube Webmail (http://trac.roundcube.net/changeset/2975) and Changeset 2973 ? Roundcube Webmail (http://trac.roundcube.net/changeset/2973)