Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: Mfitz67 on November 29, 2009, 10:06:19 PM

Title: hmail plugins -Rosali's - DSN connection help
Post by: Mfitz67 on November 29, 2009, 10:06:19 PM
Hi, I was wondering if someone could help me with the connection string for the hmail plugins from Rosali.  

I thought my hMail installation was using a Mysql db but after looking in the hmail.ini it's using a MSSQLCE db

I choose built-in db when installing hmail.

I have RC, which I think is just great, setup and running well along with hmail and it's phpwebadmin.

I'd like to be able to use some of the hmail plugins for RC.  Particularly the password changer and accounts plugin.

This is the part I'm having trouble with:

$rcmail_config['password_db_dsn'] = '';

What would I put in there for the MSSQLCE db?   Do I use the root password I created for hmail as the password?  and what would the username be?

Any help with this would be greatly appreciated.

--------------------

Win2000 - IIS5, PHP, hMailserver, Mysql, PHP, RC
____________________________________________

* Just noticed there is a MyRoundCube discussion section - could a mod move this post for me?
Title: hmail plugins -Rosali's - DSN connection help
Post by: gemini_life on November 30, 2009, 05:30:26 AM
Please try this

I use this for the password plugin

$rcmail_config['db_hmail_password_dsn'] = 'mysql://username: password@localhost/database?new_link=true';
Title: hmail plugins -Rosali's - DSN connection help
Post by: Mfitz67 on November 30, 2009, 09:24:37 PM
Thanks, I've switched the hMail db to Mysql.   Will try the plugins now.