{"id":260,"date":"2009-08-13T15:58:03","date_gmt":"2009-08-13T14:58:03","guid":{"rendered":"http:\/\/marc.storck.lu\/blog\/?p=260"},"modified":"2013-12-14T13:04:48","modified_gmt":"2013-12-14T12:04:48","slug":"how-to-solve-dns-and-email-validation-problems","status":"publish","type":"post","link":"https:\/\/marc.storck.lu\/blog\/2009\/08\/how-to-solve-dns-and-email-validation-problems\/","title":{"rendered":"How To Solve DNS and EMail Validation Problems"},"content":{"rendered":"<address>This article was initially published by Mr Roger Buck on 01 Aug 2001. As the original URL http:\/\/www.saas.nsw.edu.au\/solutions\/dns.html does not provide the article anymore, I temporary provide the text here.<\/address>\n<address>A archive version of this article is also available <a href=\"http:\/\/web.archive.org\/web\/20071012030235\/http:\/\/www.saas.nsw.edu.au\/solutions\/dns.html\" target=\"_blank\">here<\/a>.<!--more--><\/address>\n<hr \/>\n<h4>Solving DNS &amp; Email Server Validation Problems<\/h4>\n<pre><strong>Is my DNS a Mess ...? \u00a0 \u00a0 \u00a0 Most Probably, Yes!<\/strong><\/pre>\n<hr \/>\n<p><a href=\"http:\/\/web.archive.org\/web\/20060425054344\/http:\/\/www.menandmice.com\/6000\/6000_domain_health.html\" target=\"_blank\">Surveys Show that 80% of DNS Domain Name Servers are Misconfigured.<\/a> Chances are high that many email messages are blocked&#8230; or possibly lost forever&#8230;. without mail administrators being any the wiser.  This article shows you how to analyse and solve most DNS related MTA configuration problems  Original source for this article is BIND8 for NT and other sites by <a href=\"mailto:LenConrad@MEIway.com\">Len Conrad<\/a>&#8230; on how to build and configure, relay-only mail hubs for aggressive anti-spam defense with increased reliabiilty and throughput.  This is just a re-hash of what you will find there.<\/p>\n<hr \/>\n<h4>How to stop DNS from Blocking Valid EMail Delivery<\/h4>\n<p>Until IP Version 6 becomes widely implemented, validation of email connection will (mostly) remain dependent on the current Domain Name Service (DNS).Growing popularity of Mail Tranfser Agents (MTA) such as <a href=\"http:\/\/www.postfix.org\/start.html\" target=\"_blank\">postfix<\/a>, by Wietse Venema and IBM, qmail, and sendmail is partly due to their capacity to validate any other mail servers who wish to send them mail.<\/p>\n<p>Validation helps reduce the volume of Unsolicited Bulk Email (UBM or SPAM) with enhanced security, efficiency and reliability for Internet mail services in general.<\/p>\n<p>Using postfix as as example, just take a look at one set of such validation options:<\/p>\n<p><a href=\"http:\/\/www.postfix.org\/uce.html\" target=\"_blank\">&#8220;Postfix Configuration &#8211; UCE Controls&#8221;<\/a><\/p>\n<p>&#8230; to see how these MTA&#8217;s can really slam shut the mail door to any but the most trustworthy and identifiable mail servers.<\/p>\n<h4>How DNS Queries are used to Validate SMTP Clients<\/h4>\n<p>Take a moment to look at at this portion of an <a href=\"http:\/\/www.ipswitch.com\/Products\/IMail_Server\/index.html\" target=\"_blank\">Ipswitch Imail<\/a> SMTPD server log. The log shows what information is provided by the SMTP client that is trying to send email to our SMTPD server:<\/p>\n<p>Figure 1:<\/p>\n<div id=\"attachment_268\" style=\"width: 462px\" class=\"wp-caption aligncenter\"><a rel=\"attachment wp-att-268\" href=\"http:\/\/marc.storck.lu\/blog\/2009\/08\/how-to-solve-dns-and-email-validation-problems\/dns-log\/\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-268\" data-attachment-id=\"268\" data-permalink=\"https:\/\/marc.storck.lu\/blog\/2009\/08\/how-to-solve-dns-and-email-validation-problems\/dns-log\/\" data-orig-file=\"https:\/\/i0.wp.com\/marc.storck.lu\/blog\/wp-content\/uploads\/2009\/08\/dns-log.gif?fit=452%2C299&amp;ssl=1\" data-orig-size=\"452,299\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}\" data-image-title=\"Figure 1\" data-image-description=\"\" data-image-caption=\"&lt;p&gt;Figure 1&lt;\/p&gt;\n\" data-large-file=\"https:\/\/i0.wp.com\/marc.storck.lu\/blog\/wp-content\/uploads\/2009\/08\/dns-log.gif?fit=452%2C299&amp;ssl=1\" class=\"size-full wp-image-268\" title=\"Figure 1\" src=\"https:\/\/i0.wp.com\/marc.storck.lu\/blog\/wp-content\/uploads\/2009\/08\/dns-log.gif?resize=452%2C299\" alt=\"Figure 1\" width=\"452\" height=\"299\" srcset=\"https:\/\/i0.wp.com\/marc.storck.lu\/blog\/wp-content\/uploads\/2009\/08\/dns-log.gif?w=452&amp;ssl=1 452w, https:\/\/i0.wp.com\/marc.storck.lu\/blog\/wp-content\/uploads\/2009\/08\/dns-log.gif?resize=300%2C198&amp;ssl=1 300w\" sizes=\"auto, (max-width: 452px) 100vw, 452px\" \/><\/a><p id=\"caption-attachment-268\" class=\"wp-caption-text\">Figure 1<\/p><\/div>\n<p>Armed with our log information, let&#8217;s consider the validation procedures that various mail servers will run against our (and our  hosted clients&#8217;) attempts to send mail?<\/p>\n<p>DNS Authentication Tests Run by Email Servers:<\/p>\n<p>Validating the ip address of the SMTP client:<\/p>\n<ol>\n<li>Query DNS for the PTR record of ip address (reverse lookup)<\/li>\n<li>Does the PTR record for this ip exist?<br \/>\nIf <q>NO<\/q>: then reject the mail.<\/li>\n<li>Does the PTR record refer to the HELO\/EHLO hostname?<br \/>\nIf <q>NO<\/q>: then reject the mail.<\/li>\n<li>Does the ip address&#8217;s PTR hostname have an A record??<br \/>\nIf <q>NO<\/q>: then reject the mail.<\/li>\n<li>Does the ip address&#8217;s PTR hostname have an MX record??<br \/>\nIf <q>NO<\/q>: then reject the mail.<\/li>\n<li>Is the ip address in <a href=\"http:\/\/www.mail-abuse.org\/\" target=\"_blank\">Mail-Abuse.org&#8217;s MAPS (or similar) databases<\/a> of black-holes, open-relays, or dial-ups?<br \/>\nIf <q>YES<\/q>: then reject the mail.<\/li>\n<li>Is the DNS reverse delegation valid and\/or correct?<br \/>\nIf <q>NO<\/q>: then reject the mail.<\/li>\n<\/ol>\n<p>Validating the <tt>HELO\/EHLO hostname<\/tt> information:<\/p>\n<ol>\n<li>Does the hostname resolve to an DNS A or MX record?  <a href=\"http:\/\/web.archive.org\/web\/20071012030235\/http:\/\/www.saas.nsw.edu.au\/solutions\/dns-note3.txt\" target=\"_blank\">[3]<\/a><br \/>\nIf <q>NO<\/q>: then reject the mail.<\/li>\n<li>Is the hostname a FQHN: Fully Qualified Host Name ?<br \/>\nIf <q>NO<\/q>: then reject the mail.<\/li>\n<li>If there is an A record, is that ip address in one of the MAPS databases for black-holes, open-relays, or dial-ups?<br \/>\nIf <q>YES<\/q>: then reject the mail.<\/li>\n<\/ol>\n<p>Validating the MAIL FROM: @sender.domain information:<\/p>\n<ol>\n<li>Does <tt>sender.domain<\/tt> resolve to a DNS A or MX record?<br \/>\nIf <q>NO<\/q>: then reject the mail.<\/li>\n<li>Is <tt>sender.domain<\/tt> a FQHN: Fully Qualified Host Name ?<br \/>\nIf <q>NO<\/q>: then reject the mail.<\/li>\n<li>If there is an A record, is the ip address listed in databases of black-holes, open-relays, or dial-ups?<br \/>\nIf <q>YES<\/q>: then reject the mail.<\/li>\n<\/ol>\n<blockquote><p>If you want to be able to validate access to your own mail server, then check out the links above. No matter what brand of mail server you use, you can implement <a href=\"http:\/\/www.postfix.org\/\" target=\"_blank\">Postfix<\/a>, <a href=\"http:\/\/web.archive.org\/web\/20080213181600\/http:\/\/imgate.meiway.com\/\" target=\"_blank\">IMGate<\/a> or similar solutions suited to your preferred operating system: Increasing the availability, speed, reliability, and overall quality of your mail infrastructure.<\/p><\/blockquote>\n<h4>How to configure DNS for correct email validation<\/h4>\n<p>From the above, it follows that <q>well configured<\/q> mail servers will use DNS database records to validate email transfers.  Correct DNS based validation reduces spam and has some important security benefits.<\/p>\n<p>So, being a responsible and enthusiastic administrator, you&#8217;re asking <q>How can I setup my DNS so that my own and my clients&#8217; mail is reliably delivered to mail servers that use DNS validation techniques?<\/q><\/p>\n<ul>\n<li> Keep your server addresses out of relay databases:Assuming you are not a spammer, the most common foul-up is running your mail server as an open-relay. <a href=\"http:\/\/www.mail-abuse.org\/tsi\/ar-what.html\" target=\"_blank\">What&#8217;s that?<\/a> Blocking databases such as <a href=\"http:\/\/www.mail-abuse.org\/\" target=\"_blank\">Mail-Abuse.org<\/a> and ORBS are designed to reduce spam.If you don&#8217;t know what anti-spam databases are about, then spend some time studying the pages at Mail-Abuse.org.To run your mail server through an an open relay test:<br \/>\nFrom the server console of the machine you wish to test, telnet to <tt>relay-check.mail-abuse.org<\/tt> and watch the automated test messages roll by!<\/p>\n<p><a href=\"http:\/\/www.faqs.org\/rfcs\/rfc2505.html\" target=\"_blank\">RFC 2505: Anti-Spam Recommendations for SMTP MTAs<\/a><\/p>\n<p><a href=\"http:\/\/www.faqs.org\/rfcs\/rfc1123.html\" target=\"_blank\">RFC 1123: Requirements for Internet Hosts &#8211; Application and  Support<\/a><\/p>\n<p><a href=\"http:\/\/www.faqs.org\/rfcs\/rfc1912.html\" target=\"_blank\">RFC 1912 Common DNS Operational and Configuration Errors<\/a><\/p>\n<p>RFC-Ignorant.Org registration centre<\/p>\n<p>Some more notes about standards here: <a href=\"http:\/\/web.archive.org\/web\/20071012030235\/http:\/\/www.saas.nsw.edu.au\/solutions\/dns-note1.txt\" target=\"_blank\">Note 1<\/a> <a href=\"http:\/\/web.archive.org\/web\/20080719233654\/http:\/\/www.saas.nsw.edu.au\/solutions\/dns-note2.txt\" target=\"_blank\">Note 2<\/a> <a href=\"http:\/\/web.archive.org\/web\/20071012030235\/http:\/\/www.saas.nsw.edu.au\/solutions\/dns-note3.txt\" target=\"_blank\">Note 3<\/a><\/li>\n<\/ul>\n<p>Make sure your DNS has been delegated with reverse authority<br \/>\nIf your DNS is delegated with reverse zone authority, make sure your reverse zone is setup perfectly, at least for the ip addresses of your mail servers&#8230; but don&#8217;t stop there: It&#8217;s a good idea to populate your entire reverse zone with real hostnames and\/generic placeholder hostnames even if they are not used.<\/p>\n<blockquote><p>Check your reverse zone: Is it working? Use the ip block and Scan rDNS tools at <a href=\"http:\/\/www.samspade.org\/\" target=\"_blank\">SamSpade.org<\/a>. Using the rDNS tool, if you get no results, or if the results are not what you put in your db. reverse zone file, then your reverse zone is broken!<\/p><\/blockquote>\n<ul>\n<li>For every domain in your DNS, make sure the zone files contain at least these records:\n<pre>$ORIGIN mydomain.com.\r\n@    A      ip.ad.re.ss\r\n@    MX     10  mailhost.domain.com.<\/pre>\n<\/li>\n<li>For every mail host (real and virtual) in your DNS, make sure the zone files contain at least these records:\n<pre>$ORIGIN somedomain.com.\r\nmailhost   A   ip.ad.re.ss\r\n@          MX  10   mailhost.somedomain.com.\r\nmailhost   MX  10   mailhost.somedomain.com.<\/pre>\n<\/li>\n<li>For every mail host (real and virtual) in your DNS, make sure you know how your mailserver(s) is announcing itself in the <tt>HELO\/EHLO hostname<\/tt> field.Is your SMTP client sending mail by first announcing itself as:<tt>EHLO mail.mydomain.com<\/tt>or<tt>EHLO mydomain.com<\/tt>or<tt>EHLO smtp.mydomain.com<\/tt>or<tt>EHLO (nothing)<\/tt>or<tt>EHLO someotherdomain.com<\/tt>? ? ? ? ?Make sure the hostname appearing as <tt><q>EHLO\/HELO hostname<\/q><\/tt> (see log example above) is entered correctly in the DNS database using:\n<ol>\n<li>A FQHN, Fully Qualified Host Name: in the format: <tt>111.222.123.234 IN A host.domain.com.<\/tt><\/li>\n<li>The FQHN has a DNS A record (as per above example).<\/li>\n<li>The FQHN has a DNS MX record&#8230; for example:<tt>111.222.123.234 IM MX 1 host.domain.com.<\/tt><\/li>\n<\/ol>\n<\/li>\n<\/ul>\n<p>For further information,  <a href=\"http:\/\/www.dnsreport.com\/\">check your DNS settings<\/a> using   <a href=\"http:\/\/www.dnsreport.com\/\">dnsreport<\/a> web based DNS report service<\/p>\n<p>For a better understanding of any of the above terms\/values, refer to the various links and <q>log snippet<\/q> in Figure 1. above. Even if you do not intend to use Postfix as your own MTA, it is worth browsing <a href=\"http:\/\/www.postfix.org\/\">the Postfix documentation<\/a> as a good reference source for many of the issues introduced here.<\/p>\n<blockquote><p>When your configure your DNS to meet the guidelines set out above, your DNS definitely will NOT be a mess.<\/p>\n<p>Consequently, you will be able to congratulate yourself on a job well done, and your clients and mail servers will have the best chance of avoiding rejection or black-listing by other mail servers.<\/p><\/blockquote>\n<p><!-- ======= MAIN PAGE ENDS HERE ========================================= --> <!-- ======= FOOTER STARTS HERE ========================================== --> <!--#include virtual=\"footer.html\" --> <!-- ======= GUTTER ENDS HERE =========================================== --> <!-- ======= EVERYTHING ELSE ENDS HERE! ================================= --><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This article was initially published by Mr Roger Buck on 01 Aug 2001. As the original URL http:\/\/www.saas.nsw.edu.au\/solutions\/dns.html does not provide the article anymore, I temporary provide the text here. A archive version of this article is also available here.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[5],"tags":[26,9],"class_list":["post-260","post","type-post","status-publish","format-standard","hentry","category-hobbies","tag-internet","tag-linux"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How To Solve DNS and EMail Validation Problems - Marc&#039;s Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/marc.storck.lu\/blog\/2009\/08\/how-to-solve-dns-and-email-validation-problems\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Solve DNS and EMail Validation Problems - Marc&#039;s Blog\" \/>\n<meta property=\"og:description\" content=\"This article was initially published by Mr Roger Buck on 01 Aug 2001. As the original URL http:\/\/www.saas.nsw.edu.au\/solutions\/dns.html does not provide the article anymore, I temporary provide the text here. A archive version of this article is also available here.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/marc.storck.lu\/blog\/2009\/08\/how-to-solve-dns-and-email-validation-problems\/\" \/>\n<meta property=\"og:site_name\" content=\"Marc&#039;s Blog\" \/>\n<meta property=\"article:published_time\" content=\"2009-08-13T14:58:03+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2013-12-14T12:04:48+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/marc.storck.lu\/blog\/wp-content\/uploads\/2009\/08\/dns-log.gif\" \/>\n<meta name=\"author\" content=\"Marc\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Marc\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/2009\\\/08\\\/how-to-solve-dns-and-email-validation-problems\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/2009\\\/08\\\/how-to-solve-dns-and-email-validation-problems\\\/\"},\"author\":{\"name\":\"Marc\",\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/#\\\/schema\\\/person\\\/f27bff846342220e94f4112cf42ca433\"},\"headline\":\"How To Solve DNS and EMail Validation Problems\",\"datePublished\":\"2009-08-13T14:58:03+00:00\",\"dateModified\":\"2013-12-14T12:04:48+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/2009\\\/08\\\/how-to-solve-dns-and-email-validation-problems\\\/\"},\"wordCount\":1266,\"commentCount\":3,\"publisher\":{\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/#\\\/schema\\\/person\\\/f27bff846342220e94f4112cf42ca433\"},\"image\":{\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/2009\\\/08\\\/how-to-solve-dns-and-email-validation-problems\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/marc.storck.lu\\\/blog\\\/wp-content\\\/uploads\\\/2009\\\/08\\\/dns-log.gif\",\"keywords\":[\"Internet\",\"Linux\"],\"articleSection\":[\"Hobbies\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/2009\\\/08\\\/how-to-solve-dns-and-email-validation-problems\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/2009\\\/08\\\/how-to-solve-dns-and-email-validation-problems\\\/\",\"url\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/2009\\\/08\\\/how-to-solve-dns-and-email-validation-problems\\\/\",\"name\":\"How To Solve DNS and EMail Validation Problems - Marc&#039;s Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/2009\\\/08\\\/how-to-solve-dns-and-email-validation-problems\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/2009\\\/08\\\/how-to-solve-dns-and-email-validation-problems\\\/#primaryimage\"},\"thumbnailUrl\":\"http:\\\/\\\/marc.storck.lu\\\/blog\\\/wp-content\\\/uploads\\\/2009\\\/08\\\/dns-log.gif\",\"datePublished\":\"2009-08-13T14:58:03+00:00\",\"dateModified\":\"2013-12-14T12:04:48+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/2009\\\/08\\\/how-to-solve-dns-and-email-validation-problems\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/2009\\\/08\\\/how-to-solve-dns-and-email-validation-problems\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/2009\\\/08\\\/how-to-solve-dns-and-email-validation-problems\\\/#primaryimage\",\"url\":\"http:\\\/\\\/marc.storck.lu\\\/blog\\\/wp-content\\\/uploads\\\/2009\\\/08\\\/dns-log.gif\",\"contentUrl\":\"http:\\\/\\\/marc.storck.lu\\\/blog\\\/wp-content\\\/uploads\\\/2009\\\/08\\\/dns-log.gif\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/2009\\\/08\\\/how-to-solve-dns-and-email-validation-problems\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Solve DNS and EMail Validation Problems\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/\",\"name\":\"Marc&#039;s Blog\",\"description\":\"Things from me about me ...\",\"publisher\":{\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/#\\\/schema\\\/person\\\/f27bff846342220e94f4112cf42ca433\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/#\\\/schema\\\/person\\\/f27bff846342220e94f4112cf42ca433\",\"name\":\"Marc\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5bd58717bd32e93b66cdbe59441798a1d9cbf4003a7ad5333e5919016683201d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5bd58717bd32e93b66cdbe59441798a1d9cbf4003a7ad5333e5919016683201d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5bd58717bd32e93b66cdbe59441798a1d9cbf4003a7ad5333e5919016683201d?s=96&d=mm&r=g\",\"caption\":\"Marc\"},\"logo\":{\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5bd58717bd32e93b66cdbe59441798a1d9cbf4003a7ad5333e5919016683201d?s=96&d=mm&r=g\"},\"url\":\"https:\\\/\\\/marc.storck.lu\\\/blog\\\/author\\\/mcs23\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How To Solve DNS and EMail Validation Problems - Marc&#039;s Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/marc.storck.lu\/blog\/2009\/08\/how-to-solve-dns-and-email-validation-problems\/","og_locale":"en_US","og_type":"article","og_title":"How To Solve DNS and EMail Validation Problems - Marc&#039;s Blog","og_description":"This article was initially published by Mr Roger Buck on 01 Aug 2001. As the original URL http:\/\/www.saas.nsw.edu.au\/solutions\/dns.html does not provide the article anymore, I temporary provide the text here. A archive version of this article is also available here.","og_url":"https:\/\/marc.storck.lu\/blog\/2009\/08\/how-to-solve-dns-and-email-validation-problems\/","og_site_name":"Marc&#039;s Blog","article_published_time":"2009-08-13T14:58:03+00:00","article_modified_time":"2013-12-14T12:04:48+00:00","og_image":[{"url":"http:\/\/marc.storck.lu\/blog\/wp-content\/uploads\/2009\/08\/dns-log.gif","type":"","width":"","height":""}],"author":"Marc","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Marc","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/marc.storck.lu\/blog\/2009\/08\/how-to-solve-dns-and-email-validation-problems\/#article","isPartOf":{"@id":"https:\/\/marc.storck.lu\/blog\/2009\/08\/how-to-solve-dns-and-email-validation-problems\/"},"author":{"name":"Marc","@id":"https:\/\/marc.storck.lu\/blog\/#\/schema\/person\/f27bff846342220e94f4112cf42ca433"},"headline":"How To Solve DNS and EMail Validation Problems","datePublished":"2009-08-13T14:58:03+00:00","dateModified":"2013-12-14T12:04:48+00:00","mainEntityOfPage":{"@id":"https:\/\/marc.storck.lu\/blog\/2009\/08\/how-to-solve-dns-and-email-validation-problems\/"},"wordCount":1266,"commentCount":3,"publisher":{"@id":"https:\/\/marc.storck.lu\/blog\/#\/schema\/person\/f27bff846342220e94f4112cf42ca433"},"image":{"@id":"https:\/\/marc.storck.lu\/blog\/2009\/08\/how-to-solve-dns-and-email-validation-problems\/#primaryimage"},"thumbnailUrl":"http:\/\/marc.storck.lu\/blog\/wp-content\/uploads\/2009\/08\/dns-log.gif","keywords":["Internet","Linux"],"articleSection":["Hobbies"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/marc.storck.lu\/blog\/2009\/08\/how-to-solve-dns-and-email-validation-problems\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/marc.storck.lu\/blog\/2009\/08\/how-to-solve-dns-and-email-validation-problems\/","url":"https:\/\/marc.storck.lu\/blog\/2009\/08\/how-to-solve-dns-and-email-validation-problems\/","name":"How To Solve DNS and EMail Validation Problems - Marc&#039;s Blog","isPartOf":{"@id":"https:\/\/marc.storck.lu\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/marc.storck.lu\/blog\/2009\/08\/how-to-solve-dns-and-email-validation-problems\/#primaryimage"},"image":{"@id":"https:\/\/marc.storck.lu\/blog\/2009\/08\/how-to-solve-dns-and-email-validation-problems\/#primaryimage"},"thumbnailUrl":"http:\/\/marc.storck.lu\/blog\/wp-content\/uploads\/2009\/08\/dns-log.gif","datePublished":"2009-08-13T14:58:03+00:00","dateModified":"2013-12-14T12:04:48+00:00","breadcrumb":{"@id":"https:\/\/marc.storck.lu\/blog\/2009\/08\/how-to-solve-dns-and-email-validation-problems\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/marc.storck.lu\/blog\/2009\/08\/how-to-solve-dns-and-email-validation-problems\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/marc.storck.lu\/blog\/2009\/08\/how-to-solve-dns-and-email-validation-problems\/#primaryimage","url":"http:\/\/marc.storck.lu\/blog\/wp-content\/uploads\/2009\/08\/dns-log.gif","contentUrl":"http:\/\/marc.storck.lu\/blog\/wp-content\/uploads\/2009\/08\/dns-log.gif"},{"@type":"BreadcrumbList","@id":"https:\/\/marc.storck.lu\/blog\/2009\/08\/how-to-solve-dns-and-email-validation-problems\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/marc.storck.lu\/blog\/"},{"@type":"ListItem","position":2,"name":"How To Solve DNS and EMail Validation Problems"}]},{"@type":"WebSite","@id":"https:\/\/marc.storck.lu\/blog\/#website","url":"https:\/\/marc.storck.lu\/blog\/","name":"Marc&#039;s Blog","description":"Things from me about me ...","publisher":{"@id":"https:\/\/marc.storck.lu\/blog\/#\/schema\/person\/f27bff846342220e94f4112cf42ca433"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/marc.storck.lu\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/marc.storck.lu\/blog\/#\/schema\/person\/f27bff846342220e94f4112cf42ca433","name":"Marc","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/5bd58717bd32e93b66cdbe59441798a1d9cbf4003a7ad5333e5919016683201d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/5bd58717bd32e93b66cdbe59441798a1d9cbf4003a7ad5333e5919016683201d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5bd58717bd32e93b66cdbe59441798a1d9cbf4003a7ad5333e5919016683201d?s=96&d=mm&r=g","caption":"Marc"},"logo":{"@id":"https:\/\/secure.gravatar.com\/avatar\/5bd58717bd32e93b66cdbe59441798a1d9cbf4003a7ad5333e5919016683201d?s=96&d=mm&r=g"},"url":"https:\/\/marc.storck.lu\/blog\/author\/mcs23\/"}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/pqZFU-4c","jetpack_sharing_enabled":true,"jetpack_likes_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/marc.storck.lu\/blog\/wp-json\/wp\/v2\/posts\/260","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/marc.storck.lu\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/marc.storck.lu\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/marc.storck.lu\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/marc.storck.lu\/blog\/wp-json\/wp\/v2\/comments?post=260"}],"version-history":[{"count":26,"href":"https:\/\/marc.storck.lu\/blog\/wp-json\/wp\/v2\/posts\/260\/revisions"}],"predecessor-version":[{"id":806,"href":"https:\/\/marc.storck.lu\/blog\/wp-json\/wp\/v2\/posts\/260\/revisions\/806"}],"wp:attachment":[{"href":"https:\/\/marc.storck.lu\/blog\/wp-json\/wp\/v2\/media?parent=260"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/marc.storck.lu\/blog\/wp-json\/wp\/v2\/categories?post=260"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/marc.storck.lu\/blog\/wp-json\/wp\/v2\/tags?post=260"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}