From: Thierry B (no email)
Date: Sat Aug 06 2005 - 20:19:01 EDT
Victor Duchovni wrote:
> On Fri, Aug 05, 2005 at 02:02:05PM -0700, Matt wrote:
>
>
>>Mail logging is chatty but for a reason. It would be nice to have seperate
>>logs settable via the main.cf file for the different daemons ( virtual, smtp )
>>etc postfix_virtual.log, postfix_smtpd.log etc.. and have a config options in
>
>
> While you can't set syslog_name on a per-daemon basis, you can set
> syslog_facility.
>
> master.cf:
> smtp inet ... smtpd
> -o syslog_facility=local0
> cleanup unix ... cleanup
> -o syslog_facility=local1
> qmgr fifo ... qmgr
> -o syslog_facility=local2
> smtp unix ... smtp
> -o syslog_facility=local3
>
Thanks :-)
|
|
|