From: Peter Palfrader Date: Mon, 21 Jun 2010 11:14:05 +0000 (+0200) Subject: Do not log mail to syslog X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=caf7ac543d4a51ec23cc8d1e945d176948089ab2;p=mirror%2Fdsa-puppet.git Do not log mail to syslog --- diff --git a/templates/syslog-ng.conf.erb b/templates/syslog-ng.conf.erb index f39c6b88d..77cfabba0 100644 --- a/templates/syslog-ng.conf.erb +++ b/templates/syslog-ng.conf.erb @@ -191,7 +191,7 @@ destination du_all { usertty("*"); }; filter f_auth { facility(auth, authpriv); }; # all messages except from the auth and authpriv facilities -filter f_syslog { not facility(auth, authpriv); }; +filter f_syslog { not facility(auth, authpriv, mail); }; # respectively: messages from the cron, daemon, kern, lpr, mail, news, user, # and uucp facilities