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.
Please post the MDB2 error.
The error message is: MDB2 Error: connect failed
Thank you for your help and your reply,
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
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
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.