1 |
jpp |
1.1 |
diff -Nur --no-dereference smeserver-horde-1.0.0.old/root/etc/e-smith/templates/etc/rsyslog.conf/32horde smeserver-horde-1.0.0/root/etc/e-smith/templates/etc/rsyslog.conf/32horde |
2 |
|
|
--- smeserver-horde-1.0.0.old/root/etc/e-smith/templates/etc/rsyslog.conf/32horde 2021-03-16 16:43:00.390000000 -0400 |
3 |
|
|
+++ smeserver-horde-1.0.0/root/etc/e-smith/templates/etc/rsyslog.conf/32horde 2021-03-16 16:44:49.548000000 -0400 |
4 |
|
|
@@ -2,7 +2,9 @@ |
5 |
|
|
# first remove noise with php base dir |
6 |
|
|
if $programname == "HORDE" and $msg contains '/home/e-smith/.pearrc' then stop |
7 |
|
|
if $programname == "HORDE" and $msg contains '/gpg) is not within the allowed path' then stop |
8 |
|
|
-:programname, isequal, "HORDE" /var/log/horde/error.log |
9 |
|
|
-:programname, isequal, "HORDE" stop |
10 |
|
|
+# then more noise |
11 |
|
|
if $msg contains 'DIGEST-MD5 common mech free' then stop |
12 |
|
|
+# horde log |
13 |
|
|
+:programname, isequal, "HORDE" /var/log/horde/error.log |
14 |
|
|
+& stop |
15 |
|
|
|