Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 620 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 620 Bytes

dnsbl-check

Script that checks if your mail server is in a DNSBL (DNS Blackhole List).

From heise Netze added with little features thats come from the comments.

How to use

Download it to the current directory:

curl -L -o ./dnsbl.sh https://github.com/m-hennecke/dnsbl-check/raw/master/dnsbl-check-standalone.sh
chmod 755 dnsbl.sh

The script echos found blacklist entries to stdout.

Add it to your crontab to get daily notifications:

@daily	${PATH_TO_SCRIPT}/dnsbl.sh -H YOUR_IP