Date: Thu, 07 Dec 2000 16:24:51 -0500 From: James Housley <jim@thehousleys.net> To: Dave Tweten <tweten@nas.nasa.gov> Cc: "Scot W. Hetzel" <hetzels@westbend.net>, Lauri Laupmaa <mauri@inspiral.net>, stable@FreeBSD.ORG Subject: Re: sendmail, rbl & orbs Message-ID: <3A300023.3242D7B3@thehousleys.net> References: <200012072111.eB7LBVb34297@gilmore.nas.nasa.gov>
next in thread | previous in thread | raw e-mail | index | archive | help
Dave Tweten wrote:
>
> hetzels@westbend.net said:
> >NOTE: orbsbl2 - Hack to limit the scope of rejected open-relays from
> >the ORBS and RBL relays lists.
>
> Okay. So where would one go to get this hack, since it doesn't seem to appear
> in /usr/src/contrib/sendmail/cf/hack as a result of a STABLE cvsup of src-all.
It is not a hack.
From /usr/src/contrib/sendmail/RELEASE_NOTES:
CONFIG: new FEATURE(rbl) Turns on rejection of hosts found in
the
Realtime Blackhole List. You can specify the RBL name
server to contact by specifying it as an optional
argument.
The default is rbl.maps.vix.com. For details, see
http://maps.vix.com/rbl/.
From /usr/src/contrib/sendmail/cf/README:
rbl This feature is deprecated! Please use dnsbl instead.
Turns on rejection of hosts found in the Realtime
Blackhole
List. If an argument is provided it is used as the
domain
in which blocked hosts are listed; otherwise, the main
RBL domain rbl.maps.vix.com is used. For details, see
http://maps.vix.com/rbl/.
dnsbl Turns on rejection of hosts found in an DNS based
rejection
list. If an argument is provided it is used as the
domain
in which blocked hosts are listed; otherwise it defaults
to
rbl.maps.vix.com. An explanation for an DNS based
rejection
list can be found http://maps.vix.com/rbl/. A second
argument
can be used to change the default error message of
Mail from $&{client_addr} refused by blackhole site
SERVER
where SERVER is replaced by the first argument. This
feature
can be included several times to query different DNS
based
rejection lists.
I use both rbl and rss via the following:
FEATURE(dnsbl,`rbl.maps.vix.com',` Mail from $&{client_addr} rejected;
see http://mail-abuse.org/cgi-bin/lookup?$&{client_addr}')dnl
FEATURE(dnsbl, `relays.mail-abuse.org', `Open spam relay - see
http://www.mail-abuse.org/rss')dnl
JIm
--
jeh@FreeBSD.org http://www.FreeBSD.org The Power to Serve
jim@TheHousleys.Net http://www.TheHousleys.net
---------------------------------------------------------------------
The wise man built his network upon Un*x.
The foolish man built his network upon Windows.
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A300023.3242D7B3>
