Adding RBLs to sendmail
A. Eijkhoudt
penguin at dhcp.net
Thu Oct 18 01:32:20 IST 2007
Hi Hendrik,
This feature has actually been in Sendmail for a very long time - at
least since 2001, judging from a quick Google search.
Additionally, you might consider adding these as well; we use quite an
extensive sendmail.mc with lots of additional milters for SPF, ClamAV,
SpamAssassin...
FEATURE(`dnsbl', `relays.ordb.org', `"554 Rejected "
$&{client_addr} " found in relays.ordb.org"')dnl
FEATURE(`dnsbl', `bl.spamcop.net', `"554 Rejected "
$&{client_addr} " found in bl.spamcop.net"')dnl
FEATURE(`dnsbl', `sbl.spamhaus.org', `"554 Rejected "
$&{client_addr} " found in sbl.spamhaus.org/"')dnl
FEATURE(`dnsbl', `chinanet.blackholes.us', `"554 Rejected "
$&{client_addr} " found in chinanet.blackholes.us"')dnl
Regards,
A. Eijkhoudt
Hendrik den Hartog wrote:
> Hello
>
> Apologies for this simple request for help, but the result would
> help us tweak our MailScanner/Sendmail setup.
>
> I note advice about adding RBLs to sendmail, e.g.
> from a post by Denis Beauchemin,
>
> FEATURE(`dnsbl',`safe.dnsbl.sorbs.net',`"554 Rejected " $&{client_addr}
> " found in safe.dnsbl.sorbs.net"')dnl
> FEATURE(`dnsbl',`cbl.abuseat.org',`"554 Rejected " $&{client_addr} "
> found in cbl.abuseat.org"')dnl
>
> What I'd like to know is what is the minimum version sendmail I
> can add entries like this to?
> Any advice, links, etc, appreciated...
>
> Cheers!
> Dave
>
>
More information about the MailScanner
mailing list