<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Information Technology Management &#187; spam</title>
	<atom:link href="http://www.itcapability.com/tag/spam/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itcapability.com</link>
	<description>Articles, thoughts and insight into the world of information technology</description>
	<lastBuildDate>Thu, 22 Jul 2010 01:14:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>When IP Reputation Goes Wrong</title>
		<link>http://www.itcapability.com/2010/07/16/when-ip-reputation-goes-wrong/</link>
		<comments>http://www.itcapability.com/2010/07/16/when-ip-reputation-goes-wrong/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 18:49:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mail]]></category>
		<category><![CDATA[blacklists]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.itcapability.com/?p=15</guid>
		<description><![CDATA[For many years, I have had a server at one colocation site or another.  I host a number of my own sites, and a hand full of others which helps pay for the cost of hosting.  I was growing increasingly concerned that my 4 year old Dell 2950 server was going to die and leave [...]<p><a href="http://www.itcapability.com/2010/07/16/when-ip-reputation-goes-wrong/">When IP Reputation Goes Wrong</a> is a post from: <a href="http://www.itcapability.com">Information Technology Management</a></p>
]]></description>
			<content:encoded><![CDATA[<p>For many years, I have had a server at one colocation site or another.  I host a number of my own sites, and a hand full of others which helps pay for the cost of hosting.  I was growing increasingly concerned that my 4 year old Dell 2950 server was going to die and leave me high and dry.  A few months ago, I saw that the colocation company I use was running a special &#8211; a much newer/faster dedicated server and 10x the bandwidth for about $100 per month less than I was paying to host my own old server.  Good deal, I thought, particularly since that is $100/month back into my pocket.</p>
<p>As part of turning up the dedicated server, I received a new block of IP addresses.  I migrated the sites and data to the new server without much of a problem.  The next day is when the fun began.</p>
<p>One of the sites I host is a non-profit organization that does a lot of communication with members (nearly 19,000) via email lists.  I got a message from my contact at that organization that he was seeing a lot of email bounces.  I took a look at the mail server logs, and sure enough, most destinations were rejecting mail from this new server because the IP addresses provided to me appeared in many DNS blacklists.</p>
<p>I found this pretty frustrating.  I wasn&#8217;t mad at my provider, I was mad at the maintainers of these lists for some reason.  My provider graciously offered new addresses or to reroute my former addresses to the new server.  I saw it as a challenge, though.</p>
<p>I saw a lot of rejections that looked like this:</p>
<p>** xxx@xxx R=lookuphost T=remote_smtp: SMTP error from remote mail  server after initial connection: host smtp.secureserver.net  [216.69.186.201]: 554-m1pismtp01-019.prod.mesa1.secureserver.net\n554  Your access to this mail system has been rejected due to the sending  MTA&#8217;s poor reputation. If you believe that this failure is in error,  please contact the intended recipient via alternate means.</p>
<p>This was far and away the most common rejection notice, and there was no detail on how or why my addresses were there.  I spent some time on Google and found that this message comes from the Cisco IronPort mail security product, even found a <a href="http://www.senderbase.org/senderbase_queries/detailip?search_string=69.61.23.66">link </a>that validated my IP&#8217;s reputation was poor in their eyes.  In my reading about Iron Port and Sender Base, I found that it&#8217;s tough to get off the list if you are listed in the common DNS RBL&#8217;s .  So, I put my IP address into <a href="http://www.mxtoolbox.com/blacklists.aspx">MX Toolbox</a> and got a long, ugly list of blacklists I was included in.  Starting from the top, I visited the site of every single one, and completed the removal request form, or sent an email to the list&#8217;s administrator pleading my case.  Within a week, my IP address was not on any of the DNS RBL&#8217;s tracked by MX Toolbox.   Unfortunately, I was still seeing a large percentage of outbound email being rejected, most of it still coming from the IronPort product.  I sent a message to support at senderbase.org, explaining the situation, and that I had gone to the effort of removing those addresses from the blacklists.  I was pleasantly surprised to get a message back within a few hours asking some questions.  I had to follow up twice, but within a week, I was showing &#8220;good&#8221; on senderbase.org&#8217;s reputation lookup tool, and was not seeing any more rejections from IronPort mail servers.</p>
<p>Next on my list to fix were emails being rejected by Barracuda spam firewalls because my IP&#8217;s were on the <a href="http://www.barracudacentral.org/reputation">Barracuda Reputation Block List</a>.  I had no idea how many organizations use the Barracuda anti-spam system.    In my logs, I saw this:</p>
<p>** xxx@xxx R=lookuphost T=remote_smtp: SMTP error from remote mail  server after RCPT TO:&lt;xxx@xxx&gt;: host barracudamailsrv.udem.edu.mx  [148.238.48.37]: 554 Service unavailable; Client host  [www3.stelesys.com] blocked using Barracuda Reputation;  http://bbl.barracudacentral.com/q.cgi?ip=69.61.23.66</p>
<p>Fortunately, Barracuda lets you know the source of the problem, unlike IronPort.  Barracuda lets you look up your IP, and if you are on their list, gives you the option to request it be removed.  As with many of the blacklists, removal appeared to be automated, indicating that since this was the first request to have that IP removed from the list, it would be removed.  I suspect that if I started spamming from that address, it would be harder to get off the list the next time around.</p>
<p>At this point, nearly all outbound mail is being delivered.  I noticed that a good number of Barracuda mail firewalls do not update frequently, and 3 weeks after being removed from the Barracuda list, there are still a small handful of mail servers rejecting mail from my server because the Barracuda application thinks I am still on the list.  I found a few organizations that apparently maintain their own private blacklists, and all but one included directions on how to request removal &#8211; Qwest communications being the exception.</p>
<p>There is still one list that is blocking me, though&#8230;  I found it by looking at my IP address using the search tool on this <a href="http://www.linuxmagic.com/products/bms/lookup">page</a>.  My IP shows as being listed by <a href="http://www.mipspace.com/">mipspace</a>.  After digging around on their site, I found a contact email for them.  As with every other blacklist admin previously, I pleaded my case.  I got an email back from the list administrator indicating that the whole /17 netblock for my colo was in the list because of rampant spamming.  Their suggestion was to request my ISP to <a href="http://en.wikipedia.org/wiki/Shared_Whois_Project">SWIP</a> the /28 netblock for my server to me.  I have yet to do that, since I am not seeing any rejections caused by obscure DNS RBL.</p>
<p>Learn from my story &#8211; if possible, research the IP addresses you are given first if you care about things like having email delivered.  I spent roughly 30 hours over the course of a month to clean up these IP addresses.</p>
<p><a href="http://www.itcapability.com/2010/07/16/when-ip-reputation-goes-wrong/">When IP Reputation Goes Wrong</a> is a post from: <a href="http://www.itcapability.com">Information Technology Management</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.itcapability.com/2010/07/16/when-ip-reputation-goes-wrong/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

