Author Topic: hmail plugins -Rosali's - DSN connection help  (Read 3605 times)

Offline Mfitz67

  • Newbie
  • *
  • Posts: 9
hmail plugins -Rosali's - DSN connection help
« 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?
« Last Edit: November 29, 2009, 10:53:54 PM by Mfitz67 »

Offline gemini_life

  • Jr. Member
  • **
  • Posts: 13
hmail plugins -Rosali's - DSN connection help
« Reply #1 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';

Offline Mfitz67

  • Newbie
  • *
  • Posts: 9
hmail plugins -Rosali's - DSN connection help
« Reply #2 on: November 30, 2009, 09:24:37 PM »
Thanks, I've switched the hMail db to Mysql.   Will try the plugins now.