Skip to content

RogerSik/dnsbl-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages