diff options
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\) |