Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Sun Jan 11, 2009 6:16 am 
Offline
Newbie

Joined: Sun Jan 11, 2009 5:43 am
Posts: 3
Website: http://www.davidlaing.com
My linode hosts websites that allow my users to send email to their site's registered users.

Obviously I'd like as many of my users emails to get through as possible; and I'd like to be proactively monitoring which emails don't get through so I can do something about it.

I know that eventually my IP will make its way onto a spam blacklist (RBL).

How do you professional SysAdmins go about proactively monitoring the email deliverability status / RBL listing status of your IPs?

What do you do when you discover you are listed on an RBL? How do you know which ones you should care about?

Thanks

David

PS: This is quite a nice intro do the subject - http://www.linuxmagic.com/power_of_ip_reputation


Top
   
 Post subject:
PostPosted: Tue Jan 13, 2009 12:47 pm 
Offline
Senior Member
User avatar

Joined: Wed Mar 17, 2004 12:35 am
Posts: 118
Website: http://www.necrobones.com/
Location: Sterling, VA
I have a script that tests my IP against a range of known RBLs, and runs from cron. Otherwise, it's usually a matter on following up on user complaints about bounces and taking a look at the bounce messages.

_________________
----
Ed/Bones.


Top
   
 Post subject:
PostPosted: Tue Jan 13, 2009 10:07 pm 
Offline
Junior Member

Joined: Fri Sep 12, 2003 10:10 am
Posts: 33
Quote:
I know that eventually my IP will make its way onto a spam blacklist (RBL).


Maybe you're looking at this from the wrong perspective. If you *know* you're going to end up on an RBL, take preventative measures before hand. Don't allow the behaviour that will get you onto an RBL.


Top
   
 Post subject:
PostPosted: Wed Jan 14, 2009 12:57 pm 
Offline
Senior Member

Joined: Sun Nov 30, 2008 3:40 pm
Posts: 109
By the way, running automated queries against most of the blacklists is against their TOS. CBL even says that they'll take action if it doesn't stop.


Top
   
 Post subject:
PostPosted: Sat Feb 14, 2009 1:50 am 
Offline
Senior Member

Joined: Sat Feb 14, 2009 1:32 am
Posts: 123
dcelasun wrote:
By the way, running automated queries against most of the blacklists is against their TOS. CBL even says that they'll take action if it doesn't stop.


If I am understanding correctly, you must be referring to automated queries using the web interface. If automated queries using DNS lookups is against their TOS, then any mail system that blocks spam based on the IP being listed in a DNSBL would be in violation.

mrdavidlaing wrote:
How do you professional SysAdmins go about proactively monitoring the email deliverability status / RBL listing status of your IPs?


I wrote a PHP script that is run from cron that does automated lookups of some common blacklists. I have an occasional false positive, but they are obvious because I receive a text message stating the server is "listed in No error code exists." It's pretty obvious.

All of our e-mail is sent to/from the same anti-spam devices. SO, what my script does is do a DNS lookup for all MX records for each domain in an array. It then looks up the IP address for each of those MX records. Lastly, it does a DNS lookup of the IP address on the appropriate DNSBL. I have to program in the expected responses so that I receive a humanly understandable message.

If you want a copy, let me know and I'll post it.


Top
   
 Post subject:
PostPosted: Tue Feb 24, 2009 11:33 pm 
Offline
Newbie

Joined: Sun Jan 18, 2009 6:38 am
Posts: 3
That sounds great, carmp3fan. Could you please post it here for others to check out?


Top
   
 Post subject:
PostPosted: Thu Feb 26, 2009 6:54 pm 
Offline
Senior Member

Joined: Mon Feb 28, 2005 7:21 pm
Posts: 76
You'll need to know the servers to query, but if you're on Ubuntu or Debian you can use rblcheck to do the RBL lookups. It might be good for scripting use.

I like using DNSStuff's RBL query tool as well as their automated RBL reporting service. Unfortunately, they charge for these.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group