<?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 Error message in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message/m-p/2885541#M935451</link>
    <description>I got a standalone B2000 running HPUX11. On boot i'm geting the following error message: "&lt;DATE&gt; B2000 sendmail[2126]: unable to qualify my own domain name (B2000) -- using short name"&lt;BR /&gt;&lt;BR /&gt;How can I fix this, or should I ignore it?&lt;BR /&gt;When I open mail I can see that it is system info mails that are sendt.&lt;BR /&gt;&lt;/DATE&gt;</description>
    <pubDate>Mon, 20 Jan 2003 13:34:49 GMT</pubDate>
    <dc:creator>Kaare Einar Andreassen</dc:creator>
    <dc:date>2003-01-20T13:34:49Z</dc:date>
    <item>
      <title>Error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message/m-p/2885541#M935451</link>
      <description>I got a standalone B2000 running HPUX11. On boot i'm geting the following error message: "&lt;DATE&gt; B2000 sendmail[2126]: unable to qualify my own domain name (B2000) -- using short name"&lt;BR /&gt;&lt;BR /&gt;How can I fix this, or should I ignore it?&lt;BR /&gt;When I open mail I can see that it is system info mails that are sendt.&lt;BR /&gt;&lt;/DATE&gt;</description>
      <pubDate>Mon, 20 Jan 2003 13:34:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-message/m-p/2885541#M935451</guid>
      <dc:creator>Kaare Einar Andreassen</dc:creator>
      <dc:date>2003-01-20T13:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message/m-p/2885542#M935452</link>
      <description>A look at this thread should give you the answer you seek:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x4673402f24d5d61190050090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x4673402f24d5d61190050090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 20 Jan 2003 13:41:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-message/m-p/2885542#M935452</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-01-20T13:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message/m-p/2885543#M935453</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;this is due to the fact that sendmail is expecting full qualified domain names and you are probably working with short names. You can workaround this problem by doing the following steps:&lt;BR /&gt;&lt;BR /&gt;1. In /etc/hosts add an alias for the own hostname followed by a .&lt;BR /&gt;&lt;BR /&gt;IP    hostname   hostname.&lt;BR /&gt;&lt;BR /&gt;2. In /etc/nsswitch.conf configure the name resolution properly:&lt;BR /&gt;&lt;BR /&gt;hosts:   files&lt;BR /&gt;aliases:  files&lt;BR /&gt;&lt;BR /&gt;(assuming no DNS and NIS is used, is this correct?)&lt;BR /&gt;&lt;BR /&gt;3. In /etc/sendmail.cf search for the line&lt;BR /&gt;&lt;BR /&gt;Dj$w&lt;BR /&gt;&lt;BR /&gt;and change it to this&lt;BR /&gt;&lt;BR /&gt;Dj$w.&lt;BR /&gt;&lt;BR /&gt;After this restart sendmail&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;/sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;and your problem should have gone.&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;Birgit</description>
      <pubDate>Mon, 20 Jan 2003 13:43:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-message/m-p/2885543#M935453</guid>
      <dc:creator>Birgit Federmann</dc:creator>
      <dc:date>2003-01-20T13:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message/m-p/2885544#M935454</link>
      <description>can you check whether your sendmail starts as system boots , if sendmail service is not starting as system boots its default run level (ie. run level 3) you may find the error messgaes mentioned in your question&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Jan 2003 14:58:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-message/m-p/2885544#M935454</guid>
      <dc:creator>CCIL</dc:creator>
      <dc:date>2003-01-20T14:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-message/m-p/2885545#M935455</link>
      <description>This is becasue the sendmail serivice is not able to qualify the name of the host using in the sendmail.conf file ,&lt;BR /&gt;&lt;BR /&gt;check for the nslookup hostname .&lt;BR /&gt;set right the sendmail.conf and restart the sendmail , bit also since you said the system is standalon you may also look to stop the sendmail daemon as you would not be using the sendamil&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Mon, 20 Jan 2003 15:11:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-message/m-p/2885545#M935455</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2003-01-20T15:11:36Z</dc:date>
    </item>
  </channel>
</rss>

