-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wednesday 06 February 2002 12:59 am, Vidiot wrote:
> I've reconfigured RH7.1 sendmail to use the dnsbl feature.  Here is my
> config file:
[snip]
> FEATURE(`dnsbl')dnl
[snip]
> It is the stock redhat mc file with dnsbl added and
> accept_unresolvable_domains commented out.
>
> But, when I run the test on the http://mail-abuse.org/rbl/usage.html
> page, I get:
>
> sendmail -bt -C /etc/sendmail.cf
> ADDRESS TEST MODE (ruleset 3 NOT automatically invoked)
> Enter <ruleset> <address>
>
> > .D{client_addr}127.0.0.1
> > Basic_check_relay <>
>
> Basic_check_rela   input: < >
> Basic_check_rela returns: OKSOFAR
>
> > .D{client_addr}127.0.0.2
> > Basic_check_relay <>
>
> Basic_check_rela   input: < >
> Basic_check_rela returns: OKSOFAR
>
>
> That is NOT supposed to happen.  The 127.0.0.2 is supposed to return an
> error.
>
> Anyone know why this is not working?

You need to define which dnsbl you want to use. Like so:
(watch the linewrap) each feature is one line)

dnl Begin Blackhole lists
FEATURE(dnsbl,`inputs.orbz.org', `Open Relay - see: 
http://www.orbz.org/sender.php')dnl
FEATURE(dnsbl,`outputs.orbz.org', `Open Relay - see: 
http://www.orbz.org/sender.php')dnl
FEATURE(dnsbl,`bl.spamcop.net', `Spam blocked see: 
http://spamcop.net/bl.shtml?$&{client_addr}')dnl
FEATURE(dnsbl, `blackholes.mail-abuse.org', `Rejected - see  
http://www.mail-abuse.org/rbl/')dnl
FEATURE(`delay_checks')dnl
dnl End Blackhole lists

- -D

- -- 

pgp key:  http://www.tuxfan.homeip.net:8080/pgpkey.txt

- --
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8YM1meMAUbzJhSVcRAjlrAKCd7auevlySsT8d7zcum1HOuhRYCQCaAs2U
rbdrAOM0Hfuit0OKVGU3h5k=
=7qgO
-----END PGP SIGNATURE-----



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to