<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Robert Millan&#039;s blog</title>
	<atom:link href="http://robertmh.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://robertmh.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Thu, 29 Oct 2009 21:33:17 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on fake DSNs by robertmh</title>
		<link>http://robertmh.wordpress.com/2009/10/26/fake-dsn/#comment-466</link>
		<dc:creator>robertmh</dc:creator>
		<pubDate>Thu, 29 Oct 2009 21:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://robertmh.wordpress.com/?p=164#comment-466</guid>
		<description>Too late, I already found that out on my own.  Needless to say, I stopped using it as it was making me reject mail from mx10.gnu.org!!

But thanks for the warning.</description>
		<content:encoded><![CDATA[<p>Too late, I already found that out on my own.  Needless to say, I stopped using it as it was making me reject mail from mx10.gnu.org!!</p>
<p>But thanks for the warning.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on fake DSNs by gnufan</title>
		<link>http://robertmh.wordpress.com/2009/10/26/fake-dsn/#comment-464</link>
		<dc:creator>gnufan</dc:creator>
		<pubDate>Wed, 28 Oct 2009 02:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://robertmh.wordpress.com/?p=164#comment-464</guid>
		<description>Read this, even if you don&#039;t use Postfix:
http://www.postfix.org/BACKSCATTER_README.html

In particular:
Blocking backscatter mail with forged mail server information</description>
		<content:encoded><![CDATA[<p>Read this, even if you don&#8217;t use Postfix:<br />
<a href="http://www.postfix.org/BACKSCATTER_README.html" rel="nofollow">http://www.postfix.org/BACKSCATTER_README.html</a></p>
<p>In particular:<br />
Blocking backscatter mail with forged mail server information</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on fake DSNs by Anonymous</title>
		<link>http://robertmh.wordpress.com/2009/10/26/fake-dsn/#comment-462</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 27 Oct 2009 03:57:02 +0000</pubDate>
		<guid isPermaLink="false">http://robertmh.wordpress.com/?p=164#comment-462</guid>
		<description>The sites I know of that use sender callouts do so very carefully.  For instance, they do greylisting *first*, and only do the sender callout later after the greylist passes; thus, illegitimate mail servers won&#039;t trigger the callout in the first place.  They also only do a callout *once* for a given address (much like greylisting, pass or fail gets remembered), and they delay a random amount for callouts.  IIRC they take a few other measures I&#039;ve forgotten about as well.

I can certainly understand that badly done server callouts can cause problems.  That doesn&#039;t make the technique inherently bad.</description>
		<content:encoded><![CDATA[<p>The sites I know of that use sender callouts do so very carefully.  For instance, they do greylisting *first*, and only do the sender callout later after the greylist passes; thus, illegitimate mail servers won&#8217;t trigger the callout in the first place.  They also only do a callout *once* for a given address (much like greylisting, pass or fail gets remembered), and they delay a random amount for callouts.  IIRC they take a few other measures I&#8217;ve forgotten about as well.</p>
<p>I can certainly understand that badly done server callouts can cause problems.  That doesn&#8217;t make the technique inherently bad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on fake DSNs by James Knight</title>
		<link>http://robertmh.wordpress.com/2009/10/26/fake-dsn/#comment-461</link>
		<dc:creator>James Knight</dc:creator>
		<pubDate>Mon, 26 Oct 2009 22:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://robertmh.wordpress.com/?p=164#comment-461</guid>
		<description>Sender callouts are most emphatically *NOT* good, though. Consider the effect on my mailserver when all 100000 sites on the internet that someone has sent spam to (with my server faked as the sender) attempt to connect to me to verify the account exists. It&#039;s just about as bad as if they were sending DSNs!

And sometimes it&#039;s worse, because some mailservers seem to keep the connection open for a while...I guess just in case they need to send more callouts or something.

This isn&#039;t a theoretical concern: Just last week I had this happen and had to reconfigure my server to allow 500 (vs 20) exim processes, and decrease the idle disconnect delay to 30s.

And, sorry to say, before last week I also though sender callouts were a good idea. (sorry to everyone&#039;s mailservers I unthinkingly helped DOS) :(</description>
		<content:encoded><![CDATA[<p>Sender callouts are most emphatically *NOT* good, though. Consider the effect on my mailserver when all 100000 sites on the internet that someone has sent spam to (with my server faked as the sender) attempt to connect to me to verify the account exists. It&#8217;s just about as bad as if they were sending DSNs!</p>
<p>And sometimes it&#8217;s worse, because some mailservers seem to keep the connection open for a while&#8230;I guess just in case they need to send more callouts or something.</p>
<p>This isn&#8217;t a theoretical concern: Just last week I had this happen and had to reconfigure my server to allow 500 (vs 20) exim processes, and decrease the idle disconnect delay to 30s.</p>
<p>And, sorry to say, before last week I also though sender callouts were a good idea. (sorry to everyone&#8217;s mailservers I unthinkingly helped DOS) :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on fake DSNs by Anonymous</title>
		<link>http://robertmh.wordpress.com/2009/10/26/fake-dsn/#comment-460</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 26 Oct 2009 22:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://robertmh.wordpress.com/?p=164#comment-460</guid>
		<description>Oh, and for a more specific higher-profile example, Sourceforge does sender callouts.</description>
		<content:encoded><![CDATA[<p>Oh, and for a more specific higher-profile example, Sourceforge does sender callouts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on fake DSNs by Anonymous</title>
		<link>http://robertmh.wordpress.com/2009/10/26/fake-dsn/#comment-459</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 26 Oct 2009 21:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://robertmh.wordpress.com/?p=164#comment-459</guid>
		<description>Sure enough, I just checked, and one of the mail servers I deal with regularly has a listing there, presumably for using sender callouts (since I know it doesn&#039;t do backscatter).</description>
		<content:encoded><![CDATA[<p>Sure enough, I just checked, and one of the mail servers I deal with regularly has a listing there, presumably for using sender callouts (since I know it doesn&#8217;t do backscatter).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on fake DSNs by Anonymous</title>
		<link>http://robertmh.wordpress.com/2009/10/26/fake-dsn/#comment-458</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 26 Oct 2009 21:54:01 +0000</pubDate>
		<guid isPermaLink="false">http://robertmh.wordpress.com/?p=164#comment-458</guid>
		<description>Please don&#039;t use this blacklist; it blacklists backscatterers (good) but also blacklists servers that use sender callouts (not good).  I know several legitimate mail servers that use sender callouts.</description>
		<content:encoded><![CDATA[<p>Please don&#8217;t use this blacklist; it blacklists backscatterers (good) but also blacklists servers that use sender callouts (not good).  I know several legitimate mail servers that use sender callouts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on fake DSNs by robertmh</title>
		<link>http://robertmh.wordpress.com/2009/10/26/fake-dsn/#comment-457</link>
		<dc:creator>robertmh</dc:creator>
		<pubDate>Mon, 26 Oct 2009 21:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://robertmh.wordpress.com/?p=164#comment-457</guid>
		<description>Awesome.  I need to look into this when I have time...</description>
		<content:encoded><![CDATA[<p>Awesome.  I need to look into this when I have time&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on fake DSNs by robertmh</title>
		<link>http://robertmh.wordpress.com/2009/10/26/fake-dsn/#comment-456</link>
		<dc:creator>robertmh</dc:creator>
		<pubDate>Mon, 26 Oct 2009 21:00:10 +0000</pubDate>
		<guid isPermaLink="false">http://robertmh.wordpress.com/?p=164#comment-456</guid>
		<description>Very nice, even with Exim recipe!  I just enabled it, let&#039;s see how it performs...

Thank you!</description>
		<content:encoded><![CDATA[<p>Very nice, even with Exim recipe!  I just enabled it, let&#8217;s see how it performs&#8230;</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on fake DSNs by Simon</title>
		<link>http://robertmh.wordpress.com/2009/10/26/fake-dsn/#comment-455</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Mon, 26 Oct 2009 16:36:06 +0000</pubDate>
		<guid isPermaLink="false">http://robertmh.wordpress.com/?p=164#comment-455</guid>
		<description>You might be looking for http://www.backscatterer.org/ .</description>
		<content:encoded><![CDATA[<p>You might be looking for <a href="http://www.backscatterer.org/" rel="nofollow">http://www.backscatterer.org/</a> .</p>
]]></content:encoded>
	</item>
</channel>
</rss>
