![]() |
|
|
|||||||
| For more information about the ads and why they're here, please see the FAQ |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
This Post is resolved
thanks rosaliHi all ![]() First, sorry for my English ... :/ I have a problem with the password plugins... I want use it with $rcmail_config['password_driver'] = 'sql'; But my mail password is in an other db (postfix) ... Server: localhost - database: postfix - Table: mailbox How I can modify the password ? Or ... if you have a nice How to for install and config for poppassd on debian lenny with postfix and virtual mail ... ![]() Big thanks
Last edited by remrem; 07-01-2009 at 10:19 PM. Reason: Resolved - Password plugins |
|
#2
|
|||
|
|||
|
Anyone have an idea ? other plugins ?
|
|
#3
|
||||
|
||||
|
PHP Code:
PHP Code:
__________________
Regards, Rosali __________________ MyRoundcube Project http://myroundcube.googlecode.com MyRoundcube Forum http://http://www.roundcubeforum.net...45-myroundcube MyRoundcube Online Demo http://mail4us.net MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube Mailing List http://mail4us.net/?_action=plugin.nabble |
|
#4
|
|||
|
|||
|
Hi rosali,
Big thank for your solution, I try this in few hours... I post here if your solution resolve my problem (or no ... )Rémi
|
|
#5
|
|||
|
|||
|
rosali, Your solution work perfectly !
Big thank ! Now ... fire in the skins
|
|
#6
|
|||
|
|||
|
Please help with password plugin.
I'm having the error: "Could not save new password." my /usr/local/www/roundcube/plugin/password/config.inc.php ----------------------------------------------------------- $rcmail_config['password_driver'] = 'sql'; $rcmail_config['password_db_dsn'] = 'mysql://postfix:mypass@localhost/postfix'; // I tried this too: // $rcmail_config['password_db_dsn'] = 'mysql://postfix:mypass@unix(/tmp/mysql.sock)/postfix'; $rcmail_config['password_query'] = "UPDATE `mailbox` SET `password` = '%c', `modified` = date_format(now(),'%Y-%m-%d %H:%i:%s') WHERE `username` = '%u' LIMIT 1"; ----------------------------------------------------------- Can you see any errors on my settings? Is there some LOG where I could watch to see if my query is being executed? Thank you in advance for any help! |
|
#7
|
||||
|
||||
|
$rcmail_config['password_db_dsn'] = 'mysql://postfix:mypass@localhost/postfix';
Is the password for mysql postfix user really mypass ? Also it should not be necessary to quote macros.
__________________
Regards, Rosali __________________ MyRoundcube Project http://myroundcube.googlecode.com MyRoundcube Forum http://http://www.roundcubeforum.net...45-myroundcube MyRoundcube Online Demo http://mail4us.net MyRoundcube Plugins Generic Installation Guide http://mail4us.net/myroundcube Mailing List http://mail4us.net/?_action=plugin.nabble Last edited by rosali; 07-02-2009 at 05:42 AM. |
|
#8
|
|||
|
|||
|
Hi,
PHP Code:
![]() N.B. My english sucks very well ... no ? |
|
#9
|
|||
|
|||
|
( it WORKED! )
Hi Rosali. No, no, my password for mysql postfix is another one. And I verified it and it is correct, i.e. I connect using a mysql-client with my "real" password and it works. On my "real" config.inc.php, I use my "real" pass unless "mypass". I removed: PHP Code:
PHP Code:
thank you !!! Last edited by fms; 07-02-2009 at 12:59 PM. Reason: to improve solution |
|
#10
|
|||
|
|||
|
Using postfix admin, this worked for me:
its based off of fms's PHP Code:
Last edited by seanand; 09-05-2009 at 06:06 AM. Reason: Added PHP tags |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
| For more information about the ads and why they're here, please see the FAQ |