[sork] vacation module problem

Jan Schneider jan at horde.org
Mon Dec 13 16:20:47 UTC 2010


Zitat von nada aziz <nada.aziz at hashab.com>:

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

That message is pretty clear. The DB configuration is incorrect:

> $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';

Jan.

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/



More information about the sork mailing list