![]() |
|
|
|||||||
For more information about the ads and why they're here, please see the FAQ
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#11
|
|||
|
|||
|
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! |
|
#12
|
|||
|
|||
|
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 |
|
#13
|
|||
|
|||
|
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 |
|
#14
|
|||
|
|||
|
are you sure you want username=%u and not username=%l? check the rc error log (rc root/logs/) for any info.
__________________
RoundCube Patches & Plugins: Managesieve, SpamAssassin Prefs, and more… |
|
#15
|
|||
|
|||
|
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! |
|
#16
|
|||
|
|||
|
If you need my ftp account for mail i can give
But please help Please please it has a week i am trying on ..
|
|
#17
|
|||
|
|||
|
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...
|
|
#18
|
|||
|
|||
|
Quote:
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 |
|
#19
|
|||
|
|||
|
ITs saying not able to connect database .. Cannot save password. !
|
|
#20
|
|||
|
|||
|
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.
__________________
Francisco Last edited by fms; 09-24-2009 at 09:56 PM. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|