[Logcheck-devel] Bug#443185: logcheck: support postfix check_helo_(mx|ns)_access

Justin Pryzby jpryzby+d at quoininc.com
Wed Sep 19 13:15:05 UTC 2007


Package: logcheck-database
Version: 1.2.61
Severity: wishlist
Tags: patch

Current diff for postfix 2.3.

Sep 18 10:52:55 shemp postfix/smtpd[24083]: warning: Unable to look up MX host for abo.wanadoo.fr: Host not found, try again
Sep 18 10:52:55 shemp postfix/smtpd[24083]: warning: Unable to look up NS host for abo.wanadoo.fr: Host not found, try again
Sep 18 11:23:59 shemp postfix/smtpd[24961]: warning: Unable to look up MX host for your4dacd0ea75.cfl.rr.com: Host not found
Sep 18 11:23:59 shemp postfix/smtpd[24961]: warning: Unable to look up NS host for your4dacd0ea75.cfl.rr.com: Host not found

Sep 19 07:26:40 nyuk postfix/smtpd[22978]: warning: Unable to look up MX host pinger.pingedin.com for Helo command pinger.pingedin.com: Name or service not known

49,50c49,50
< ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtpd\[[0-9]+\]: warning: Unable to look up MX host for [._[:alnum:]-]+: Host not found(, try again)?$
< ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtpd\[[0-9]+\]: warning: Unable to look up MX host [._[:alnum:]-]+ for Sender address [^[:space:]]+: (Name or service not known|No address associated with hostname)$
---
> ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtpd\[[0-9]+\]: warning: Unable to look up (NS|MX) host for [._[:alnum:]-]+: Host not found(, try again)?$
> ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtpd\[[0-9]+\]: warning: Unable to look up MX host [._[:alnum:]-]+ for (Helo command|Sender address) [^[:space:]]+: (Name or service not known|No address associated with hostname)$






More information about the Logcheck-devel mailing list