]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Do not log mail to syslog
authorPeter Palfrader <peter@palfrader.org>
Mon, 21 Jun 2010 11:14:05 +0000 (13:14 +0200)
committerPeter Palfrader <peter@palfrader.org>
Mon, 21 Jun 2010 11:14:05 +0000 (13:14 +0200)
templates/syslog-ng.conf.erb

index f39c6b88d8c60ca497d443054a802faae539afaf..77cfabba05f9cdc817e77aeeff3fc36258b87b81 100644 (file)
@@ -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