<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments for Paul Dowman</title>
	<link>http://pauldowman.com</link>
	<description>Software Developer</description>
	<pubDate>Thu, 28 Aug 2008 02:47:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>Comment on A rock-solid setup for sending SMTP mail from your EC2 web server by Paul Dowman</title>
		<link>http://pauldowman.com/2008/02/17/smtp-mail-from-ec2-web-server-setup/#comment-6214</link>
		<dc:creator>Paul Dowman</dc:creator>
		<pubDate>Wed, 20 Aug 2008 12:43:37 +0000</pubDate>
		<guid>http://pauldowman.com/2008/02/17/smtp-mail-from-ec2-web-server-setup/#comment-6214</guid>
		<description>Frederic: Sorry, I don't know. Maybe they're going into the spam folder, perhaps some of the people who received it clicked the spam button? Make sure you have an unsubscribe link that's easy to find in the email so they're less likely to mark it as spam.</description>
		<content:encoded><![CDATA[<p>Frederic: Sorry, I don&#8217;t know. Maybe they&#8217;re going into the spam folder, perhaps some of the people who received it clicked the spam button? Make sure you have an unsubscribe link that&#8217;s easy to find in the email so they&#8217;re less likely to mark it as spam.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on EC2 on Rails version 0.9.9 released by Paul Dowman</title>
		<link>http://pauldowman.com/2008/07/23/ec2-on-rails-version-099-released/#comment-6213</link>
		<dc:creator>Paul Dowman</dc:creator>
		<pubDate>Wed, 20 Aug 2008 12:41:01 +0000</pubDate>
		<guid>http://pauldowman.com/2008/07/23/ec2-on-rails-version-099-released/#comment-6213</guid>
		<description>I wish I could have a schedule for that, but I just do it on my spare time which seems to be pretty rare at the moment!</description>
		<content:encoded><![CDATA[<p>I wish I could have a schedule for that, but I just do it on my spare time which seems to be pretty rare at the moment!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A rock-solid setup for sending SMTP mail from your EC2 web server by frederic sidler</title>
		<link>http://pauldowman.com/2008/02/17/smtp-mail-from-ec2-web-server-setup/#comment-6208</link>
		<dc:creator>frederic sidler</dc:creator>
		<pubDate>Wed, 20 Aug 2008 09:46:43 +0000</pubDate>
		<guid>http://pauldowman.com/2008/02/17/smtp-mail-from-ec2-web-server-setup/#comment-6208</guid>
		<description>Using Authsmtp for a while, email are not delivered to Yahoo account anymore. I contact AuthSMTP regarding this problem. From the web app emails are sent. I can see them in AuthSMTP control panel, but email are not delivered at all to Yahoo customer ! We should I look at. How can I investigate ?</description>
		<content:encoded><![CDATA[<p>Using Authsmtp for a while, email are not delivered to Yahoo account anymore. I contact AuthSMTP regarding this problem. From the web app emails are sent. I can see them in AuthSMTP control panel, but email are not delivered at all to Yahoo customer ! We should I look at. How can I investigate ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on EC2 on Rails version 0.9.9 released by Stephen</title>
		<link>http://pauldowman.com/2008/07/23/ec2-on-rails-version-099-released/#comment-6200</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Tue, 19 Aug 2008 19:17:11 +0000</pubDate>
		<guid>http://pauldowman.com/2008/07/23/ec2-on-rails-version-099-released/#comment-6200</guid>
		<description>Are you expecting to roll out 1.0 of EC2 on Rails soon?  :)</description>
		<content:encoded><![CDATA[<p>Are you expecting to roll out 1.0 of EC2 on Rails soon?  :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Got Git by Julien</title>
		<link>http://pauldowman.com/2008/07/26/got-git/#comment-5969</link>
		<dc:creator>Julien</dc:creator>
		<pubDate>Sun, 27 Jul 2008 08:39:04 +0000</pubDate>
		<guid>http://pauldowman.com/2008/07/26/got-git/#comment-5969</guid>
		<description>Smart move, but I am not convinced they're the best ones for non open-source projects. I am using unfuddle and I have to say their service is flawless -until now-!</description>
		<content:encoded><![CDATA[<p>Smart move, but I am not convinced they&#8217;re the best ones for non open-source projects. I am using unfuddle and I have to say their service is flawless -until now-!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to convert from Subversion to Git by floehopper</title>
		<link>http://pauldowman.com/2008/07/26/how-to-convert-from-subversion-to-git/#comment-5958</link>
		<dc:creator>floehopper</dc:creator>
		<pubDate>Sat, 26 Jul 2008 22:36:59 +0000</pubDate>
		<guid>http://pauldowman.com/2008/07/26/how-to-convert-from-subversion-to-git/#comment-5958</guid>
		<description>Thanks - that's helpful. In case anyone else finds it useul, here's a quick one-liner to list all the users that have committed to your svn repository...

svn log --quiet &#124; grep '^r.*' &#124; cut -d ' ' -f 3 &#124; sort &#124; uniq</description>
		<content:encoded><![CDATA[<p>Thanks - that&#8217;s helpful. In case anyone else finds it useul, here&#8217;s a quick one-liner to list all the users that have committed to your svn repository&#8230;</p>
<p>svn log &#8211;quiet | grep &#8216;^r.*&#8217; | cut -d &#8216; &#8216; -f 3 | sort | uniq</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to convert from Subversion to Git by Gianni Chiappetta</title>
		<link>http://pauldowman.com/2008/07/26/how-to-convert-from-subversion-to-git/#comment-5950</link>
		<dc:creator>Gianni Chiappetta</dc:creator>
		<pubDate>Sat, 26 Jul 2008 13:46:14 +0000</pubDate>
		<guid>http://pauldowman.com/2008/07/26/how-to-convert-from-subversion-to-git/#comment-5950</guid>
		<description>Thanks Paul, I'll be referring to this article!</description>
		<content:encoded><![CDATA[<p>Thanks Paul, I&#8217;ll be referring to this article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A rock-solid setup for sending SMTP mail from your EC2 web server by Paul Dowman</title>
		<link>http://pauldowman.com/2008/02/17/smtp-mail-from-ec2-web-server-setup/#comment-5904</link>
		<dc:creator>Paul Dowman</dc:creator>
		<pubDate>Wed, 23 Jul 2008 22:28:59 +0000</pubDate>
		<guid>http://pauldowman.com/2008/02/17/smtp-mail-from-ec2-web-server-setup/#comment-5904</guid>
		<description>Ezra: See my "Don’t spoof the From field" section.</description>
		<content:encoded><![CDATA[<p>Ezra: See my &#8220;Don’t spoof the From field&#8221; section.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A rock-solid setup for sending SMTP mail from your EC2 web server by Ezra</title>
		<link>http://pauldowman.com/2008/02/17/smtp-mail-from-ec2-web-server-setup/#comment-5903</link>
		<dc:creator>Ezra</dc:creator>
		<pubDate>Wed, 23 Jul 2008 21:47:13 +0000</pubDate>
		<guid>http://pauldowman.com/2008/02/17/smtp-mail-from-ec2-web-server-setup/#comment-5903</guid>
		<description>Paul,
Thanks for the excellent article. I'd like to add that AuthSMTP does not allow arbitrary you to set arbitrary "From:" addresses, aka the "header sender address." Many web applications rely on this, for example, Google Maps. (Get directions, and then click "Send"). AuthSMTP only allows users to set up a limited number of domains that can be in the "From:" field. (http://www.authsmtp.com/auth-smtp/service.html)
According to this chart: http://www.birds-eye.net/article_archive/smtp_mail_relay_services.htm there are other providers that don't limit the "From:" field.</description>
		<content:encoded><![CDATA[<p>Paul,<br />
Thanks for the excellent article. I&#8217;d like to add that AuthSMTP does not allow arbitrary you to set arbitrary &#8220;From:&#8221; addresses, aka the &#8220;header sender address.&#8221; Many web applications rely on this, for example, Google Maps. (Get directions, and then click &#8220;Send&#8221;). AuthSMTP only allows users to set up a limited number of domains that can be in the &#8220;From:&#8221; field. (http://www.authsmtp.com/auth-smtp/service.html)<br />
According to this chart: <a href="http://www.birds-eye.net/article_archive/smtp_mail_relay_services.htm" rel="nofollow">http://www.birds-eye.net/article_archive/smtp_mail_relay_services.htm</a> there are other providers that don&#8217;t limit the &#8220;From:&#8221; field.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A rock-solid setup for sending SMTP mail from your EC2 web server by James Blair</title>
		<link>http://pauldowman.com/2008/02/17/smtp-mail-from-ec2-web-server-setup/#comment-5889</link>
		<dc:creator>James Blair</dc:creator>
		<pubDate>Wed, 23 Jul 2008 02:16:29 +0000</pubDate>
		<guid>http://pauldowman.com/2008/02/17/smtp-mail-from-ec2-web-server-setup/#comment-5889</guid>
		<description>You just saved me a bunch of time (again). Thanks!!</description>
		<content:encoded><![CDATA[<p>You just saved me a bunch of time (again). Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A rock-solid setup for sending SMTP mail from your EC2 web server by Missaka Wijekoon</title>
		<link>http://pauldowman.com/2008/02/17/smtp-mail-from-ec2-web-server-setup/#comment-5844</link>
		<dc:creator>Missaka Wijekoon</dc:creator>
		<pubDate>Sun, 20 Jul 2008 08:24:50 +0000</pubDate>
		<guid>http://pauldowman.com/2008/02/17/smtp-mail-from-ec2-web-server-setup/#comment-5844</guid>
		<description>Many thanks for the excellent write up on setting up the postfix config.  You saved me many hours of trouble!</description>
		<content:encoded><![CDATA[<p>Many thanks for the excellent write up on setting up the postfix config.  You saved me many hours of trouble!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A rock-solid setup for sending SMTP mail from your EC2 web server by Zubair Khan</title>
		<link>http://pauldowman.com/2008/02/17/smtp-mail-from-ec2-web-server-setup/#comment-5606</link>
		<dc:creator>Zubair Khan</dc:creator>
		<pubDate>Sat, 05 Jul 2008 19:48:27 +0000</pubDate>
		<guid>http://pauldowman.com/2008/02/17/smtp-mail-from-ec2-web-server-setup/#comment-5606</guid>
		<description>Hi again Paul, FYI, I pointed my application directly to authsmtp.com and was able to send the email. Only that it reached the destination marked [SPAM].
Thanks for your help.

Zubair</description>
		<content:encoded><![CDATA[<p>Hi again Paul, FYI, I pointed my application directly to authsmtp.com and was able to send the email. Only that it reached the destination marked [SPAM].<br />
Thanks for your help.</p>
<p>Zubair</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A rock-solid setup for sending SMTP mail from your EC2 web server by Zubair Khan</title>
		<link>http://pauldowman.com/2008/02/17/smtp-mail-from-ec2-web-server-setup/#comment-5603</link>
		<dc:creator>Zubair Khan</dc:creator>
		<pubDate>Sat, 05 Jul 2008 19:12:41 +0000</pubDate>
		<guid>http://pauldowman.com/2008/02/17/smtp-mail-from-ec2-web-server-setup/#comment-5603</guid>
		<description>Thanks Paul for the reply, I did like you said, but it seems my script is still trying to use the local mail server. Do I need to start postfix or something? I don't get an error but I get mail back saying ..
The original message was received at Sat, 5 Jul 2008 15:01:25 -0400
from localhost.localdomain [127.0.0.1]
   ----- The following addresses had permanent fatal errors -----

    (reason: 553 http://www.spamhaus.org/query/bl?ip=75.101.231.205)
   ----- Transcript of session follows -----
... while talking to smtp.secureserver.net.:
&#62;&#62;&#62; RCPT To:
&#60;&#60;&#60; 553 http://www.spamhaus.org/query/bl?ip=75.101.231.205
550 5.1.1 ... User unknown
Unknown command: "&#60;&#60;&#60;"
&#38; 550: Invalid message number


My apologies for sending you error messages. Just really desperate. The funny thing is, I keep getting these same reply messages even if I use sendmail or smtp.

Thanks again in advance.

Zubair</description>
		<content:encoded><![CDATA[<p>Thanks Paul for the reply, I did like you said, but it seems my script is still trying to use the local mail server. Do I need to start postfix or something? I don&#8217;t get an error but I get mail back saying ..<br />
The original message was received at Sat, 5 Jul 2008 15:01:25 -0400<br />
from localhost.localdomain [127.0.0.1]<br />
   &#8212;&#8211; The following addresses had permanent fatal errors &#8212;&#8211;</p>
<p>    (reason: 553 <a href="http://www.spamhaus.org/query/bl?ip=75.101.231.205" rel="nofollow">http://www.spamhaus.org/query/bl?ip=75.101.231.205</a>)<br />
   &#8212;&#8211; Transcript of session follows &#8212;&#8211;<br />
&#8230; while talking to smtp.secureserver.net.:<br />
&gt;&gt;&gt; RCPT To:<br />
&lt;&lt;&lt; 553 <a href="http://www.spamhaus.org/query/bl?ip=75.101.231.205" rel="nofollow">http://www.spamhaus.org/query/bl?ip=75.101.231.205</a><br />
550 5.1.1 &#8230; User unknown<br />
Unknown command: &#8220;&lt;&lt;&lt;&#8221;<br />
&amp; 550: Invalid message number</p>
<p>My apologies for sending you error messages. Just really desperate. The funny thing is, I keep getting these same reply messages even if I use sendmail or smtp.</p>
<p>Thanks again in advance.</p>
<p>Zubair</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A rock-solid setup for sending SMTP mail from your EC2 web server by Paul Dowman</title>
		<link>http://pauldowman.com/2008/02/17/smtp-mail-from-ec2-web-server-setup/#comment-5598</link>
		<dc:creator>Paul Dowman</dc:creator>
		<pubDate>Sat, 05 Jul 2008 12:28:23 +0000</pubDate>
		<guid>http://pauldowman.com/2008/02/17/smtp-mail-from-ec2-web-server-setup/#comment-5598</guid>
		<description>Zubair, in your PHP code mail configuration you should use smtp with "localhost" as the server, "25" as the port (it's the default so you probably don't need to specify that) and no username and password. And you don't need to keep the default main.cf file, you can replace it with what I've suggested above or edit it as you like.</description>
		<content:encoded><![CDATA[<p>Zubair, in your PHP code mail configuration you should use smtp with &#8220;localhost&#8221; as the server, &#8220;25&#8243; as the port (it&#8217;s the default so you probably don&#8217;t need to specify that) and no username and password. And you don&#8217;t need to keep the default main.cf file, you can replace it with what I&#8217;ve suggested above or edit it as you like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A rock-solid setup for sending SMTP mail from your EC2 web server by Zubair Khan</title>
		<link>http://pauldowman.com/2008/02/17/smtp-mail-from-ec2-web-server-setup/#comment-5592</link>
		<dc:creator>Zubair Khan</dc:creator>
		<pubDate>Sat, 05 Jul 2008 04:45:53 +0000</pubDate>
		<guid>http://pauldowman.com/2008/02/17/smtp-mail-from-ec2-web-server-setup/#comment-5592</guid>
		<description>Hi Paul,
      I created the AuthSMTP account like you mentioned in your writeup and installed postfix using yum/remi on my fedora 4 EC2. But how do I point my php application to use this setup? My application has the option of a. smtp( server/user/password)  b. sendmail (path to sendmail /usr/sbin/sendmail) or phpmail.

      Also the default /etc/postfix/main.cf file did not have the below user/password variables like you mentioned.

smtp_connection_cache_destinations = mail.authsmtp.com
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = static:YOUR_AUTHSMPT_USER_ID:YOUR_AUTHSMTP_PW
smtp_sasl_security_options = noanonymous


    Any input will be greatly appreciated.

Thanks,

Zubair</description>
		<content:encoded><![CDATA[<p>Hi Paul,<br />
      I created the AuthSMTP account like you mentioned in your writeup and installed postfix using yum/remi on my fedora 4 EC2. But how do I point my php application to use this setup? My application has the option of a. smtp( server/user/password)  b. sendmail (path to sendmail /usr/sbin/sendmail) or phpmail.</p>
<p>      Also the default /etc/postfix/main.cf file did not have the below user/password variables like you mentioned.</p>
<p>smtp_connection_cache_destinations = mail.authsmtp.com<br />
smtp_sasl_auth_enable = yes<br />
smtp_sasl_password_maps = static:YOUR_AUTHSMPT_USER_ID:YOUR_AUTHSMTP_PW<br />
smtp_sasl_security_options = noanonymous</p>
<p>    Any input will be greatly appreciated.</p>
<p>Thanks,</p>
<p>Zubair</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A rock-solid setup for sending SMTP mail from your EC2 web server by Paul Dowman</title>
		<link>http://pauldowman.com/2008/02/17/smtp-mail-from-ec2-web-server-setup/#comment-5457</link>
		<dc:creator>Paul Dowman</dc:creator>
		<pubDate>Thu, 26 Jun 2008 13:28:46 +0000</pubDate>
		<guid>http://pauldowman.com/2008/02/17/smtp-mail-from-ec2-web-server-setup/#comment-5457</guid>
		<description>Alan,

In my case I run postfix on each app server, and the app delivers mail via postfix on localhost because it's just easier that way (one reason not to might be if you have lots of hosts and you're exceeding the AuthSMTP's concurrent connection limit.

But you could use the EC2 firewall rules to allow connections only from your own instances (you should block port 25 to others anyway). You might need to change some settings like &lt;a href="http://www.postfix.org/postconf.5.html#mynetworks" rel="nofollow"&gt;mynetworks&lt;/a&gt; if you want to relay from other hosts.</description>
		<content:encoded><![CDATA[<p>Alan,</p>
<p>In my case I run postfix on each app server, and the app delivers mail via postfix on localhost because it&#8217;s just easier that way (one reason not to might be if you have lots of hosts and you&#8217;re exceeding the AuthSMTP&#8217;s concurrent connection limit.</p>
<p>But you could use the EC2 firewall rules to allow connections only from your own instances (you should block port 25 to others anyway). You might need to change some settings like <a href="http://www.postfix.org/postconf.5.html#mynetworks" rel="nofollow">mynetworks</a> if you want to relay from other hosts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A rock-solid setup for sending SMTP mail from your EC2 web server by Alan</title>
		<link>http://pauldowman.com/2008/02/17/smtp-mail-from-ec2-web-server-setup/#comment-5455</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Thu, 26 Jun 2008 10:34:36 +0000</pubDate>
		<guid>http://pauldowman.com/2008/02/17/smtp-mail-from-ec2-web-server-setup/#comment-5455</guid>
		<description>Paul, absolutely brilliant.

This was indeed a problem we faced at Amazon EC2, and after doing a little digging your post shone through like a guiding light in the storm.

Thanks for pulling this together.

Quick Question: How are you authorising Postfix to only accept email coming from your other EC2 instances?</description>
		<content:encoded><![CDATA[<p>Paul, absolutely brilliant.</p>
<p>This was indeed a problem we faced at Amazon EC2, and after doing a little digging your post shone through like a guiding light in the storm.</p>
<p>Thanks for pulling this together.</p>
<p>Quick Question: How are you authorising Postfix to only accept email coming from your other EC2 instances?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A rock-solid setup for sending SMTP mail from your EC2 web server by BipinDas</title>
		<link>http://pauldowman.com/2008/02/17/smtp-mail-from-ec2-web-server-setup/#comment-5245</link>
		<dc:creator>BipinDas</dc:creator>
		<pubDate>Fri, 30 May 2008 08:11:55 +0000</pubDate>
		<guid>http://pauldowman.com/2008/02/17/smtp-mail-from-ec2-web-server-setup/#comment-5245</guid>
		<description>Paul
It was great. This will help a lot.</description>
		<content:encoded><![CDATA[<p>Paul<br />
It was great. This will help a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A rock-solid setup for sending SMTP mail from your EC2 web server by Bill</title>
		<link>http://pauldowman.com/2008/02/17/smtp-mail-from-ec2-web-server-setup/#comment-5229</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Wed, 28 May 2008 01:45:25 +0000</pubDate>
		<guid>http://pauldowman.com/2008/02/17/smtp-mail-from-ec2-web-server-setup/#comment-5229</guid>
		<description>Terrific post.  Just what I was looking for.  We recently setup a postfix server on Slicehost, which delivers to Gmail fine, but emails to Yahoo disappear into the ether.  I'm not sure what happens with Hotmail since Hotmail won't let me log in (good grief... how big are they and they still have login bugs?), but I'm going to sign up for AuthSMTP and combined with your config file, I bet that fixes the Yahoo problems.</description>
		<content:encoded><![CDATA[<p>Terrific post.  Just what I was looking for.  We recently setup a postfix server on Slicehost, which delivers to Gmail fine, but emails to Yahoo disappear into the ether.  I&#8217;m not sure what happens with Hotmail since Hotmail won&#8217;t let me log in (good grief&#8230; how big are they and they still have login bugs?), but I&#8217;m going to sign up for AuthSMTP and combined with your config file, I bet that fixes the Yahoo problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A rock-solid setup for sending SMTP mail from your EC2 web server by Tom</title>
		<link>http://pauldowman.com/2008/02/17/smtp-mail-from-ec2-web-server-setup/#comment-4712</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 05 May 2008 15:31:32 +0000</pubDate>
		<guid>http://pauldowman.com/2008/02/17/smtp-mail-from-ec2-web-server-setup/#comment-4712</guid>
		<description>You. Rock.</description>
		<content:encoded><![CDATA[<p>You. Rock.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
