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 f39c6b8..77cfabb 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