Mike Hatz wrote:
Hi,
Sorry if this is an old topic, but is Zen from spamhaus still working?
sure it is...
I used to see entries in my sendmail log along the lines of:
"550 Mail from "spammer-s machine listed here" refused - see
http://www.spamhaus.org/lookup.lasso"
And I don't see them anymore. Actually, I meant to ask this a few
weeks ago.
check your configuration. you would be too lucky if you don't get mail
attempts from zombies...
I haven't changed my sendmail config in a longtime.
Mar 25 16:39:05 balou postfix/smtpd[471]: NOQUEUE: reject: RCPT from
68-118-232-181.dhcp.oxfr.ma.charter.com[68.118.232.181]: 554 5.7.1
Service unavailable; Client host [68.118.232.181] blocked using
zen.spamhaus.org; http://www.spamhaus.org/query/bl?ip=68.118.232.181;
from=<[EMAIL PROTECTED]> to=<[EMAIL PROTECTED]> proto=ESMTP
helo=<68-118-232-181.dhcp.oxfr.ma.charter.com>
a query on
http://www.spamhaus.org/query/bl?ip=68.118.232.181
confirms this is a zombie.
time to add
/\.dhcp\..*\.charter\.com$/ policy_residential
to postfix, so as not to bother dnsbl for such zombies...