Author Topic: hmail_autoresponder  (Read 6688 times)

Offline dlcsapa

  • Newbie
  • *
  • Posts: 4
hmail_autoresponder
« on: March 18, 2011, 08:22:25 AM »
Thank you all for your good work and interesting.
I'm French and I use a translator. Excuse me for mistakes.
I want to install hmail_autoresponder order to send a message in case of absence. Simply, I have always an error: MDB2 error ...

But I think I put the right parameter:
$ rcmail_config ['db_hmail_autoresponder_dsn'] = 'mysql: / / : @ / ? new_link = true';

I have my site on 1and1.fr

Thank you for your help and understanding.

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
hmail_autoresponder
« Reply #1 on: March 18, 2011, 08:47:58 AM »
Please post the MDB2 error.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline dlcsapa

  • Newbie
  • *
  • Posts: 4
hmail_autoresponder
« Reply #2 on: March 18, 2011, 09:50:56 AM »
The error message is: MDB2 Error: connect failed
Thank you for your help and your reply,

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
hmail_autoresponder
« Reply #3 on: March 18, 2011, 09:54:38 AM »
Well, nothing more to say. It does not connect to hmailserver database. This means your dsn link is incorrect.

Post your ./hmailserver/bin/hmailserver.ini
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline dlcsapa

  • Newbie
  • *
  • Posts: 4
hmail_autoresponder
« Reply #4 on: March 18, 2011, 10:33:04 AM »
Je n'ai pas de fichiers à ce nom, j'ai le fichier suivant qui peut être correspond : config.inc.php
J'y ai mis ceci :


/* hmail_password plugin */

// navigation config (requires plugin settings @website http://dl.roland-liebl.de/RoundCube/plugins/settings)
$rcmail_config['settingsnav'][] = array('part' => '', 'locale' => 'settings.autoresponder', 'href' => './?_task=settings&_action=plugin.hmail_autoresponder', 'onclick' => '', 'descr' => 'hmail_autoresponder');

// hmailserver database configuration
// MySQL: mysql://root:@localhost/hmailserver?new_link=true
// MSSQL: mssql://root:@localhost/hmailserver
$rcmail_config['db_hmail_autoresponder_dsn'] = 'mysql://nomutilisateur:password@serveurname/bddname?new_link=true';

?>

Thank you

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
hmail_autoresponder
« Reply #5 on: March 18, 2011, 10:48:39 AM »
Please try to post in English.

The file I mentioned is part of hMailServer. The relevant settings are stored there. If you don't have access to the hmailserver.ini file, you can't use the plugin.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)