[horde] Logging Settings

Reinhold Jordan reinhold at bachrain.de
Sat Sep 13 22:01:44 UTC 2008


Hello,

I've problems getting mails from Horde. I installed Horde Groupware
Webmail Edition 1.1.3 today, upgrading from 1.0.6 and now I get no info
if a user log in or out

On 1.0.6 the config/conf.php has this lines:
$conf['log']['priority'] = PEAR_LOG_NOTICE;
$conf['log']['ident'] = 'HORDE';
$conf['log']['params'] = array();
$conf['log']['name'] = 'webmaster at bachrain.de';
$conf['log']['params']['from'] = 'server at horde.bachrain.de';
$conf['log']['params']['subject'] = 'horde.bachrain.de';
$conf['log']['type'] = 'mail';
$conf['log']['enabled'] = true;
$conf['log_accesskeys'] = false;

And 1.1.3 use the same:
$conf['log']['priority'] = PEAR_LOG_NOTICE;
$conf['log']['ident'] = 'HORDE';
$conf['log']['params'] = array();
$conf['log']['name'] = 'webmaster at bachrain.de';
$conf['log']['params']['from'] = 'server at horde.bachrain.de';
$conf['log']['params']['subject'] = 'horde.bachrain.de';
$conf['log']['type'] = 'mail';
$conf['log']['enabled'] = true;
$conf['log_accesskeys'] = false;

But this does not work

If I change this to
$conf['log']['priority'] = PEAR_LOG_NOTICE;
$conf['log']['ident'] = 'HORDE';
$conf['log']['params'] = array();
$conf['log']['name'] = '/tmp/horde.log';
$conf['log']['params']['append'] = true;
$conf['log']['type'] = 'file';
$conf['log']['enabled'] = true;
$conf['log_accesskeys'] = false;
this works

Regards, Reinhold
-- 
                          Reinhold Jordan
WWW: http://reinhold.bachrain.de            Mail: reinhold at bachrain.de
 qmail-spam-protection with intelligent-greylisting, reverse-smtp....
qmail.spamfilter.070126.109.tar.bz2 actually rejects 99.998% of spam!!


More information about the horde mailing list