Hello, if you have vpopmaild active, I think it's easier to use the vpopmail driver. Here is my config.inc.php:
$rcmail_config['password_driver'] = 'vpopmaild';
// vpopmaild Driver options // ----------------------- // The host which changes the password $rcmail_config['password_vpopmaild_host'] = 'your-IP';
// TCP port used for vpopmaild connections $rcmail_config['password_vpopmaild_port'] = 89;
regards Roberto
On Tue, 23 Nov 2010 22:54:12 -0800 (PST), Dagia Dorjsuren wrote:
Hello,
I am a subscriber of Roundcube webmail. I have recently configured roundcube with vpopmail on qmail. Unfortunately, I am facing one problem which the roundcube's password plugin. How will I configure roundcube's password plugin with vpopmail?
Below is my problem's detailed info :
But,
When I create new domain on vpopmail, that domain name creates following format on mysql. Example : test.com = test_com
I have configured the password plugin by below query. UPDATE %d SET pw_passwd=%c, pw_clear_passwd=%p WHERE pw_name=%l LIMIT 1';
above %d is domain part of user. E.g test.com, but my created table name is= test_com
How can I fix this problem pls???? _______________________________________________ List info: http://lists.roundcube.net/users/ BT/9b404e9e