<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SnapManager not following RFC 821/5321? in Data Protection</title>
    <link>https://community.netapp.com/t5/Data-Protection/SnapManager-not-following-RFC-821-5321/m-p/66177#M9730</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I'll open an RFE to get SnapManager compliant with the standards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Dec 2009 09:40:13 GMT</pubDate>
    <dc:creator>jont</dc:creator>
    <dc:date>2009-12-11T09:40:13Z</dc:date>
    <item>
      <title>SnapManager not following RFC 821/5321?</title>
      <link>https://community.netapp.com/t5/Data-Protection/SnapManager-not-following-RFC-821-5321/m-p/66162#M9728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;!--[if gte mso 10]&gt;
&lt;style&gt;
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:"Table Normal";
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-qformat:yes;
 mso-style-parent:"";
 mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
 mso-para-margin:0cm;
 mso-para-margin-bottom:.0001pt;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:"Calibri","sans-serif";
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:"Times New Roman";
 mso-fareast-theme-font:minor-fareast;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;}
&lt;/style&gt;
&lt;![endif]--&gt;&lt;/P&gt;&lt;P class="MsoPlainText"&gt;I've got a customer who writes:&lt;/P&gt;&lt;P class="MsoPlainText"&gt;&lt;/P&gt;&lt;P class="MsoPlainText"&gt;---start&lt;/P&gt;&lt;P class="MsoPlainText"&gt;Hey Toasters,&lt;/P&gt;&lt;P class="MsoPlainText"&gt;&lt;/P&gt;&lt;P class="MsoPlainText"&gt;We're experiencing problems in our Snapmanager environment:&lt;/P&gt;&lt;P class="MsoPlainText"&gt;&lt;/P&gt;&lt;P class="MsoPlainText"&gt;Since our eMail team changed the mailrelay hosts, we are not able to send emails with Snapmanager applications anymore.&lt;/P&gt;&lt;P class="MsoPlainText"&gt;We tracked the problem down to the root cause and found that Snapmanger doesn't use the FQDN in the SMTP Helo cmd to connect to the email relay.&lt;/P&gt;&lt;P class="MsoPlainText"&gt;According to RFC 821 (SMTP Protocol) the FQDN has to be submitted otherwise the mail relay "normally" does not accept the message (some mail relays do, some don't and ours doesn't accept it).&lt;/P&gt;&lt;P class="MsoPlainText"&gt;&lt;/P&gt;&lt;P class="MsoPlainText"&gt;Did anybody run into the same issue before?&lt;/P&gt;&lt;P class="MsoPlainText"&gt;Is there any known solution or workaround for this problem, without installing any additional apps on windows ?&lt;/P&gt;&lt;P class="MsoPlainText"&gt;---end&lt;/P&gt;&lt;P class="MsoPlainText"&gt;&lt;/P&gt;&lt;P class="MsoPlainText"&gt;The applications in question are current versions of SnapManager for Exchange, SQLserver and SharePoint.&lt;/P&gt;&lt;P class="MsoPlainText"&gt;&lt;/P&gt;&lt;P class="MsoPlainText"&gt;RFC 821 has been obsoleted by RFC 5321. Checking there I find:&lt;/P&gt;&lt;P class="MsoPlainText"&gt;&lt;/P&gt;&lt;P class="MsoPlainText"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&amp;nbsp;&amp;nbsp; The domain name, as described in this document and in RFC 1035 [2],&lt;BR /&gt;&amp;nbsp;&amp;nbsp; is the entire, fully-qualified name (often referred to as an "FQDN").&lt;BR /&gt;&amp;nbsp;&amp;nbsp; A domain name that is not in FQDN form is no more than a local alias.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Local aliases MUST NOT appear in any SMTP transaction.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Only resolvable, fully-qualified domain names (FQDNs) are permitted&lt;BR /&gt;&amp;nbsp;&amp;nbsp; when domain names are used in SMTP.&amp;nbsp; In other words, names that can&lt;BR /&gt;&amp;nbsp;&amp;nbsp; be resolved to MX RRs or address (i.e., A or AAAA) RRs (as discussed&lt;BR /&gt;&amp;nbsp;&amp;nbsp; in Section 5) are permitted, as are CNAME RRs whose targets can be&lt;BR /&gt;&amp;nbsp;&amp;nbsp; resolved, in turn, to MX or address RRs.&amp;nbsp; Local nicknames or&lt;BR /&gt;&amp;nbsp;&amp;nbsp; unqualified names MUST NOT be used.&amp;nbsp; There are two exceptions to the&lt;BR /&gt;&amp;nbsp;&amp;nbsp; rule requiring FQDNs:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; o&amp;nbsp; The domain name given in the EHLO command MUST be either a primary&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; host name (a domain name that resolves to an address RR) or, if&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the host has no name, an address literal, as described in&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Section 4.1.3 and discussed further in the EHLO discussion of&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Section 4.1.4.&lt;BR /&gt;&lt;BR /&gt;and in section 4.1.4 of the same document:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; The SMTP client MUST, if possible, ensure that the domain parameter&lt;BR /&gt;&amp;nbsp;&amp;nbsp; to the EHLO command is a primary host name as specified for this&lt;BR /&gt;&amp;nbsp;&amp;nbsp; command in Section 2.3.5.&amp;nbsp; If this is not possible (e.g., when the&lt;BR /&gt;&amp;nbsp;&amp;nbsp; client's address is dynamically assigned and the client does not have&lt;BR /&gt;&amp;nbsp;&amp;nbsp; an obvious name), an address literal SHOULD be substituted for the&lt;BR /&gt;&amp;nbsp;&amp;nbsp; domain name.&lt;BR /&gt;&lt;BR /&gt;---&lt;BR /&gt;&lt;BR /&gt;Is SnapManager itself creating these malformed messages or is there a configuration issue that would resolve this problem?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;--Jon&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:23:20 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/SnapManager-not-following-RFC-821-5321/m-p/66162#M9728</guid>
      <dc:creator>jont</dc:creator>
      <dc:date>2025-06-05T07:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: SnapManager not following RFC 821/5321?</title>
      <link>https://community.netapp.com/t5/Data-Protection/SnapManager-not-following-RFC-821-5321/m-p/66167#M9729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to confirm this with the engineering team and we do not provide the FQDN.&amp;nbsp; This would require a RFE for future release.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2009 00:28:01 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/SnapManager-not-following-RFC-821-5321/m-p/66167#M9729</guid>
      <dc:creator>watan</dc:creator>
      <dc:date>2009-12-11T00:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: SnapManager not following RFC 821/5321?</title>
      <link>https://community.netapp.com/t5/Data-Protection/SnapManager-not-following-RFC-821-5321/m-p/66177#M9730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I'll open an RFE to get SnapManager compliant with the standards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2009 09:40:13 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/SnapManager-not-following-RFC-821-5321/m-p/66177#M9730</guid>
      <dc:creator>jont</dc:creator>
      <dc:date>2009-12-11T09:40:13Z</dc:date>
    </item>
  </channel>
</rss>

