<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Mobile users can't send mail through Postfix on my XServe.</title>
	<link>http://ask.metafilter.com/72885/Mobile-users-cant-send-mail-through-Postfix-on-my-XServe/</link>
	<description>Comments on Ask MetaFilter post Mobile users can't send mail through Postfix on my XServe.</description>
	<pubDate>Tue, 02 Oct 2007 15:58:44 -0800</pubDate>
	<lastBuildDate>Tue, 02 Oct 2007 15:58:44 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Mobile users can&apos;t send mail through Postfix on my XServe.</title>
		<link>http://ask.metafilter.com/72885/Mobile-users-cant-send-mail-through-Postfix-on-my-XServe</link>	
		<description>XServe Postfix: How can I disable hostname verification so that mobile users can send mail successfully through my server? &lt;br /&gt;&lt;br /&gt; One of our mail users cannot send messages through our server from her BlackJack phone. Checking the SMTP logs, I see lots of this:&lt;br&gt;
&lt;br&gt;
&lt;blockquote&gt;Oct  2 18:15:11 rammserve postfix/smtpd[12253]: warning: 32.161.215.131: hostname mobile-032-161-215-131.mycingular.net verification failed: Host not found&lt;/blockquote&gt;&lt;br&gt;
&lt;br&gt;
Googling indicates that this is because the hostname has no PTR record. Nothing I can do about that, so I&apos;m looking to disable this check. It&apos;s apparently due to the &lt;a href=&quot;http://www.postfix.org/postconf.5.html#reject_unknown_client_hostname&quot;&gt;reject_unknown_client_hostname&lt;/a&gt; configuration directive, and/or something in &lt;a href=&quot;http://www.postfix.org/postconf.5.html#smtpd_helo_restrictions&quot;&gt;smtpd_helo_restrictions&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
However, I can&apos;t find where any of this stuff is enabled on the server. It&apos;s a default configuration XServe. I&apos;ve looked over the output from &lt;a href=&quot;http://simplykiwi.com/postconf_output.txt&quot;&gt;postconf -d&lt;/a&gt;, but can&apos;t find anything that&apos;s causing this warning. Where else should I look? Is this even the problem? If not, what else?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.72885</guid>
		<pubDate>Tue, 02 Oct 2007 15:33:48 -0800</pubDate>
		<dc:creator>odinsdream</dc:creator>
		
			<category>postfix</category>
		
			<category>smtp</category>
		
			<category>smtpd</category>
		
			<category>mail</category>
		
			<category>email</category>
		
	</item> <item>
		<title>By: marionnette en chaussette</title>
		<link>http://ask.metafilter.com/72885/Mobile-users-cant-send-mail-through-Postfix-on-my-XServe#1085559</link>	
		<description>&apos;postconf -d&apos; outputs the default configuration for postfix, not what&apos;s actually set on your server. Run postconf by itself.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.72885-1085559</guid>
		<pubDate>Tue, 02 Oct 2007 15:58:44 -0800</pubDate>
		<dc:creator>marionnette en chaussette</dc:creator>
	</item><item>
		<title>By: odinsdream</title>
		<link>http://ask.metafilter.com/72885/Mobile-users-cant-send-mail-through-Postfix-on-my-XServe#1085584</link>	
		<description>Ah. I&apos;ve updated the above link to show the output of &lt;strong&gt;postconf&lt;/strong&gt;. Thanks.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.72885-1085584</guid>
		<pubDate>Tue, 02 Oct 2007 16:22:15 -0800</pubDate>
		<dc:creator>odinsdream</dc:creator>
	</item><item>
		<title>By: Steven C. Den Beste</title>
		<link>http://ask.metafilter.com/72885/Mobile-users-cant-send-mail-through-Postfix-on-my-XServe#1085677</link>	
		<description>I don&apos;t have an answer for you, but I do have a warning: make sure you don&apos;t turn your server into an open mail relay, to be found by and abused by spammers.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.72885-1085677</guid>
		<pubDate>Tue, 02 Oct 2007 18:06:53 -0800</pubDate>
		<dc:creator>Steven C. Den Beste</dc:creator>
	</item><item>
		<title>By: dreadpiratesully</title>
		<link>http://ask.metafilter.com/72885/Mobile-users-cant-send-mail-through-Postfix-on-my-XServe#1085694</link>	
		<description>It&apos;s been a while, but if I recall correctly the warning you&apos;re seeing will show up whether the mail is rejected or not.  Is there another entry in the log about the rejection?  Or a bounce sent to the user?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.72885-1085694</guid>
		<pubDate>Tue, 02 Oct 2007 18:19:00 -0800</pubDate>
		<dc:creator>dreadpiratesully</dc:creator>
	</item><item>
		<title>By: Jerub</title>
		<link>http://ask.metafilter.com/72885/Mobile-users-cant-send-mail-through-Postfix-on-my-XServe#1085718</link>	
		<description>Don&apos;t accept mail on port 25. Use port 587, aka &apos;submission&apos;. It&apos;s for submitting mail to mail servers by authenticated external clients.&lt;br&gt;
&lt;br&gt;
Add to master.cf:&lt;br&gt;
&lt;pre&gt;587 inet n - n - 12   smtpd -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes&lt;/pre&gt;&lt;br&gt;
in main.cf under &quot;smtpd_sender_restrictions&quot; you want to have &quot;permit_sasl_authenticated&quot; listed before &quot;reject_unknown_client_hostname&quot;. This will mean that any mail sent by clients using authentication will be accepted.&lt;br&gt;
&lt;br&gt;
You&apos;ll need to get sasl auth working, docs are &lt;a href=&quot;http://www.postfix.org/SASL_README.html&quot;&gt;here&lt;/a&gt; if you don&apos;t already have that.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.72885-1085718</guid>
		<pubDate>Tue, 02 Oct 2007 18:52:42 -0800</pubDate>
		<dc:creator>Jerub</dc:creator>
	</item><item>
		<title>By: odinsdream</title>
		<link>http://ask.metafilter.com/72885/Mobile-users-cant-send-mail-through-Postfix-on-my-XServe#1085812</link>	
		<description>dreadpiratesully, nope, no bounce was sent. The user reports that an error message is presented on her phone soon after she clicks send. This is the only message that shows up in the logs, so I was hoping I was on to something.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.72885-1085812</guid>
		<pubDate>Tue, 02 Oct 2007 20:38:51 -0800</pubDate>
		<dc:creator>odinsdream</dc:creator>
	</item>
	</channel>
</rss>
