This is a discussion on Re: One postfix - two logs? within the mailing.postfix.users forums, part of the Mail Servers and Related category; Victor Duchovni wrote: > > Reports are that "-o syslog_xxx=yyy" does not work, because logging > is ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Victor Duchovni wrote:
> > Reports are that "-o syslog_xxx=yyy" does not work, because logging > is initialized before the configuration parameters are imported, with > syslog_name based on the "MAIL_LOGTAG" environment variable inherited > from the master(8) daemon. This ensures that configuration problems can > be properly reported... > so the only way is symlinks, no? I think it's better to allow something like "-o logname=foo". this can help identifying which smtpd is logging when you have one or more content filters. and since using the symlinks, I found it easier to parse the logs to gather stats and other things. |