<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Stopping SPAM BEFORE the door with Spamcop &amp; IPTables</title>
	<atom:link href="http://www.worldwidecreations.com/stopping_spam_before_the_door_with_spamcop_iptables.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://www.worldwidecreations.com/stopping_spam_before_the_door_with_spamcop_iptables.htm</link>
	<description></description>
	<lastBuildDate>Wed, 09 Apr 2008 09:32:17 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jt</title>
		<link>http://www.worldwidecreations.com/stopping_spam_before_the_door_with_spamcop_iptables.htm/comment-page-1#comment-21</link>
		<dc:creator>jt</dc:creator>
		<pubDate>Thu, 08 Nov 2007 23:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.worldwidecreations.com/stopping_spam_before_the_door_with_spamcop_iptables.htm#comment-21</guid>
		<description>That&#039;s great! A scoring system would be more appropriate in this case. How many non-existent user address has the IP tried to send to. How many SMTP session timeouts. Then when you have the scoring down you can assign a block based on hours, days, weeks or months.

If you&#039;re getting many connections from one host, or the host is sending lots of spam your way. Then yes filtering the traffic would be given. But basing your filtering on an RBL that includes hosts based on user submissions is something you should re-think. Lots of ISP and small business get on the block very easily.

I sound like a broken record, but I&#039;d rather receive my mail than have it blocked entirely. Before employing SA-Exim and a lot of Exim configuration, I was getting over 150 spam emails a day. Now its 3-4, and thats with a catchall!</description>
		<content:encoded><![CDATA[<p>That&#8217;s great! A scoring system would be more appropriate in this case. How many non-existent user address has the IP tried to send to. How many SMTP session timeouts. Then when you have the scoring down you can assign a block based on hours, days, weeks or months.</p>
<p>If you&#8217;re getting many connections from one host, or the host is sending lots of spam your way. Then yes filtering the traffic would be given. But basing your filtering on an RBL that includes hosts based on user submissions is something you should re-think. Lots of ISP and small business get on the block very easily.</p>
<p>I sound like a broken record, but I&#8217;d rather receive my mail than have it blocked entirely. Before employing SA-Exim and a lot of Exim configuration, I was getting over 150 spam emails a day. Now its 3-4, and thats with a catchall!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.worldwidecreations.com/stopping_spam_before_the_door_with_spamcop_iptables.htm/comment-page-1#comment-20</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 05 Nov 2007 19:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.worldwidecreations.com/stopping_spam_before_the_door_with_spamcop_iptables.htm#comment-20</guid>
		<description>I understand your point.  I guess what I am saying is that the user is already bounced back a message when they first get blocked via the RBL.

All this script does is comb through the logs and find those RBL blocks and go one step further and block them via IP tables so as to stop further email from these IP&#039;s.

BTW, since this article was posted, over 17583 IP bans have been issued.  Slowly but surely the amount getting banned is smaller and smaller as the list gets larger.</description>
		<content:encoded><![CDATA[<p>I understand your point.  I guess what I am saying is that the user is already bounced back a message when they first get blocked via the RBL.</p>
<p>All this script does is comb through the logs and find those RBL blocks and go one step further and block them via IP tables so as to stop further email from these IP&#8217;s.</p>
<p>BTW, since this article was posted, over 17583 IP bans have been issued.  Slowly but surely the amount getting banned is smaller and smaller as the list gets larger.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jt</title>
		<link>http://www.worldwidecreations.com/stopping_spam_before_the_door_with_spamcop_iptables.htm/comment-page-1#comment-19</link>
		<dc:creator>jt</dc:creator>
		<pubDate>Mon, 05 Nov 2007 18:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.worldwidecreations.com/stopping_spam_before_the_door_with_spamcop_iptables.htm#comment-19</guid>
		<description>Good Article. Spamcop is a good RBL, but has sometimes caught ISP&#039;s and other hosting companies that many people use time after time. I would rather tag SPAM, than actually remove it. I can setup a filter in my email client and I always go through my SPAM to make sure that a false gets through.

One thing that works really well is sa-exim:

http://marc.merlins.org/linux/exim/sa.html

It&#039;s runs inside of Exim and scans messages at SMTP time. Which is good for many reasons, you&#039;re not straight out blocking the ISP so it doesn&#039;t look like a network/firewall issue. This is important, because most of the time when there is an issue with mail people will point fingers (and for customers this isn&#039;t fun).

Also, you want to reject mail at SMTP. As you can send a note along with the bounced mail back to the sender.

However, changing your MTA is a big hassle if you&#039;re already using one that you love. Food for thought.</description>
		<content:encoded><![CDATA[<p>Good Article. Spamcop is a good RBL, but has sometimes caught ISP&#8217;s and other hosting companies that many people use time after time. I would rather tag SPAM, than actually remove it. I can setup a filter in my email client and I always go through my SPAM to make sure that a false gets through.</p>
<p>One thing that works really well is sa-exim:</p>
<p><a href="http://marc.merlins.org/linux/exim/sa.html" rel="nofollow">http://marc.merlins.org/linux/exim/sa.html</a></p>
<p>It&#8217;s runs inside of Exim and scans messages at SMTP time. Which is good for many reasons, you&#8217;re not straight out blocking the ISP so it doesn&#8217;t look like a network/firewall issue. This is important, because most of the time when there is an issue with mail people will point fingers (and for customers this isn&#8217;t fun).</p>
<p>Also, you want to reject mail at SMTP. As you can send a note along with the bounced mail back to the sender.</p>
<p>However, changing your MTA is a big hassle if you&#8217;re already using one that you love. Food for thought.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
