Home > Linux > Sendmail and Realtime Blackhole lists

Sendmail and Realtime Blackhole lists

January 9th, 2009 Leave a comment Go to comments

I’ve just updated my sendmail.mc with some RBL’s checks (dnsrbl feature) which is working out quite well. By using Sendmail with dnsrbl checks instead of a anti-spam program such as Mailscanner which also uses the same RBL mechanism you take the advantage of Sendmail dropping the connection before receiving the email. In this case you are not only reducing the amount of spam, but also the system resources and bandwidth.
Hopefully we’ll notice a slight drop in the spam stats I am collecting recently.

If this sounds interesting to you, have a look at theĀ  cf/cf/knecht.mc file which comes with your distribution for more information.

Currently I am using the following dnsrbl checks:

FEATURE(`dnsbl‘, `dnsbl.sorbs.net’, `"550 Mail from " $`‘&{client_addr} " refused - see http://www.dnsbl.sorbs.net/"’)
FEATURE(`dnsbl‘, `sbl-xbl.spamhaus.org’, `"550 Mail from " $`‘&{client_addr} " refused - see http://www.spamhaus.org/sbl/"’)
FEATURE(`dnsbl‘, `bl.spamcop.net’, `"450 Mail from " $`‘&{client_addr} " refused - see http://spamcop.net/bl.shtml"’)
FEATURE(`dnsbl‘, `dnsbl.njabl.org’, `"550 Mail from " $`‘&{client_addr} " rejected - see http://njabl.org/"’)

Categories: Linux Tags: ,
  1. Wie andex
    January 12th, 2009 at 19:07 | #1

    I have big black hole too when I bend over.

    maar wel gers, hoor blacklisting. Gebruikt ik hier ook, als eerste verdedigingslinie.

  2. Verknetterd
    April 2nd, 2009 at 18:54 | #2

    Gebeurdt er hier nog wat?

  3. Auke
    April 22nd, 2009 at 14:08 | #3

    En is het verbeterd?

  4. April 22nd, 2009 at 14:37 | #4

    En of het verbeterd is! Als je de spam statistieken bekijkt (zie spam stats page) zie je vanaf 9 januari een flinke daling van zeker 60 procent in het aantal spam berichten die het spamassassin filter nog halen.

  1. No trackbacks yet.