diff options
author | Jonas Smedegaard <dr@jones.dk> | 2002-05-04 12:36:33 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2002-05-04 12:36:33 +0000 |
commit | 97f216c94b2279b3219f0d13fc1a88fe9e80f2fe (patch) | |
tree | ad08c0aa89471e4d2e9f8e8d9efa5ac380a1cc31 /logcheck/violations.ignore.d/postfix | |
parent | 313ff45f22424a4bb419d2c56800995446b5ea59 (diff) |
logcheck: misc. updates.
Diffstat (limited to 'logcheck/violations.ignore.d/postfix')
-rw-r--r-- | logcheck/violations.ignore.d/postfix | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/logcheck/violations.ignore.d/postfix b/logcheck/violations.ignore.d/postfix index ae6a359..e1c3b4b 100644 --- a/logcheck/violations.ignore.d/postfix +++ b/logcheck/violations.ignore.d/postfix @@ -1,6 +1,11 @@ +postfix/cleanup\[.*\]: [A-Z0-9]+: message-id=<.*@Debug> postfix/local\[.*\]: warning: unable to create lock file /var/mail/[[:alnum:]]+\.lock: Permission denied -postfix/smtp\[.*\]: .*: to=<.*>, relay=none, delay=[[:digit:]]+, status=deferred \(connect to .*\[[\.[:digit:]]+\]: (Connection refused|server refused mail service)\) -postfix/smtp\[.*\]: .*: to=<.*>, relay=.*\[[\.[:digit:]]+\], delay=[[:digit:]]+, status=deferred \(host .*\[[\.[:digit:]]+\] said: 450 <.*>: Sender address rejected: Domain not found\) +postfix/smtp\[.*\]: .* status=bounced \(bad host/domain syntax: ".*"\) +postfix/smtp\[.*\]: .* status=deferred \(connect to .*: (Connection refused|server refused mail service)\) +postfix/smtp\[.*\]: .* status=deferred \(host .* said: 450 <.*>: Sender address rejected: Domain not found\) +postfix/smtp\[.*\]: .* status=deferred \(host .* said: 451 Transaction failed.\) +postfix/smtp\[.*\]: .* status=deferred \(host .* said: 550 .* User unknown; rejecting\) +postfix/smtp\[.*\]: .* status=deferred \(host .* said: 550 .* Relaying denied\) postfix/smtp\[.*\]: connect to .*\[[\.[:digit:]]+\]: (Connection refused|server refused mail service) \(port 25\) postfix/smtpd\[.*\]: reject: RCPT from .*\[[\.[:digit:]]+\]: 554 Service unavailable; .* blocked using .*; from=<.*> to=<.*> postfix/smtpd\[.*\]: reject: RCPT from .*\[[\.[:digit:]]+\]: 554 <.*>: Recipient address rejected: (A|Relay a)ccess denied; from=<.*> to=<.*> |