Author Topic: New password plugin driver - vpopmaild  (Read 8575 times)

Offline jingo

  • Jr. Member
  • **
  • Posts: 15
New password plugin driver - vpopmaild
« 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.

Offline jingo

  • Jr. Member
  • **
  • Posts: 15
New password plugin driver - vpopmaild
« Reply #1 on: September 19, 2009, 11:17:53 AM »
Also here is the Danish localization of the password plugin.

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,850
New password plugin driver - vpopmaild
« Reply #2 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.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦

Offline jingo

  • Jr. Member
  • **
  • Posts: 15
New password plugin driver - vpopmaild
« Reply #3 on: September 19, 2009, 01:35:55 PM »
Quote from: JohnDoh;21498
Hi,

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.

Offline jingo

  • Jr. Member
  • **
  • Posts: 15
New password plugin driver - vpopmaild
« Reply #4 on: September 21, 2009, 07:01:16 AM »