diff options
author | Jonas Smedegaard <dr@jones.dk> | 2002-10-23 17:17:13 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2002-10-23 17:17:13 +0000 |
commit | dddec7a12123924793fd2c204ed308d3c50a9b2d (patch) | |
tree | 9ef5f058147d440215a00a4f6ff7b7324f7c612f /logcheck/violations.ignore.d/postfix | |
parent | 9f3c51e3aa40910e103368b309a7775cd7518cf0 (diff) |
Major logcheck overhaul:
* Split local into files by related packages
* Rename remaining local to misc
* Split language-specific (only da_DK) into package.lang
* Sync with entries provided by packages themselves
* Rename some files overriding (not add) to package.changes
* Replace [[:digit:]] with the shorter [0-9] everywhere
* Replace most .* to more specific alternatives everywhere
Diffstat (limited to 'logcheck/violations.ignore.d/postfix')
-rw-r--r-- | logcheck/violations.ignore.d/postfix | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/logcheck/violations.ignore.d/postfix b/logcheck/violations.ignore.d/postfix index 2a1de74..6724802 100644 --- a/logcheck/violations.ignore.d/postfix +++ b/logcheck/violations.ignore.d/postfix @@ -8,8 +8,9 @@ postfix/smtp\[[0-9]+\]: .* status=bounced \(host .* said: 552 header content rej 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/smtp\[[0-9]+\]: connect to .*\[[\.0-9]+\]: (Connection refused|server refused mail service) \(port 25\) +postfix/smtpd\[[0-9]+\]: reject: RCPT from .*\[[\.0-9]+\]: 550 <.*>: User unknown; from=<.*> to=<.*> +postfix/smtpd\[[0-9]+\]: reject: RCPT from .*\[[\.0-9]+\]: 554 Service unavailable; .* blocked using .*; from=<.*> to=<.*> +postfix/smtpd\[[0-9]+\]: reject: RCPT from .*\[[\.0-9]+\]: 554 <.*>: (Recipient address rejected: )?(Relay a|A)ccess denied; from=<.*> to=<.*> postfix/smtpd\[[0-9]+\]: warning: .*: hostname .* verification failed: Host not found +postfix/smtp\[[0-9]+\]: [A-Z0-9]+: to=<[^[:space:]]+>, relay=127\.0\.0\.1\[127\.0\.0\.1\], delay=[0-9]+, status=bounced \(host 127\.0\.0\.1\[127\.0\.0\.1\] said: 550 Message content rejected, id=[^[:space:]]+\) |