]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
mail.log is gid maillog
authorPeter Palfrader <peter@palfrader.org>
Mon, 18 May 2009 06:52:28 +0000 (08:52 +0200)
committerPeter Palfrader <peter@palfrader.org>
Mon, 18 May 2009 06:52:28 +0000 (08:52 +0200)
files/etc/syslog-ng/syslog-ng.conf

index 141c89d5ca5fc99169441861cc66c5a4210d7da5..28b6eb7a90eff0a308871ac665814e0436b5cdef 100644 (file)
@@ -104,7 +104,7 @@ destination df_cron { file("/var/log/cron.log"); };
 destination df_daemon { file("/var/log/daemon.log"); };
 destination df_kern { file("/var/log/kern.log"); };
 destination df_lpr { file("/var/log/lpr.log"); };
-destination df_mail { file("/var/log/mail.log"); };
+destination df_mail { file("/var/log/mail.log" group(maillog)); };
 destination df_user { file("/var/log/user.log"); };
 destination df_uucp { file("/var/log/uucp.log"); };