This works, Thanks, Michael
bazsi@balabit.hu 06/27/03 05:41AM >>> On Wed, Jun 25, 2003 at 06:36:38PM -0400, Michael Earls wrote: syslog-ng
Is there a way to have syslog-ng write two files, ex
destination mailx { file("/var/log/mailx/mail.log" owner("root") group("adm") perm(0640)); file("/var/log/mailx/remote-mail.log" owner("root") group("adm") perm(0640)); };
log { source(net); destination(mailx); }
I am looking at having a file for mailgraph to use to create stats, then my other file will be logged into mysql.
this is definitely possible. -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1 _______________________________________________ syslog-ng maillist - syslog-ng@lists.balabit.hu https://lists.balabit.hu/mailman/listinfo/syslog-ng Frequently asked questions at http://www.campin.net/syslog-ng/faq.html
participants (1)
-
Michael Earls