projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33dcee3
)
Do not log mail to syslog
author
Peter Palfrader
<peter@palfrader.org>
Mon, 21 Jun 2010 11:14:05 +0000
(13:14 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Mon, 21 Jun 2010 11:14:05 +0000
(13:14 +0200)
templates/syslog-ng.conf.erb
patch
|
blob
|
history
diff --git
a/templates/syslog-ng.conf.erb
b/templates/syslog-ng.conf.erb
index
f39c6b8
..
77cfabb
100644
(file)
--- 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