atom feed6 messages in net.sourceforge.lists.courier-users[courier-users] Re: Changing Location...
FromSent OnAttachments
Blake CrosbyOct 9, 2001 11:13 am 
Sam VarshavchikOct 9, 2001 5:37 pm 
Blake CrosbyOct 9, 2001 6:40 pm 
Sam VarshavchikOct 9, 2001 6:46 pm 
Blake CrosbyOct 9, 2001 7:29 pm 
Sam VarshavchikOct 9, 2001 7:37 pm 
Subject:[courier-users] Re: Changing Location Of Logging
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Oct 9, 2001 7:37:47 pm
List:net.sourceforge.lists.courier-users

Blake Crosby writes:

At 01:46 AM 2001/10/10 +0000, Sam Varshavchik wrote:

Blake Crosby writes:

At 12:37 AM 2001/10/10 +0000, Sam Varshavchik wrote:

Yes, it uses syslog.

I have been trying a few different entries in syslogd.conf and I still can't get it to log to a different file. Do you have an example of what an entry in syslog.conf should look like?

mail.* /var/log/maillog

Wont that move all mail loging messages, including ones from postfix, to the new file?

Yes.

What I want to do is have postfix loging to one file, and courier logging to another.

Can't do it with the standard syslog, which has only a limited number of generic log system facilities, and cannot distinguish between different applications in the same log facility. See the syslog man page for more information.

I've seen some replacement syslogs that can use regular expressions to filter different messages into different log files. Try those.