<?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 error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/5103944#M444672</link>
    <description>check /etc/resolv.conf &lt;BR /&gt;</description>
    <pubDate>Wed, 16 Apr 2008 19:43:29 GMT</pubDate>
    <dc:creator>Javed Khan_1</dc:creator>
    <dc:date>2008-04-16T19:43:29Z</dc:date>
    <item>
      <title>sendmail error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/5103942#M444670</link>
      <description>Hi guys,&lt;BR /&gt;     I am getting following error while starting sendmail.&lt;BR /&gt;ukcsbpw1# ./sendmail start&lt;BR /&gt;WARNING: local host name (ukcsbpw1) is not qualified; fix $j in config file&lt;BR /&gt;/etc/mail/aliases: 7 aliases, longest 9 bytes, 88 bytes total&lt;BR /&gt;sendmail&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please advice .</description>
      <pubDate>Wed, 16 Apr 2008 19:25:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/5103942#M444670</guid>
      <dc:creator>sachit patil</dc:creator>
      <dc:date>2008-04-16T19:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/5103943#M444671</link>
      <description>I see below in mail.log&lt;BR /&gt;=======================&lt;BR /&gt;Apr 16 21:20:13 ukcsbpw1 sendmail[17883]: unable to qualify my own domain name (ukcsbpw1) -- using short name&lt;BR /&gt;Apr 16 21:20:13 ukcsbpw1 sendmail[17883]:  be sure to set domain name in Dj macro in sendmail.cf&lt;BR /&gt;Apr 16 21:22:13 ukcsbpw1 sendmail[19181]: unable to qualify my own domain name (ukcsbpw1) -- using short name&lt;BR /&gt;Apr 16 21:22:13 ukcsbpw1 sendmail[19181]:  be sure to set domain name in Dj macro in sendmail.cf&lt;BR /&gt;Apr 16 21:24:13 ukcsbpw1 sendmail[20405]: unable to qualify my own domain name (ukcsbpw1) -- using short name&lt;BR /&gt;Apr 16 21:24:13 ukcsbpw1 sendmail[20405]:  be sure to set domain name in Dj macro in sendmail.cf&lt;BR /&gt;Apr 16 21:26:13 ukcsbpw1 sendmail[21752]: unable to qualify my own domain name (ukcsbpw1) -- using short name&lt;BR /&gt;Apr 16 21:26:13 ukcsbpw1 sendmail[21752]:  be sure to set domain name in Dj macro in sendmail.cf&lt;BR /&gt;Apr 16 21:28:13 ukcsbpw1 sendmail[23037]: unable to qualify my own domain name (ukcsbpw1) -- using short name&lt;BR /&gt;Apr 16 21:28:13 ukcsbpw1 sendmail[23037]:  be sure to set domain name in Dj macro in sendmail.cf&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Apr 2008 19:29:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/5103943#M444671</guid>
      <dc:creator>sachit patil</dc:creator>
      <dc:date>2008-04-16T19:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/5103944#M444672</link>
      <description>check /etc/resolv.conf &lt;BR /&gt;</description>
      <pubDate>Wed, 16 Apr 2008 19:43:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/5103944#M444672</guid>
      <dc:creator>Javed Khan_1</dc:creator>
      <dc:date>2008-04-16T19:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/5103945#M444673</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Add an alias to your /etc/hosts file;&lt;BR /&gt;&lt;BR /&gt;add ukcsbpw1. to your /etc/hosts file&lt;BR /&gt;&lt;BR /&gt;xxx.xx.x.xxx ukcsbpw1 ukcsbpw1.&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;Above is a workaround, you can use it until you have a Fully Qualified Host Name.&lt;BR /&gt;&lt;BR /&gt;Best regards.&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Wed, 16 Apr 2008 19:44:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/5103945#M444673</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2008-04-16T19:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/5103946#M444674</link>
      <description>Hi Robert,&lt;BR /&gt;     This works and error eliminated.&lt;BR /&gt;&lt;BR /&gt;But how to delete messages in mailq.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;SAchit</description>
      <pubDate>Wed, 16 Apr 2008 20:13:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/5103946#M444674</guid>
      <dc:creator>sachit patil</dc:creator>
      <dc:date>2008-04-16T20:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/5103947#M444675</link>
      <description>Changes done in nsswich.conf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Apr 2008 22:43:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-error/m-p/5103947#M444675</guid>
      <dc:creator>sachit patil</dc:creator>
      <dc:date>2008-04-16T22:43:07Z</dc:date>
    </item>
  </channel>
</rss>

