<?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 qualify my own domain in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/qualify-my-own-domain/m-p/2817779#M85874</link>
    <description>The system console gets this message all the time.&lt;BR /&gt;(10/02/02) hpk460 sendmail[1234123]:  unable to qualify my own domain name(hpk460)--  using short name.&lt;BR /&gt;Why? and how can I fix it?</description>
    <pubDate>Wed, 02 Oct 2002 19:04:05 GMT</pubDate>
    <dc:creator>Jeff Hagstrom</dc:creator>
    <dc:date>2002-10-02T19:04:05Z</dc:date>
    <item>
      <title>qualify my own domain</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/qualify-my-own-domain/m-p/2817779#M85874</link>
      <description>The system console gets this message all the time.&lt;BR /&gt;(10/02/02) hpk460 sendmail[1234123]:  unable to qualify my own domain name(hpk460)--  using short name.&lt;BR /&gt;Why? and how can I fix it?</description>
      <pubDate>Wed, 02 Oct 2002 19:04:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/qualify-my-own-domain/m-p/2817779#M85874</guid>
      <dc:creator>Jeff Hagstrom</dc:creator>
      <dc:date>2002-10-02T19:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: qualify my own domain</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/qualify-my-own-domain/m-p/2817780#M85875</link>
      <description>The following is from the /etc/mail/sendmail.cf file which is the sendmail configuration file:&lt;BR /&gt;&lt;BR /&gt; For example, if you see this warning:                                   #&lt;BR /&gt;#                                                                              #&lt;BR /&gt;#      WARNING: local host name (sys1) is not qualified; fix $j in config file #&lt;BR /&gt;#                                                                              #&lt;BR /&gt;#      then you need to uncomment the Dj macro and add your domain.            #&lt;BR /&gt;#                                                                              #&lt;BR /&gt;#      Change the line:                                                        #&lt;BR /&gt;#      #Dj$w.Foo.COM                                                           #&lt;BR /&gt;#       to                                                                     #&lt;BR /&gt;#      Dj$w.hp.com</description>
      <pubDate>Wed, 02 Oct 2002 19:08:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/qualify-my-own-domain/m-p/2817780#M85875</guid>
      <dc:creator>Scott Van Kalken</dc:creator>
      <dc:date>2002-10-02T19:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: qualify my own domain</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/qualify-my-own-domain/m-p/2817781#M85876</link>
      <description>The fully qualified name resolution need to be fixed. Check the following doc.&lt;BR /&gt;DocID=KBRC00003446&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063209264" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063209264&lt;/A&gt;&lt;BR /&gt;Hope it helps ..</description>
      <pubDate>Wed, 02 Oct 2002 19:13:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/qualify-my-own-domain/m-p/2817781#M85876</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-10-02T19:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: qualify my own domain</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/qualify-my-own-domain/m-p/2817782#M85877</link>
      <description>Hi Jeff&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;in /etc/mail/sendmail.cf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;lines around 80 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                                                                            #&lt;BR /&gt;#  My official domain name or Fully Qualified Domain Name - FQDN (Dj):         #&lt;BR /&gt;#                                                                              #&lt;BR /&gt;#      This is required only if sendmail cannot automatically determine your   #&lt;BR /&gt;#      domain.  If you are not using DNS, and the official host name (ie,      #&lt;BR /&gt;#      the first entry in /etc/hosts following your IP address) is not a       #&lt;BR /&gt;#      fully-qualified host name, then sendmail will have difficulty resolving #&lt;BR /&gt;#      your domain name.  You MUST modify the $j macro by replacing .Foo.COM   #&lt;BR /&gt;#      with your actual domain name.  If you do not, you will see a warning    #&lt;BR /&gt;#      message in your syslog, that might even get echo'd to your console      #&lt;BR /&gt;#      when sendmail starts up.                                                #&lt;BR /&gt;#                                                                              #&lt;BR /&gt;#      For example, if you see this warning:                                   #&lt;BR /&gt;#                                                                              #&lt;BR /&gt;#      WARNING: local host name (sys1) is not qualified; fix $j in config file #&lt;BR /&gt;#                                                                              #&lt;BR /&gt;#      then you need to uncomment the Dj macro and add your domain.            #&lt;BR /&gt;#                                                                              #&lt;BR /&gt;#      Change the line:                                                        #&lt;BR /&gt;#      #Dj$w.Foo.COM                                                           #&lt;BR /&gt;#       to                                                                     #&lt;BR /&gt;#      Dj$w.hp.com                                                             #&lt;BR /&gt;#                                                                              #&lt;BR /&gt;#      where hp.com would be the name of your domain. Then that warning        #&lt;BR /&gt;#      message will go away.                                                   #&lt;BR /&gt;#                                                  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;stop and restart the sendmail &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;i think if you do a vi /etc/mauil/sendmail.cf and read the first 2 page u willg et the answer.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Wed, 02 Oct 2002 19:14:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/qualify-my-own-domain/m-p/2817782#M85877</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-10-02T19:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: qualify my own domain</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/qualify-my-own-domain/m-p/2817783#M85878</link>
      <description>I did read the sendmail.fg doc and I do sort of understand.  I made the change and we'll see if it stops the message.&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Oct 2002 19:20:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/qualify-my-own-domain/m-p/2817783#M85878</guid>
      <dc:creator>Jeff Hagstrom</dc:creator>
      <dc:date>2002-10-02T19:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: qualify my own domain</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/qualify-my-own-domain/m-p/2817784#M85879</link>
      <description>Also do stop and restart the daemon &lt;BR /&gt;&lt;BR /&gt;/sbin.init.d/sendmail stop&lt;BR /&gt;/sbin/init.d/sendamil start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Wed, 02 Oct 2002 19:27:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/qualify-my-own-domain/m-p/2817784#M85879</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-10-02T19:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: qualify my own domain</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/qualify-my-own-domain/m-p/2817785#M85880</link>
      <description>Hi Jeff,&lt;BR /&gt;&lt;BR /&gt;You may look at the following fle to start the sendmail again after doing the changes &lt;BR /&gt;for you already have the answer to fix the problem.&lt;BR /&gt;&lt;BR /&gt;/etc/mail/sendmail.pid&lt;BR /&gt;inside the sendmail.pid:&lt;BR /&gt;/usr/sbin/sendmail -bd -q30m</description>
      <pubDate>Thu, 03 Oct 2002 02:46:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/qualify-my-own-domain/m-p/2817785#M85880</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2002-10-03T02:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: qualify my own domain</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/qualify-my-own-domain/m-p/2817786#M85881</link>
      <description>hi,&lt;BR /&gt;in ur /etc/hosts put complete qualified domain name.&lt;BR /&gt;ex:&lt;BR /&gt;x.x.x.x   hpk460   hpk460.&lt;UR domain="" name=""&gt;&lt;BR /&gt;try this&lt;BR /&gt;regds&lt;BR /&gt;ravi&lt;/UR&gt;</description>
      <pubDate>Thu, 03 Oct 2002 04:17:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/qualify-my-own-domain/m-p/2817786#M85881</guid>
      <dc:creator>V. V. Ravi Kumar_1</dc:creator>
      <dc:date>2002-10-03T04:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: qualify my own domain</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/qualify-my-own-domain/m-p/2817787#M85882</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt; Just a clarification to V. V. Ravi Kumar's solotion:&lt;BR /&gt;&lt;BR /&gt; in /etc/hosts:&lt;BR /&gt;&lt;BR /&gt;IP  severName  severName.company.com&lt;BR /&gt;&lt;BR /&gt;Also works....&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Oct 2002 12:19:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/qualify-my-own-domain/m-p/2817787#M85882</guid>
      <dc:creator>Khalid A. Al-Tayaran</dc:creator>
      <dc:date>2002-10-23T12:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: qualify my own domain</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/qualify-my-own-domain/m-p/2817788#M85883</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is it already fixed.&lt;BR /&gt;&lt;BR /&gt;If not the easiest solution would be to add a "." to the end of the hostname as the alias in the /etc/hosts file. Restart sendmail after that.&lt;BR /&gt;&lt;BR /&gt;Ex:&lt;BR /&gt;&lt;BR /&gt;xxx.xxx.xxx.xxx hpk460 hpk460.&lt;BR /&gt;&lt;BR /&gt;Read this some time back here and has been the easiest one for me rather than editing the sendmail.cf file.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Balaji</description>
      <pubDate>Wed, 23 Oct 2002 14:14:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/qualify-my-own-domain/m-p/2817788#M85883</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2002-10-23T14:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: qualify my own domain</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/qualify-my-own-domain/m-p/2817789#M85884</link>
      <description>It could be that you dont have your host defined with the full domain name in the /etc/hosts file.&lt;BR /&gt;&lt;BR /&gt;Example.&lt;BR /&gt;Hostname=myhost&lt;BR /&gt;Domain name=hagstrom.com&lt;BR /&gt;&lt;BR /&gt;In /etc/hosts:&lt;BR /&gt;192.222.222.222 myhost MYHOST myhost.hagstrom.com&lt;BR /&gt;&lt;BR /&gt;In sendmail.cf:&lt;BR /&gt;Check that the Dj variable is defined like this.&lt;BR /&gt;Dj$w.hagstrom.com</description>
      <pubDate>Thu, 30 Jan 2003 16:13:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/qualify-my-own-domain/m-p/2817789#M85884</guid>
      <dc:creator>Tor-Arne Nostdal</dc:creator>
      <dc:date>2003-01-30T16:13:05Z</dc:date>
    </item>
  </channel>
</rss>

