diff options
author | Jonas Smedegaard <dr@jones.dk> | 2004-02-22 09:47:04 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2004-02-22 09:47:04 +0000 |
commit | 39b129ae9cc2dc615a2a3d6a6dcba2d4b9150b0d (patch) | |
tree | 2dd112123cb0d9a081ef5df7899a19825912a260 /logcheck | |
parent | 459443043a1709ce9ff9c58b1dc761be946d5e29 (diff) |
Ignore DATA rejects. Drop pre-2.x postfix line.
Diffstat (limited to 'logcheck')
-rw-r--r-- | logcheck/violations.ignore.d/postfix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/logcheck/violations.ignore.d/postfix b/logcheck/violations.ignore.d/postfix index dd3ee4b..9865751 100644 --- a/logcheck/violations.ignore.d/postfix +++ b/logcheck/violations.ignore.d/postfix @@ -11,7 +11,4 @@ postfix/smtpd\[[0-9]+\]: [0-9]+:error:04067072:rsa routines:RSA_EAY_PUBLIC_DECRY postfix/smtpd\[[0-9]+\]: reject: RCPT from [^[:space:]\[]+\[[\.0-9]+\]: 452 Insufficient system storage; from=<[^[:space:]>]+> to=<[^[:space:]>]+>$ postfix/smtpd\[[0-9]+\]: warning: Illegal address syntax from [^[:space:]\[]+\[[\.0-9]+\] in RCPT command: .* postfix/smtpd\[[0-9]+\]: warning: [\.0-9]+: hostname [^[:space:]]+ verification failed: Host name has no address$ -# These are only for postfix << 2.0: -postfix/smtpd\[[0-9]+\]: reject: RCPT from [^[:space:]\[]+\[[\.0-9]+\]: [45][0-9]{2} [^;]+; from=<[^[:space:]>]+> to=<[^>]+>$ -# These are only for postfix >= 2.0: -postfix/smtpd\[[0-9]+\]: [A-Z0-9]+: reject: RCPT from [^[:space:]\[]+\[[\.0-9]+\]: [45][0-9]{2}( [^;]+;){1,3} from=<[^>]*>( to=<[^>]*>)? proto=E?SMTP( helo=<.*>)?$ +postfix/smtpd\[[0-9]+\]: [A-Z0-9]+: reject: (DATA|RCPT) from [^[:space:]\[]+\[[\.0-9]+\]: [45][0-9]{2}( [^;]+;){1,3} from=<[^>]*>( to=<[^>]*>)? proto=E?SMTP( helo=<.*>)?$ |