<?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 sendmail and HELO command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-helo-command/m-p/4945869#M653115</link>
    <description>Good morning everybody,&lt;BR /&gt;&lt;BR /&gt;a question about sendmail.&lt;BR /&gt;I would like to do sendmail works with HELO command like the following: normally sendmail sends an HELO command with the hostname&lt;BR /&gt;&lt;BR /&gt;HELO pippo.&lt;BR /&gt;or with FQDN&lt;BR /&gt;HELO pippo.pluto.com&lt;BR /&gt;&lt;BR /&gt;Now I would like to send the HELO command with the IP address, e.g.&lt;BR /&gt;&lt;BR /&gt;HELO 13.14.15.16&lt;BR /&gt;&lt;BR /&gt;I would like that because this hostname is not recognized from any DNS and SMTP server doesn't recognize it as well. It is recognized by the IP address.&lt;BR /&gt;Surely a possible solution should be to solve it by DNS correctly but btw I would like to know if what I am asing is possible.&lt;BR /&gt;&lt;BR /&gt;All replies will be appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks and regards,&lt;BR /&gt;Fabio</description>
    <pubDate>Fri, 09 Dec 2005 05:30:51 GMT</pubDate>
    <dc:creator>Fabio Ettore</dc:creator>
    <dc:date>2005-12-09T05:30:51Z</dc:date>
    <item>
      <title>sendmail and HELO command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-helo-command/m-p/4945869#M653115</link>
      <description>Good morning everybody,&lt;BR /&gt;&lt;BR /&gt;a question about sendmail.&lt;BR /&gt;I would like to do sendmail works with HELO command like the following: normally sendmail sends an HELO command with the hostname&lt;BR /&gt;&lt;BR /&gt;HELO pippo.&lt;BR /&gt;or with FQDN&lt;BR /&gt;HELO pippo.pluto.com&lt;BR /&gt;&lt;BR /&gt;Now I would like to send the HELO command with the IP address, e.g.&lt;BR /&gt;&lt;BR /&gt;HELO 13.14.15.16&lt;BR /&gt;&lt;BR /&gt;I would like that because this hostname is not recognized from any DNS and SMTP server doesn't recognize it as well. It is recognized by the IP address.&lt;BR /&gt;Surely a possible solution should be to solve it by DNS correctly but btw I would like to know if what I am asing is possible.&lt;BR /&gt;&lt;BR /&gt;All replies will be appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks and regards,&lt;BR /&gt;Fabio</description>
      <pubDate>Fri, 09 Dec 2005 05:30:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-helo-command/m-p/4945869#M653115</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2005-12-09T05:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail and HELO command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-helo-command/m-p/4945870#M653116</link>
      <description>Add the IP address and a name for this system into the hosts and sendmail.cw files. Then edit nsswitch.conf to use files then dns for hostname resolution (the default is dns then files).</description>
      <pubDate>Fri, 09 Dec 2005 07:56:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-helo-command/m-p/4945870#M653116</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-12-09T07:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail and HELO command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-helo-command/m-p/4945871#M653117</link>
      <description>Hi Bill,&lt;BR /&gt;&lt;BR /&gt;this system doesn't use DNS, just /etc/hosts.&lt;BR /&gt;For that I have already configured /etc/nsswitch.conf to see only the files&lt;BR /&gt;&lt;BR /&gt;hosts: files&lt;BR /&gt;&lt;BR /&gt;but not sendmail.cw. I have just configured it now sendmail.cw contains&lt;BR /&gt;&lt;BR /&gt;13.14.15.16&lt;BR /&gt;localhost&lt;BR /&gt;pluto&lt;BR /&gt;&lt;BR /&gt;and then sendmail stop/start.... but it still fails searching for hostname&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; EHLO pluto.&lt;BR /&gt;....&lt;BR /&gt;504 &lt;ROOT&gt;: Sender address rejected: need fully-qualified address&lt;BR /&gt;Service unavailable&lt;BR /&gt;&lt;BR /&gt;Thx anyway Bill.&lt;BR /&gt;&lt;BR /&gt;Other hints would be appreciated as well.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Fabio&lt;BR /&gt;&lt;BR /&gt;Thanks anyway&lt;/ROOT&gt;</description>
      <pubDate>Fri, 09 Dec 2005 09:39:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-helo-command/m-p/4945871#M653117</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2005-12-09T09:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail and HELO command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-helo-command/m-p/4945872#M653118</link>
      <description>Put the FQDN in your /etc/hosts and give that a try...&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Fri, 09 Dec 2005 10:46:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-helo-command/m-p/4945872#M653118</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-12-09T10:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail and HELO command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-helo-command/m-p/4945873#M653119</link>
      <description>Hi Geoff,&lt;BR /&gt;&lt;BR /&gt;tried that....in /etc/hosts&lt;BR /&gt;&lt;BR /&gt;13.14.15.16 pippo pippo.pluto.it&lt;BR /&gt;&lt;BR /&gt;but it is failing yet with&lt;BR /&gt;&lt;BR /&gt;Deferred: 450 &lt;ROOT&gt;: Sender address rejected: Domain not found&lt;BR /&gt;&lt;BR /&gt;In my previous post I wrote pluto like hostname..not consider it since the hostname is pippo, so s/pluto/pippo in my previous post.&lt;BR /&gt;&lt;BR /&gt;Thanks anyway Geoff.&lt;BR /&gt;&lt;BR /&gt;Other hints appreciated.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Fabio&lt;/ROOT&gt;</description>
      <pubDate>Fri, 09 Dec 2005 10:51:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-helo-command/m-p/4945873#M653119</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2005-12-09T10:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail and HELO command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-helo-command/m-p/4945874#M653120</link>
      <description>What about trying masquerading?&lt;BR /&gt;&lt;BR /&gt;Set the DM macro to yourdomain.com in sendmail.cf:&lt;BR /&gt;&lt;BR /&gt;DMpluto.com&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Fri, 09 Dec 2005 11:08:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-helo-command/m-p/4945874#M653120</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-12-09T11:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail and HELO command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-helo-command/m-p/4945875#M653121</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;As far as your question about using IP address instead of hostname for HELO or EHELO&lt;BR /&gt;is NOT possible.&lt;BR /&gt;&lt;BR /&gt;Since Sendmail 8.1.7 as per RFC 1123 which stipulates 'HELO' and 'EHELO' commands are&lt;BR /&gt;followed by a fully qualified hostname.&lt;BR /&gt;The same is confirmed by the error 504 in your case.&lt;BR /&gt;&lt;BR /&gt;There has to be aresolved host-name in FQDN form  to make sendmail work. The resolution may be from /etc/hosts or DNS , but it has to be there.&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Dec 2005 11:12:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-helo-command/m-p/4945875#M653121</guid>
      <dc:creator>Sameer_Nirmal</dc:creator>
      <dc:date>2005-12-09T11:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail and HELO command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-helo-command/m-p/4945876#M653122</link>
      <description>I don't recommend following the hack I'm about to give you, because your stated issue points to a problem that should be fixed via DNS or /etc/hosts.&lt;BR /&gt;&lt;BR /&gt;If you can nslookup domain_name at the command prompt, then sendmail should be able to as well, and your problem would be solved.&lt;BR /&gt;&lt;BR /&gt;The sendmail guys put in most of the HELO checks to minimize spam and hacking attempts, so the following advice circuments those controls, thus potentially opening you up to spam, hacks, and other bad behavior:&lt;BR /&gt;&lt;BR /&gt;Try changing this line to &lt;BR /&gt;#O AllowBogusHELO=False&lt;BR /&gt;O AllowBogusHELO=True&lt;BR /&gt;in sendmail.cf.  Restart sendmail. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Dec 2005 14:53:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-helo-command/m-p/4945876#M653122</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2005-12-19T14:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail and HELO command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-helo-command/m-p/4945877#M653123</link>
      <description>thanks</description>
      <pubDate>Thu, 03 Sep 2009 12:03:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-helo-command/m-p/4945877#M653123</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2009-09-03T12:03:25Z</dc:date>
    </item>
  </channel>
</rss>

