From caf7ac543d4a51ec23cc8d1e945d176948089ab2 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 21 Jun 2010 13:14:05 +0200 Subject: [PATCH] Do not log mail to syslog --- templates/syslog-ng.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1