[sork] vacation module problem

nada aziz nada.aziz at hashab.com
Mon Dec 13 14:39:39 UTC 2010


Dear list;

I have added the vacation module to my horde installation but when i try to set a vacation message it says "DB Error: connect failed", I am using postfix dovecot and postfixadmin. here is my conf.php:

<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: vacation/config/conf.xml,v 1.15.2.13 2009/08/18 12:54:49 jan Exp $
$conf['vacation']['path'] = '/usr/bin/vacation';
$conf['vacation']['default_subject'] = _("On vacation message");
$conf['vacation']['default_message'] = _("I'm on vacation and will not be reading my mail for a while.\nYour mail will be dealt with when I return.");
$conf['vacation']['subject'] = true;
$conf['vacation']['from'] = true;
$conf['server']['params']['default']['persistent'] = false;
$conf['server']['params']['default']['username'] = 'postfix ';
$conf['server']['params']['default']['password'] = 'mypassord';
$conf['server']['params']['default']['socket'] = '/var/lib/mysql/mysql.sock';
$conf['server']['params']['default']['protocol'] = 'unix';
$conf['server']['params']['default']['database'] = 'postfix';
$conf['server']['params']['default']['charset'] = 'utf-8';
$conf['server']['params']['default']['ssl'] = false;
$conf['server']['params']['default']['splitread'] = false;
$conf['server']['params']['default']['phptype'] = 'mysql';
$conf['server']['params']['default']['driverconfig'] = 'custom';
$conf['server']['driver'] = 'postfixadmin';
$conf['aliases']['show'] = true;
$conf['aliases']['driver'] = 'none';
$conf['user']['refused'] = array('root', 'bin', 'daemon', 'adm', 'lp', 'shutdown', 'halt', 'uucp', 'ftp', 'anonymous', 'nobody', 'httpd', 'operator', 'guest', 'diginext', 'bind', 'cyrus', 'courier', 'games', 'kmem', 'mailnull', 'man', 'mysql', 'news', 'postfix', 'sshd', 'tty', 'www');
$conf['menu']['apps'] = array();
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */

Any help will be appreciated, thanks in advance.

Nada Aziz


More information about the sork mailing list