<?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: It seems I have a mail problem&#8230;</title>
	<atom:link href="http://top-frog.com/2007/12/12/it_seems_i_have_a_mail_problem/feed/" rel="self" type="application/rss+xml" />
	<link>http://top-frog.com/2007/12/12/it_seems_i_have_a_mail_problem/</link>
	<description>Polluting the internet since 2004</description>
	<lastBuildDate>Sat, 12 May 2012 18:32:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: bedstuy</title>
		<link>http://top-frog.com/2007/12/12/it_seems_i_have_a_mail_problem/comment-page-1/#comment-981</link>
		<dc:creator>bedstuy</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://top-frog.com/?p=219#comment-981</guid>
		<description>eat my email, bitch!</description>
		<content:encoded><![CDATA[<p>eat my email, bitch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn Parker</title>
		<link>http://top-frog.com/2007/12/12/it_seems_i_have_a_mail_problem/comment-page-1/#comment-982</link>
		<dc:creator>Shawn Parker</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://top-frog.com/?p=219#comment-982</guid>
		<description>Sadly, it is still mysteriously broken...</description>
		<content:encoded><![CDATA[<p>Sadly, it is still mysteriously broken&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn Parker</title>
		<link>http://top-frog.com/2007/12/12/it_seems_i_have_a_mail_problem/comment-page-1/#comment-983</link>
		<dc:creator>Shawn Parker</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://top-frog.com/?p=219#comment-983</guid>
		<description>Hm, it seems that dynamic IP blocks from Comcast are automatically on SPAM watchlists. So my server&#039;s emails were being denied from my email box. &lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I&#039;ve gotten service back by telling my server to use the SMTP server provided by comcast, but they&#039;re getting flagged as spam. Well, at least they&#039;re coming through... </description>
		<content:encoded><![CDATA[<p>Hm, it seems that dynamic IP blocks from Comcast are automatically on SPAM watchlists. So my server&#8217;s emails were being denied from my email box. </p>
<p>I&#8217;ve gotten service back by telling my server to use the SMTP server provided by comcast, but they&#8217;re getting flagged as spam. Well, at least they&#8217;re coming through&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn Parker</title>
		<link>http://top-frog.com/2007/12/12/it_seems_i_have_a_mail_problem/comment-page-1/#comment-984</link>
		<dc:creator>Shawn Parker</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://top-frog.com/?p=219#comment-984</guid>
		<description>Okay, so, a little research told me that I had to properly relay through comcast. Several posts told me that I needed to use port 587 but those actually failed, but defaulting to port 25 works.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I had to make some modifications to postfix.&lt;/p&gt;
&lt;p&gt;In /etc/postfix/main.cf&lt;/p&gt;
&lt;p&gt;&lt;pre&gt;relayhost&#160;=&#160;smtp.comcast.net
smtpd_sasl_auth_enable&#160;=&#160;yes
smtpd_sasl_security_options&#160;=
smtp_sasl_password_maps&#160;=&#160;hash:/etc/postfix/sasl_passwd&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I then had to create /etc/postfix/sasl_passwd and add&lt;/p&gt;
&lt;p&gt;&lt;pre&gt;smtp.comcast.net&#160;myusername:mypassword&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Then get postfix to regenerate the password hashes and refresh&lt;/p&gt;
&lt;p&gt;&lt;pre&gt;myserver:/etc/postfix#&#160;postmap&#160;sasl_passwd
myserver:/etc/postfix#&#160;postfix&#160;reload&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The last part was not obvious to me and took a while to find, but I eventually found it... lucky me, eh? So, now between that and a whitelist on my hosts email config I get comment notifications again. </description>
		<content:encoded><![CDATA[<p>Okay, so, a little research told me that I had to properly relay through comcast. Several posts told me that I needed to use port 587 but those actually failed, but defaulting to port 25 works.</p>
<p>I had to make some modifications to postfix.</p>
<p>In /etc/postfix/main.cf</p>
<p>
<pre>relayhost&nbsp;=&nbsp;smtp.comcast.net
smtpd_sasl_auth_enable&nbsp;=&nbsp;yes
smtpd_sasl_security_options&nbsp;=
smtp_sasl_password_maps&nbsp;=&nbsp;hash:/etc/postfix/sasl_passwd</pre>
</p>
<p>I then had to create /etc/postfix/sasl_passwd and add</p>
<p>
<pre>smtp.comcast.net&nbsp;myusername:mypassword</pre>
</p>
<p>Then get postfix to regenerate the password hashes and refresh</p>
<p>
<pre>myserver:/etc/postfix#&nbsp;postmap&nbsp;sasl_passwd
myserver:/etc/postfix#&nbsp;postfix&nbsp;reload</pre>
</p>
<p>The last part was not obvious to me and took a while to find, but I eventually found it&#8230; lucky me, eh? So, now between that and a whitelist on my hosts email config I get comment notifications again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: top-frog.com @ 2012-05-21 23:22:03 by W3 Total Cache -->
