Roundcube Community Forum

Miscellaneous => Roundcube Discussion => Topic started by: duccio on June 17, 2010, 04:32:08 PM

Title: autoresponder
Post by: duccio on June 17, 2010, 04:32:08 PM
Hi,

There is a plugin that allows you to set the autoresponder directly from RoundCube (for DirectAdmin control panel)?

Thank You
Title: autoresponder
Post by: SKaero on June 18, 2010, 01:25:49 AM
I don't know of a Direct Admin auto responder plugin and I don't see one in the Plugin Repository http://trac.roundcube.net/wiki/Plugin_Repository
Title: autoresponder
Post by: duccio on June 18, 2010, 11:33:38 AM
Hi skaero,

thank you for your replay! :)

I tried to install hMailServer Autoresponder but can not access the database.

my config.inc.php.dist is:



/* 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://user_user:@mypwd/mydbname?new_link=true';

?>


where is the problem?

Thank You
Title: autoresponder
Post by: SKaero on June 18, 2010, 12:02:22 PM
That only works for hMailServer not Direct Admin.
Title: autoresponder
Post by: duccio on June 18, 2010, 12:57:47 PM
I try with Vacation Plugin, but the error is "error during connection"


// database DSN
$rcmail_config['vacation_sql_dsn'] =
        'mysql://user_db:pwd_db@hostname_db/name_bn';



:confused::confused::confused::confused: