Roundcube Community Forum

 

New password plugin driver - vpopmaild

Started by jingo, September 19, 2009, 11:16:19 AM

Previous topic - Next topic

jingo

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.

jingo

Also here is the Danish localization of the password plugin.

JohnDoh

Hi,

Thanks for the driver, please post it to the dev mailinglist for review and inclusion into the plugin.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

jingo

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.