Q. How do I find out if my e-mail server IP address is blacklisted?
A. First make sure you are not source of spam:
a) You have correct reverse IP address mapping
b) Your mail server is not open to spammers
mxtoolbox offers test that will check a mail server IP address against 147 DNS-based blacklists. (Commonly called Realtime blacklists, blocklists, DNSBLs or RBLs). If your mail server has been blacklisted, some email you send may not be delivered. Blacklisting is a common way of reducing spam.
Step # 1: Find out your mail server ip address
For example if your domain name is nixcraft.com
$ host -t mx nixcraft.comOutput:
nixcraft.com mail is handled by 10 ASPMX.L.GOOGLE.com.
Get IP address of this host:
$ host -t a ASPMX.L.GOOGLE.com.Output:
ASPMX.L.GOOGLE.com has address 72.14.205.27
Step # 2: Now visit mxtoolbox site and enter a mail server IP address 72.14.205.27
=> Visit mxtoolbox web site.
=> Enter IP address
Featured Articles:
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- My 10 UNIX Command Line Mistakes
- 10 Greatest Open Source Software Of 2009
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- Top 20 OpenSSH Server Best Security Practices
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Linux Video Editor Software
- Email FAQ to a friend
- Download PDF version
- Printable version
- Comment RSS feed
- Last Updated: 10/27/06


{ 8 comments… read them below or add one }
As a Newbie, I am always searching online for articles that can help me. Thank you
amazing stuff thanx :)
Thank you for your help!
Finally, the answers that I was looking for! Cheers mate.
Very good suggestions with some good content.well, keep up it…..
I was looking for this info. thanks.
Thanks for the great post and for sharing some really good tips.
I wasn’t aware of the many ripples and depth to this story until I surfed here through Google! Great job.