blacklist(s)

Warren Block wblock at wonkity.com
Fri May 14 18:35:08 PDT 2004


On Fri, 14 May 2004, Gary Kline wrote:

> 	Can anyone point me to the website that told how to set up
> 	sendmail's FEATURE to use blacklists?  There were at least
> 	fourr blacklist sites.  I've grep'd thru my ~/Mail directory,
> 	can't find it?

There should already be an example in /etc/mail/freebsd.mc (no
linewrap):

dnl FEATURE(dnsbl, `blackholes.mail-abuse.org', `"550 Mail from " $&{client_addr} " rejected, see http://mail-abuse.org/cgi-bin/lookup?" $&{client_addr}')

Change the relevant information to use DNSBLs.  For example, here's the
one I use for the excellent XBL-SBL list:

FEATURE(`dnsbl', `sbl-xbl.spamhaus.org', `"554 Mail from " $&{client_addr} " rejected, site listed on http://www.spamhaus.org"')

-Warren Block * Rapid City, South Dakota USA


More information about the freebsd-questions mailing list