Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: dlcsapa on March 18, 2011, 08:22:25 AM

Title: hmail_autoresponder
Post by: dlcsapa 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.
Title: hmail_autoresponder
Post by: rosali on March 18, 2011, 08:47:58 AM
Please post the MDB2 error.
Title: hmail_autoresponder
Post by: dlcsapa on March 18, 2011, 09:50:56 AM
The error message is: MDB2 Error: connect failed
Thank you for your help and your reply,
Title: hmail_autoresponder
Post by: rosali 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
Title: hmail_autoresponder
Post by: dlcsapa 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
Title: hmail_autoresponder
Post by: rosali 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.