summaryrefslogtreecommitdiff
path: root/logcheck/violations.ignore.d/postfix
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2002-10-22 17:24:43 +0000
committerJonas Smedegaard <dr@jones.dk>2002-10-22 17:24:43 +0000
commit9f3c51e3aa40910e103368b309a7775cd7518cf0 (patch)
tree8565590f025f03815471873379f57fef709c95d9 /logcheck/violations.ignore.d/postfix
parent7014f849002f4cb260023395cd839eae47e21324 (diff)
logcheck: Match only numerical pid numbers (.* is BAD in logcheck!).
Diffstat (limited to 'logcheck/violations.ignore.d/postfix')
-rw-r--r--logcheck/violations.ignore.d/postfix30
1 files changed, 15 insertions, 15 deletions
diff --git a/logcheck/violations.ignore.d/postfix b/logcheck/violations.ignore.d/postfix
index 7e13d6d..2a1de74 100644
--- a/logcheck/violations.ignore.d/postfix
+++ b/logcheck/violations.ignore.d/postfix
@@ -1,15 +1,15 @@
-postfix/(qmgr|smtp)\[.*\]: .* status=deferred \(connect to .*: (Connection refused|server refused mail service)\)
-postfix/cleanup\[.*\]: [A-Z0-9]+: message-id=<.*@Debug>
-postfix/local\[.*\]: warning: unable to create lock file /var/mail/[[:alnum:]]+\.lock: Permission denied
-postfix/smtp\[.*\]: .* status=bounced \(bad host/domain syntax: ".*"\)
-postfix/smtp\[.*\]: .* status=bounced \(Name service error for .*: Host not found\)
-postfix/smtp\[.*\]: .* status=bounced \(host .* said: 550 .* (User unknown; rejecting|Relaying denied|unknown or illegal alias: .*)\)
-postfix/smtp\[.*\]: .* status=bounced \(host .* said: 552 header content rejected: see .*\)
-postfix/smtp\[.*\]: .* status=deferred \(host .* said: 450 <.*>: Sender address rejected: Domain not found\)
-postfix/smtp\[.*\]: .* status=deferred \(host .* said: 450 <.*>: Recipient address rejected: Recipient mailbox is full\)
-postfix/smtp\[.*\]: .* status=deferred \(host .* said: 451 Transaction failed.\)
-postfix/smtp\[.*\]: connect to .*\[[\.[:digit:]]+\]: (Connection refused|server refused mail service) \(port 25\)
-postfix/smtpd\[.*\]: reject: RCPT from .*\[[\.[:digit:]]+\]: 550 <.*>: User unknown; from=<.*> to=<.*>
-postfix/smtpd\[.*\]: reject: RCPT from .*\[[\.[:digit:]]+\]: 554 Service unavailable; .* blocked using .*; from=<.*> to=<.*>
-postfix/smtpd\[.*\]: reject: RCPT from .*\[[\.[:digit:]]+\]: 554 <.*>: (Recipient address rejected: )?(Relay a|A)ccess denied; from=<.*> to=<.*>
-postfix/smtpd\[.*\]: warning: .*: hostname .* verification failed: Host not found
+postfix/(qmgr|smtp)\[[0-9]+\]: .* status=deferred \(connect to .*: (Connection refused|server refused mail service)\)
+postfix/cleanup\[[0-9]+\]: [A-Z0-9]+: message-id=<.*@Debug>
+postfix/local\[[0-9]+\]: warning: unable to create lock file /var/mail/[[:alnum:]]+\.lock: Permission denied
+postfix/smtp\[[0-9]+\]: .* status=bounced \(bad host/domain syntax: ".*"\)
+postfix/smtp\[[0-9]+\]: .* status=bounced \(Name service error for .*: Host not found\)
+postfix/smtp\[[0-9]+\]: .* status=bounced \(host .* said: 550 .* (User unknown; rejecting|Relaying denied|unknown or illegal alias: .*)\)
+postfix/smtp\[[0-9]+\]: .* status=bounced \(host .* said: 552 header content rejected: see .*\)
+postfix/smtp\[[0-9]+\]: .* status=deferred \(host .* said: 450 <.*>: Sender address rejected: Domain not found\)
+postfix/smtp\[[0-9]+\]: .* status=deferred \(host .* said: 450 <.*>: Recipient address rejected: Recipient mailbox is full\)
+postfix/smtp\[[0-9]+\]: .* status=deferred \(host .* said: 451 Transaction failed.\)
+postfix/smtp\[[0-9]+\]: connect to .*\[[\.[:digit:]]+\]: (Connection refused|server refused mail service) \(port 25\)
+postfix/smtpd\[[0-9]+\]: reject: RCPT from .*\[[\.[:digit:]]+\]: 550 <.*>: User unknown; from=<.*> to=<.*>
+postfix/smtpd\[[0-9]+\]: reject: RCPT from .*\[[\.[:digit:]]+\]: 554 Service unavailable; .* blocked using .*; from=<.*> to=<.*>
+postfix/smtpd\[[0-9]+\]: reject: RCPT from .*\[[\.[:digit:]]+\]: 554 <.*>: (Recipient address rejected: )?(Relay a|A)ccess denied; from=<.*> to=<.*>
+postfix/smtpd\[[0-9]+\]: warning: .*: hostname .* verification failed: Host not found