Date: Fri, 14 May 2004 19:35:06 -0600 (MDT) From: Warren Block <wblock@wonkity.com> To: Gary Kline <kline@thought.org> Cc: FreeBSD Mailing List <freebsd-questions@freebsd.org> Subject: Re: blacklist(s) Message-ID: <20040514192819.C20346@wonkity.com> In-Reply-To: <20040515005503.GA9224@tao.thought.org> References: <20040515005503.GA9224@tao.thought.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040514192819.C20346>