Author Topic: autoresponder  (Read 7913 times)

Offline duccio

  • Newbie
  • *
  • Posts: 8
autoresponder
« 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

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
autoresponder
« Reply #1 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

Offline duccio

  • Newbie
  • *
  • Posts: 8
autoresponder
« Reply #2 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:


<?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

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
autoresponder
« Reply #3 on: June 18, 2010, 12:02:22 PM »
That only works for hMailServer not Direct Admin.

Offline duccio

  • Newbie
  • *
  • Posts: 8
autoresponder
« Reply #4 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: