Skip to content

Instantly share code, notes, and snippets.

@tomasfejfar
Created December 11, 2013 11:48
Show Gist options
  • Select an option

  • Save tomasfejfar/7909047 to your computer and use it in GitHub Desktop.

Select an option

Save tomasfejfar/7909047 to your computer and use it in GitHub Desktop.
Icinga spam blacklist check config
define command {
command_name check_rbl
command_line /opt/check_rbl/check_rbl -t 60 -H $HOSTADDRESS$ \
-s dnsbl.ahbl.org \
-s cbl.abuseat.org \
-s dnsbl.cyberlogic.net \
-s bl.deadbeef.com \
-s spamtrap.drbl.drand.net \
-s spamsources.fabel.dk \
-s 0spam.fusionzero.com \
-s mail-abuse.blacklist.jippg.org \
-s korea.services.net \
-s spamguard.leadmon.net \
-s ix.dnsbl.manitu.net \
-s relays.nether.net \
-s no-more-funn.moensted.dk \
-s rbl.orbitrbl.com \
-s psbl.surriel.com \
-s dyna.spamrats.com \
-s noptr.spamrats.com \
-s spam.spamrats.com \
-s dnsbl.sorbs.net \
-s spam.dnsbl.sorbs.net \
-s bl.spamcannibal.org \
-s bl.spamcop.net \
-s pbl.spamhaus.org \
-s sbl.spamhaus.org \
-s xbl.spamhaus.org \
-s ubl.unsubscore.com \
-s dnsbl-1.uceprotect.net \
-s dnsbl-2.uceprotect.net \
-s db.wpbl.info \
-s access.redhawk.org \
-s blacklist.sci.kun.nl \
-s dnsbl.kempt.net \
-s dul.ru \
-s forbidden.icm.edu.pl \
-s hil.habeas.com \
-s rbl.schulte.org \
-s sbl-xbl.spamhaus.org
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment