> >
> >Hey gang,
> >
> >         I'm trying to figure out how to set up anti-spam with
sendmail...  I
> >know I need to add a feature, but I'm not sure I understand
> >correctly.
> >
> >         From sendmail's site, I see I need to add FEATURE(`dnsbl') ,
which
> >defaults to MAPS, which is a subscription-based service.  Is there a
> >way to set this up to use a database from someone who is not
> >subscription-based?  Also, it this all that needs to be done (besides
> >recompiling .m4)?
>
>
> I use
> FEATURE(dnsbl,`relays.osirusoft.com')dnl
> in my .mc source file.
>
>

or you can use these

FEATURE(`dnsbl',`relays.osirusoft.com')
FEATURE(`dnsbl',`relays.ordb.org')
FEATURE(`dnsbl',`list.dsbl.org')
FEATURE(`dnsbl',`dnsbl.sorbs.net')

along with

FEATURE(`delay_checks')

:):)
---
Rupendra Singh




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to