<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2732846#M65835</link>
    <description>This might be a name resolving issue. Check this document for a possible solution (TKB# KBRC00003446):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000051400158" target="_blank"&gt;http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000051400158&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 28 May 2002 18:02:21 GMT</pubDate>
    <dc:creator>Helen French</dc:creator>
    <dc:date>2002-05-28T18:02:21Z</dc:date>
    <item>
      <title>sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2732845#M65834</link>
      <description>I just loaded 11.00 on a NCLASS and a LCLASS, along with all necessary patches.  Now I am getting an error message regarding sendmail.&lt;BR /&gt;&lt;BR /&gt;This is the error:&lt;BR /&gt;develop sendmail [28297]       :unable to qualify my own domain name (develop) -- using short name&lt;BR /&gt;&lt;BR /&gt;This error repeats over and over again.  Can someone tell me what I need to fix to stop this error message</description>
      <pubDate>Tue, 28 May 2002 17:50:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2732845#M65834</guid>
      <dc:creator>Donna Powell</dc:creator>
      <dc:date>2002-05-28T17:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2732846#M65835</link>
      <description>This might be a name resolving issue. Check this document for a possible solution (TKB# KBRC00003446):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000051400158" target="_blank"&gt;http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000051400158&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 May 2002 18:02:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2732846#M65835</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-05-28T18:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2732847#M65836</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you have not configured your domain name. &lt;BR /&gt;&lt;BR /&gt;Pls issue a # domainname command and find out.&lt;BR /&gt;&lt;BR /&gt;Also issue &lt;BR /&gt;&lt;BR /&gt;# nslookup ipaddress &lt;BR /&gt;&lt;BR /&gt;and find out whether your domain name gets resolved or not.&lt;BR /&gt;&lt;BR /&gt;If your domain name is not configured then issue &lt;BR /&gt;&lt;BR /&gt;In /etc/resolv.conf put&lt;BR /&gt;&lt;BR /&gt;domain domainname&lt;BR /&gt;&lt;BR /&gt;# set_parms addln_netwrk&lt;BR /&gt;&lt;BR /&gt;and set the domain name&lt;BR /&gt;&lt;BR /&gt;Or else go to /etc/hosts and &lt;BR /&gt;&lt;BR /&gt;18.1.2.3.    hostname.xxx.com&lt;BR /&gt;&lt;BR /&gt;put the fully qualified hostname.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Piyush&lt;BR /&gt;Pls reply.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 May 2002 18:07:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2732847#M65836</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-05-28T18:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2732848#M65837</link>
      <description>Hi Donna,&lt;BR /&gt;&lt;BR /&gt;Couple of things:&lt;BR /&gt;&lt;BR /&gt;1) If you haven't setup &amp;amp; don't plan to use DNS - then make sure your /etc/hosts file contains the fully qualified domain name - EX&lt;BR /&gt;&lt;BR /&gt;xxx.xxx.xxx.xxx  shortname shortname.company.com&lt;BR /&gt;&lt;BR /&gt;Or vice-versa. The key is BOTH short &amp;amp; full name or in there.&lt;BR /&gt;&lt;BR /&gt;2) If you do plan to use DNS then get your /etc/resolv.conf &amp;amp; /etc/nsswitch.conf files setup  AND  make sure this hosts's FQDN is in your DNS server - should also do #1 above - just to cover if the DNS servers are unavailable.&lt;BR /&gt;&lt;BR /&gt;3) If you don't plan on using sendmail - then don't start it at boot.&lt;BR /&gt;Edit /etc/rc.config.d/mailservs&lt;BR /&gt;and set SENDAMIL_SERVER=0&lt;BR /&gt;Then it won't start which tries to fully qualify the local hostname.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 28 May 2002 18:13:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2732848#M65837</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-05-28T18:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2732849#M65838</link>
      <description>Thanks Piyush &lt;BR /&gt;Your suggestions solved the problem.  I must have looked at that file 3 times.  I was searching the wrong domain.&lt;BR /&gt;</description>
      <pubDate>Tue, 28 May 2002 18:22:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2732849#M65838</guid>
      <dc:creator>Donna Powell</dc:creator>
      <dc:date>2002-05-28T18:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2732850#M65839</link>
      <description>Also, Thanks Jeff - &lt;BR /&gt;&lt;BR /&gt;I son't plan in using sendmail, so i will turn that option off at start-up</description>
      <pubDate>Tue, 28 May 2002 18:25:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail/m-p/2732850#M65839</guid>
      <dc:creator>Donna Powell</dc:creator>
      <dc:date>2002-05-28T18:25:00Z</dc:date>
    </item>
  </channel>
</rss>

