© Matteo Corti, ETH Zurich, 2009-2012
© Matteo Corti, 2009-2024
see AUTHORS for the complete list of contributors
A Nagios plugin to check if an SMTP server is blacklisted
Some blacklister as Spamhaus ban DNS queries from public DNS resolvers as Google resulting in no host being listed. If you are experiencing problems with the plugin just try the DNS query with a tool as nslookup to check your DNS configuration.
Needs Data::Validate::Domain
0.12 to handle fully qualified host names with an ending dot (e.g., "example.org.")
check_rbl -H example.org -t 60 -c 1 -w 1 -s cbl.abuseat.org -s spamsources.fabel.dk -s mail-abuse.blacklist.jippg.org -s korea.services.net -s ix.dnsbl.manitu.net -s psbl.surriel.com -s dyna.spamrats.com -s noptr.spamrats.com -s spam.spamrats.com -s bl.spamcop.net -s pbl.spamhaus.org -s sbl.spamhaus.org -s xbl.spamhaus.org -s db.wpbl.info -s access.redhawk.org -s dnsbl.kempt.net -s rbl.schulte.org -s sbl-xbl.spamhaus.org -s zen.spamhaus.org -s dnsbl.dronebl.org -s dnsbl.spfbl.net -s spam.dnsbl.anonmails.de -s z.mailspike.net
Comparison of DNS blacklists on Wikipedia for a list.
Please report any bugs or feature requests through the web interface at https://github.com/matteocorti/check_rbl/issues