[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: dual postfix and split logs - syslog.conf [solved]



On Wednesday 26 October 2005 09:55, Hans du Plooy wrote:
> In the second instance of postfix, I have this in main.cf:
>
> syslog_facility = mail-out
> syslog_name = postfix

should be:

syslog_facility = local1
syslog_name = postfix

> And in syslog.conf, I have this:
>
> mail-out.*                          -/var/log/mail-out.log
> mail-out.info                       -/var/log/mail-out.info
> mail-out.warn                       -/var/log/mail-out.warn
> mail-out.err                        /var/log/mail-out.err

should be:

local1.*                          -/var/log/mail-out.log
local1.info                       -/var/log/mail-out.info
local1.warn                       -/var/log/mail-out.warn
local1.err                        /var/log/mail-out.err


http://archives.neohapsis.com/archives/postfix/2002-06/1180.html and
http://archives.neohapsis.com/archives/postfix/2002-06/1182.html

Hans



Reply to: