Roundcube Community Forum

 

autoresponder

Started by duccio, June 17, 2010, 04:32:08 PM

Previous topic - Next topic

duccio

Hi,

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

Thank You

SKaero

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

duccio

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:


<?php

/* 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

SKaero

That only works for hMailServer not Direct Admin.

duccio

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: