Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jun 2004 08:24:16 -0500 (CDT)
From:      David Fleck <david.fleck@mchsi.com>
To:        Warren Block <wblock@wonkity.com>
Cc:        FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: blacklist(s)
Message-ID:  <20040620081624.E13853@grond.sourballs.org>
In-Reply-To: <20040514192819.C20346@wonkity.com>
References:  <20040515005503.GA9224@tao.thought.org> <20040514192819.C20346@wonkity.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 14 May 2004, Warren Block wrote:
> 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}')
[...]

Sorry for this monumentally stupid-sounding question, but how do you tell
if the dnsbl feature is *working* or not?  I've got 2 set in my local .mc
files:

FEATURE(dnsbl, `bl.spamcop.net', `"550 Mail from " $&{client_addr} " rejected, see http://spamcop.net/bl.shtml?" $&{client_addr}')
FEATURE(dnsbl,`combined.njabl.org',`Message from $&{client_addr} rejected - see http://njabl.org/lookup?$&{client_addr}')

(and yes, I did 'make cf install' afterwards), but I don't see any
indication of mail being rejected because of these in my maillog.  I do
see mail being rejected because of settings in /etc/mail/access.db.  Do
these work silently, or are they not working at all?

--
David Fleck
david.fleck@mchsi.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040620081624.E13853>