I would be interested in that as well. I tried to figure it out on my own but just don't have the php skills or knowledge of how cpanel e-mail works.
Tom
Hi
Has anyone gotten this to work with cpanel? Currently I have .2.2 working with [v0.2] cPanel Addon (Password, Forward & Vacation), by nemesis, but want to upgrade to .3 stable.
Looking for some guidance..... thanks!
I would be interested in that as well. I tried to figure it out on my own but just don't have the php skills or knowledge of how cpanel e-mail works.
Tom
Hello i tried this
I want use it with
$rcmail_config['password_driver'] = 'sql';
$rcmail_config['password_db_dsn'] = 'mysql://comp35_rnd02:3aRqSzgezi@localhost/com35_rnd02';
$rcmail_config['password_query'] = 'UPDATE mailbox SET password=%p WHERE username=%u AND password=%o AND domain=%d LIMIT 1';
this i get cannot save the password or sometime blank page.. pLease help
are you sure you want username=%u and not username=%l? check the rc error log (rc root/logs/) for any info.
Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…
Hello i am not getting any error in log,
I am getting cannot save password !
Please help me I wil be really thankful to you!
If you need my ftp account for mail i can giveBut please help
Please please it has a week i am trying on ..
Do i have to create password database in msql if yes then how .. Please provide me steps if possible from starting with database and please...
Try this:
In your case:Code:$rcmail_config['password_db_dsn'] = 'mysql://<user>:<password>@unix(/tmp/mysql.sock)/<database>'; $rcmail_config['password_query'] = "UPDATE `mailbox` SET `password` = %c, modified=now() WHERE `username` = %u LIMIT 1";
Code:$rcmail_config['password_db_dsn'] = 'mysql://comp35_rnd02:3aRqSzgezi@unix(/tmp/mysql.sock)/your-database-name'; $rcmail_config['password_query'] = "UPDATE `mailbox` SET `password` = %c, modified=now() WHERE `username` = %u LIMIT 1";
Francisco
ITs saying not able to connect database .. Cannot save password. !
Are you sure
your login on database
is "comp35_rnd02"
and your password is "3aRqSzgezi" ?
First of all, you should try to assure you can log in and can access the database.
Try to use heidisql (http://www.heidisql.com) to test if you can connect to the database.
Last edited by fms; 09-24-2009 at 09:56 PM.
Francisco
There are currently 1 users browsing this thread. (0 members and 1 guests)