diff options
author | Jonas Smedegaard <dr@jones.dk> | 2002-10-15 15:46:46 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2002-10-15 15:46:46 +0000 |
commit | abfa5c28e4b37b70ce8a0e7b319e3b3388f47d2e (patch) | |
tree | 16ee3883d471a037a78c7fc18b7ed914ad3e6a55 /logcheck | |
parent | f3dc2b47d26e0fe9b948f1e4e2bdcecf48938264 (diff) |
logcheck: Add another postfix line.
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 8be1348..7e13d6d 100644 --- a/logcheck/violations.ignore.d/postfix +++ b/logcheck/violations.ignore.d/postfix @@ -1,10 +1,10 @@ +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 \(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\) postfix/smtp\[.*\]: .* status=deferred \(host .* said: 451 Transaction failed.\) |