DNSBL - including descriptive text in sendmail error message

Cordula's Web cpghost at cordula.ws
Wed Mar 3 01:27:53 PST 2004


John Fox wrote on Tue, 2 Mar 2004 10:14:57 -0800:
> I'm running sendmail 8.12.11, and have successfully configured the
> 'dnsbl' feature to reject mail from hosts in the black lists, but
> spamhaus.org has requested that MTA error messages contain the
> descriptive text corresponding to the blacklisted host (e.g.
> "http://www.spamhaus.org/SBL/sbl.lasso?query=SBL14030").

This should happen automatically, when an MTA uses the DNSBL feature.
I don't know about sendmail, but with postfix, all you need to do
is to add the following lines to the smtpd_recipient_restrictions
field in /usr/local/etc/postfix/main.cf:

smtpd_recipient_restrictions =
  # ..... more restrictions here .....
  reject_rbl_client bl.spamcop.net,
  reject_rbl_client sbl-xbl.spamhaus.org,
  reject_rbl_client list.dsbl.org,
  reject_rbl_client dnsbl.njabl.org,
  reject_rbl_client relays.ordb.org,
  reject_rbl_client opm.blitzed.org,
  reject_rbl_client dnsbl.sorbs.net,
  # ..... more restrictions here .....

The descriptive text, if provided by the blacklist as a TXT DNS
record, is then always included in the bounce message.

G'luck!

-- 
Cordula's Web. http://www.cordula.ws/



More information about the freebsd-questions mailing list