<?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 Major problem with sendmail in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/major-problem-with-sendmail/m-p/2793307#M80337</link>
    <description>Hello All:&lt;BR /&gt;I seem to have a big problem with my sendmail every time I open a terminal I keep geting this message printed over and over!&lt;BR /&gt;Aug 24  20:12:44 wriri sendmail [3809] unable to qualify my own domain name (wriri) -- using short name.&lt;BR /&gt;&lt;BR /&gt; I have a HP 725/10 C that I just installed 11.00 easy-setup as I am new to HPUX I just do not have a clue how to fix this so any help would be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;Jim</description>
    <pubDate>Sat, 24 Aug 2002 21:18:30 GMT</pubDate>
    <dc:creator>James C. Geneva</dc:creator>
    <dc:date>2002-08-24T21:18:30Z</dc:date>
    <item>
      <title>Major problem with sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/major-problem-with-sendmail/m-p/2793307#M80337</link>
      <description>Hello All:&lt;BR /&gt;I seem to have a big problem with my sendmail every time I open a terminal I keep geting this message printed over and over!&lt;BR /&gt;Aug 24  20:12:44 wriri sendmail [3809] unable to qualify my own domain name (wriri) -- using short name.&lt;BR /&gt;&lt;BR /&gt; I have a HP 725/10 C that I just installed 11.00 easy-setup as I am new to HPUX I just do not have a clue how to fix this so any help would be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;Jim</description>
      <pubDate>Sat, 24 Aug 2002 21:18:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/major-problem-with-sendmail/m-p/2793307#M80337</guid>
      <dc:creator>James C. Geneva</dc:creator>
      <dc:date>2002-08-24T21:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: Major problem with sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/major-problem-with-sendmail/m-p/2793308#M80338</link>
      <description>Jim, &lt;BR /&gt;Look in /etc/rc.config.d/mailservs&lt;BR /&gt;The file should have a line for 'export SENDMAIL_SERVER_NAME=' with an entry for the mail server.&lt;BR /&gt;&lt;BR /&gt;Then look at /etc/mail/sendmail.cw  This file should hold all names that the server is known by.  (The instructions are in the file.)&lt;BR /&gt;&lt;BR /&gt;If these are set up right, also do an nslookup for your fully qualified name, ie. nslookup wriri.jim.com, and see if you get a reponse.  The nslookup will tell you where it is getting it's information, and if it says 'files' and does not give you what you want, then you have /etc/hosts as the primary place to look, and you need to edit this file.  &lt;BR /&gt;&lt;BR /&gt;In /etc/hosts, there will be and entry for your machine like:&lt;BR /&gt;192.0.0.192   wriri&lt;BR /&gt;&lt;BR /&gt;change it to:&lt;BR /&gt;192.0.0.192   wriri   wriri.jim.com&lt;BR /&gt;&lt;BR /&gt;That should help if that is your problem.  &lt;BR /&gt;&lt;BR /&gt;Hope it helps&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Sat, 24 Aug 2002 22:06:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/major-problem-with-sendmail/m-p/2793308#M80338</guid>
      <dc:creator>John Payne_2</dc:creator>
      <dc:date>2002-08-24T22:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Major problem with sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/major-problem-with-sendmail/m-p/2793309#M80339</link>
      <description>Hi Jim&lt;BR /&gt;&lt;BR /&gt;Funny you put this on the ITRC.  I had exactly the same problem around 2 hours ago on a server.&lt;BR /&gt;&lt;BR /&gt;I changed the /etc/hosts file from&lt;BR /&gt;130.130.31.2    gb683_1&lt;BR /&gt;&lt;BR /&gt;to &lt;BR /&gt;&lt;BR /&gt;130.130.31.2    gb683_1      gb683_1.tnteww.com&lt;BR /&gt;&lt;BR /&gt;I got this from nslookup as already stated&lt;BR /&gt;&lt;BR /&gt;gb683_1:/ # nslookup gb683_1&lt;BR /&gt;Using /etc/hosts on:  gb683_1&lt;BR /&gt;&lt;BR /&gt;looking up FILES&lt;BR /&gt;Name:    gb683_1&lt;BR /&gt;Address:  130.130.31.2&lt;BR /&gt;Aliases:  gb683_1.tnteww.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I then stop/started sendmail and all is OK&lt;BR /&gt;/sbin.init.d/sendlail stop/start&lt;BR /&gt;</description>
      <pubDate>Sun, 25 Aug 2002 00:16:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/major-problem-with-sendmail/m-p/2793309#M80339</guid>
      <dc:creator>Paul Thomson_2</dc:creator>
      <dc:date>2002-08-25T00:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Major problem with sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/major-problem-with-sendmail/m-p/2793310#M80340</link>
      <description>In addition to the answers above you can also do this &lt;BR /&gt;Edit&lt;BR /&gt;/etc/mail/sendmail.cw which needs a list of all the names by which this host will be known. &lt;BR /&gt;&lt;BR /&gt;YOu can make entry in the file like &lt;BR /&gt;&lt;BR /&gt;&lt;HOSTNAME&gt; &lt;BR /&gt;&lt;HOSTNAME&gt;.VIR.VL &lt;BR /&gt;Then re-start sendmail to check those messages dont appear again. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/HOSTNAME&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Mon, 26 Aug 2002 03:26:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/major-problem-with-sendmail/m-p/2793310#M80340</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-08-26T03:26:47Z</dc:date>
    </item>
  </channel>
</rss>

