<?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: sendmail question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/4614470#M620807</link>
    <description>Hi Brian,&lt;BR /&gt;Its throwing the mail to localhost for relaying purpose and its working fine(as per your comments).&lt;BR /&gt;&lt;BR /&gt;Generally, the mail is sent to external relay server but here your localhost is acting as relay server. Would need to see the configuration files if you really wanted to see how its been configured to flow.&lt;BR /&gt;&lt;BR /&gt;Cheers!&lt;BR /&gt;Anshu</description>
    <pubDate>Thu, 08 Apr 2010 21:13:33 GMT</pubDate>
    <dc:creator>Anshumali</dc:creator>
    <dc:date>2010-04-08T21:13:33Z</dc:date>
    <item>
      <title>sendmail question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/4614466#M620799</link>
      <description>sendmail on hp-ux, when i run as sendmail -v &lt;SOMENAME&gt;&lt;/SOMENAME&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;brian</description>
      <pubDate>Thu, 08 Apr 2010 15:49:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/4614466#M620799</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2010-04-08T15:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/4614467#M620801</link>
      <description>a couple questions:&lt;BR /&gt;&lt;BR /&gt;is this sendmail that was delivered with HPUX ?&lt;BR /&gt;&lt;BR /&gt;what does your 127.0.0.1 entry in /etc/hosts look like, should only say localhost loopback, no entry for your servername&lt;BR /&gt;&lt;BR /&gt;is your ip, hostname, fqdn the first line in the /etc/hosts file ?( e.g not the loopback entry)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Apr 2010 16:27:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/4614467#M620801</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2010-04-08T16:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/4614468#M620803</link>
      <description>"...connecting to 127.0.0.1 ..."&lt;BR /&gt;&lt;BR /&gt;I would imagine the above means connecting to mail server.  And to check that you:&lt;BR /&gt;&lt;BR /&gt;cd /etc/mail&lt;BR /&gt;grep DS sendmail.cf&lt;BR /&gt;&lt;BR /&gt;You'll get 6 or so lines, one will say,&lt;BR /&gt;DSmailserver.com&lt;BR /&gt;&lt;BR /&gt;Does it say localhost?</description>
      <pubDate>Thu, 08 Apr 2010 16:48:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/4614468#M620803</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2010-04-08T16:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/4614469#M620805</link>
      <description>hosts entries are fine. Mail works fine too. no issues. just curious why it connects to 127.0.0.1. see below.it is connecting to loopback address and also closing it..&lt;BR /&gt;&lt;BR /&gt;sendmail -v brian@owi.com&lt;BR /&gt;test&lt;BR /&gt;brian@owi.com... Connecting to [127.0.0.1] via relay...&lt;BR /&gt;220 mcnet.owi.com ESMTP  sendmail 8.14.3/8.14.3; Thu, 8 Apr 2010 17:2&lt;BR /&gt;9:13 -0400 (EDT)&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; EHLO mcnet.owi.com&lt;BR /&gt;250-mcnet.owi.com Hello localhost [127.0.0.1], pleased to meet you&lt;BR /&gt;250-ENHANCEDSTATUSCODES&lt;BR /&gt;250-PIPELINING&lt;BR /&gt;250-8BITMIME&lt;BR /&gt;250-SIZE 5000000&lt;BR /&gt;250-DSN&lt;BR /&gt;250-ETRN&lt;BR /&gt;250-DELIVERBY&lt;BR /&gt;250 HELP&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; MAIL From:&lt;BRIAN&gt; SIZE=5&lt;BR /&gt;250 2.1.0 &lt;BRIAN&gt;... Sender ok&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; RCPT To:&lt;BRIAN&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; DATA&lt;BR /&gt;250 2.1.5 &lt;BRIAN&gt;... Recipient ok&lt;BR /&gt;354 Enter mail, end with "." on a line by itself&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; .&lt;BR /&gt;250 2.0.0 o38LTDH0023543 Message accepted for delivery&lt;BR /&gt;brian@owi.com... Sent (o38LTDH0023543 Message accepted for delivery)&lt;BR /&gt;Closing connection to [127.0.0.1]&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; QUIT&lt;BR /&gt;221 2.0.0 mcnet.owi.com closing connection&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;brian&lt;BR /&gt;&lt;BR /&gt;&lt;/BRIAN&gt;&lt;/BRIAN&gt;&lt;/BRIAN&gt;&lt;/BRIAN&gt;</description>
      <pubDate>Thu, 08 Apr 2010 20:50:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/4614469#M620805</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2010-04-08T20:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/4614470#M620807</link>
      <description>Hi Brian,&lt;BR /&gt;Its throwing the mail to localhost for relaying purpose and its working fine(as per your comments).&lt;BR /&gt;&lt;BR /&gt;Generally, the mail is sent to external relay server but here your localhost is acting as relay server. Would need to see the configuration files if you really wanted to see how its been configured to flow.&lt;BR /&gt;&lt;BR /&gt;Cheers!&lt;BR /&gt;Anshu</description>
      <pubDate>Thu, 08 Apr 2010 21:13:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/4614470#M620807</guid>
      <dc:creator>Anshumali</dc:creator>
      <dc:date>2010-04-08T21:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/4614471#M620809</link>
      <description>Please post&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cd /etc/mail&lt;BR /&gt;grep DS sendmail.cf&lt;BR /&gt;&lt;BR /&gt;You'll get 6 or so lines, one will say,&lt;BR /&gt;DSmailserver.com&lt;BR /&gt;&lt;BR /&gt;Does it say localhost?</description>
      <pubDate>Thu, 08 Apr 2010 22:09:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/4614471#M620809</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2010-04-08T22:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/4614472#M620811</link>
      <description>&lt;BR /&gt;grep DS sendmail.cf&lt;BR /&gt;DSsmtp.owi.com&lt;BR /&gt;# Return-Receipt-To: header implies DSN request&lt;BR /&gt;# DHParameters (only required if DSA/DH is used)&lt;BR /&gt;just returns the relay host (FQDN) and no localhost there.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;brian.</description>
      <pubDate>Fri, 09 Apr 2010 14:13:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/4614472#M620811</guid>
      <dc:creator>brian_31</dc:creator>
      <dc:date>2010-04-09T14:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/4614473#M620813</link>
      <description>What does:&lt;BR /&gt;&lt;BR /&gt;nslookup smtp.owi.com return?&lt;BR /&gt;&lt;BR /&gt;What does:&lt;BR /&gt;&lt;BR /&gt;nslookup ip (* of smtp.owi.com *) return?&lt;BR /&gt;&lt;BR /&gt;Please add:&lt;BR /&gt;&lt;BR /&gt;cat /etc/resolv.conf</description>
      <pubDate>Fri, 09 Apr 2010 18:11:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-question/m-p/4614473#M620813</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2010-04-09T18:11:19Z</dc:date>
    </item>
  </channel>
</rss>

