[imp] smime support in Horde 4.0

Andrew Morgan morgan at orst.edu
Fri Dec 23 16:37:49 UTC 2011


On Fri, 23 Dec 2011, Nikolaos Milas wrote:

> On 23/12/2011 5:26 μμ, Simon Brereton wrote:
>
>> Okay, but previously your Horde logs wouldn't have had a specific
>> error because ssl wasn't configured.  Does it now?
>
> Thanks Simon,
>
> No, nothing pertinent is logged.
>
> By the way, I have:
>
>    $conf['log']['type'] = 'syslog';
>    $conf['log']['name'] = LOG_USER;
>
> and this fills my /var/log/messages with horde logging.
>
> Can we configure in Horde a particular syslog facility, like local6, so 
> I can direct logging to a particular file?
>
> I tried adding in syslog.conf:
>
>    local6.*                                      /var/log/horde.log
>
> and then configuring:
>
>    $conf['log']['name'] = 'local6';
>
> but this caused the following error (see below).

Use:

$conf['log']['name'] = 'LOG_LOCAL6';


 	Andy


More information about the imp mailing list