diff options
author | Jonas Smedegaard <dr@jones.dk> | 2002-07-10 09:46:39 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2002-07-10 09:46:39 +0000 |
commit | 7131c1f4cab4a531d6514ce6f2f3a246601817bc (patch) | |
tree | 4a632152c14e327d24096f61b71f8090045cb09f /logcheck | |
parent | d8dc6c37218ad711666eb2085aa5fb79d3c2bc93 (diff) |
logcheck: Correct postfix line regarding pobox rejecting some headers.
Diffstat (limited to 'logcheck')
-rw-r--r-- | logcheck/violations.ignore.d/postfix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logcheck/violations.ignore.d/postfix b/logcheck/violations.ignore.d/postfix index a0ba47f..edbdae8 100644 --- a/logcheck/violations.ignore.d/postfix +++ b/logcheck/violations.ignore.d/postfix @@ -3,7 +3,7 @@ postfix/local\[.*\]: warning: unable to create lock file /var/mail/[[:alnum:]]+\ 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=bounced \(host .* said: 552 header content rejected: see .*\) 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: 450 <.*>: Recipient address rejected: Recipient mailbox is full\) |