<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Schlaflos in Mainz &#187; domain</title>
	<atom:link href="http://www.schlaflos-in-mainz.de/tag/domain/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.schlaflos-in-mainz.de</link>
	<description></description>
	<lastBuildDate>Wed, 14 Apr 2010 21:01:53 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Why don&#8217;t people (the ones that run a mailserver) care about RFCs?</title>
		<link>http://www.schlaflos-in-mainz.de/2008/07/15/why-dont-people-the-ones-that-run-a-mailserver-not-care-about-rfcs/</link>
		<comments>http://www.schlaflos-in-mainz.de/2008/07/15/why-dont-people-the-ones-that-run-a-mailserver-not-care-about-rfcs/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 11:13:05 +0000</pubDate>
		<dc:creator>Max1</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[bla...]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[PTR]]></category>
		<category><![CDATA[RDNS]]></category>
		<category><![CDATA[RFC]]></category>

		<guid isPermaLink="false">http://schlaflos-in-mainz.de/?p=166</guid>
		<description><![CDATA[It&#8217;s the second time this week now, that a quite big website uses a mailserver with DNS settings that do not resolve properly. Why is that? In those two particular cases I don&#8217;t think the problem was ignorance concerning RFCs, but a wrong or yet not completely done configuration: As an example: the host mail.example.com [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s the second time this week now, that a quite big website uses a mailserver with DNS settings that do not resolve properly.</p>
<p>Why is that? In those two particular cases I don&#8217;t think the problem was ignorance concerning RFCs, but a wrong or yet not completely done configuration:</p>
<p>As an example: the host mail.example.com has an A-Record to the IP adrress 1.2.3.4 . And 1.2.3.4 has a correct reverse PTR entry for mail.example.com. BUT:<br />
1.2.3.4 (well, because we are talking about reverse lookups here that is of course 4.3.2.1.in-addr.arpa) also has another PTR entry to mail.example2.com.<br />
BUT: mail.example2.com does NOT have an A-Record that resolves to 1.2.3.4. In my cases it just didn&#8217;t have any A-Record.</p>
<p>So what happens is that the mailserver (in my case postfix) will do a reverse lookup of the IP. As a result it will get mail.example.com OR mail.example2.com randomly. If you specified reject_unknown_client_hostname it will try to match that result it got with the IP address the connect comes from doing a forward lookup.<br />
Meaning: If the result of the first lookup was mail.example.com it will find a correct A-Record that resolves to the IP. All is fine.<br />
But if the result of the first lookup was mail.example2.com it won&#8217;t find a matching a record and reject the email.</p>
<p>I find that really annoying. I mean, errors happen, but until now, only one of them has replied to my email containing information on the problem.</p>
<p>To everyone out there that has a mailserver: PLEASE configure your DNS entries properly ;)</p>
<p>For those who want to see what I mean live:</p>
<p>Try comspot.de or dataworld.de ;)</p>
<p><em>Dataworld.de has told me they will check the issue with their Administrators :) So if you find the error being corrected please tell me about it.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.schlaflos-in-mainz.de/2008/07/15/why-dont-people-the-ones-that-run-a-mailserver-not-care-about-rfcs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
