diff options
author | Jonas Smedegaard <dr@jones.dk> | 2002-05-18 12:00:04 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2002-05-18 12:00:04 +0000 |
commit | cdb309418db205d9cb5fb6884dcc80dc676aac35 (patch) | |
tree | 8c09bdde7c446eafd515b1032a7e54aded3fd977 | |
parent | e48465cc2d273963ecdafe885aea6b27f19b7d31 (diff) |
logcheck: Misc new stuff to ignore.
-rw-r--r-- | logcheck/ignore.d.server/local | 1 | ||||
-rw-r--r-- | logcheck/violations.ignore.d/postfix | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/logcheck/ignore.d.server/local b/logcheck/ignore.d.server/local index bcdcf4e..e5d3cc1 100644 --- a/logcheck/ignore.d.server/local +++ b/logcheck/ignore.d.server/local @@ -11,7 +11,6 @@ dhcpd: DHCPNACK on .* to .* via dhcpd: DHCPACK on .* to .* via dhcpd: DHCPDISCOVER from .* via dhcpd: DHCPOFFER on .* to .* via -dhcpd: Wrote [[:digit:]]+ (leases|deleted host decls|new dynamic host decls) to leases file\. Fax(Getty|Send)\[.*\]: STATE CHANGE:( ->| BASE| LOCKWAIT| LISTENING| RUNNING| ANSWERING| RECEIVING| MODEMWAIT)+ Fax(Getty|Send)\[.*\]: MODEM (ROCKWELL|ZYXEL) .* FaxGetty\[.*\]: RECV FAX \([[:digit:]]+\): from .*, page .* in [[:digit:]]+:[[:digit:]]+, INF, .* line/mm, (1|2)-D MR(, [[:digit:]]+ bit/s)? diff --git a/logcheck/violations.ignore.d/postfix b/logcheck/violations.ignore.d/postfix index 7893ce3..6677e87 100644 --- a/logcheck/violations.ignore.d/postfix +++ b/logcheck/violations.ignore.d/postfix @@ -3,9 +3,11 @@ postfix/local\[.*\]: warning: unable to create lock file /var/mail/[[:alnum:]]+\ 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: 450 <.*>: Recipient address rejected: Recipient mailbox is full\) 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\[.*\]: .* status=deferred \(host .* said: 550 .* unknown or illegal alias: .*\) 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: )?(Relay a|A)ccess denied; from=<.*> to=<.*> |