<?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 issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-issue/m-p/2624769#M591902</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;a quote from the (very well documented) /etc/mail/sendmail.cf:&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;(well, I don't know how good it will look, pasted from the file, but anyway, dig in /etc/mail/sendmail.cf, look for the error you got and do what they say :) )&lt;BR /&gt;&lt;BR /&gt;E.</description>
    <pubDate>Tue, 04 Dec 2001 14:30:03 GMT</pubDate>
    <dc:creator>Eugen Cocalea</dc:creator>
    <dc:date>2001-12-04T14:30:03Z</dc:date>
    <item>
      <title>Sendmail issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-issue/m-p/2624768#M591901</link>
      <description>I am getting a warning in my rc.log. It is saying&lt;BR /&gt;&lt;BR /&gt;Output from "/sbin/rc2.d/S540sendmail start":&lt;BR /&gt;&lt;BR /&gt;Warning: local host name (sys_name) is not qualified; fix$j in config file /etc/mail/aliases: 6 aliases, longest 9 bytes, 76 bytes total&lt;BR /&gt;sendmail&lt;BR /&gt;&lt;BR /&gt;Has anybody come accross this before ?&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Paul</description>
      <pubDate>Tue, 04 Dec 2001 14:15:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-issue/m-p/2624768#M591901</guid>
      <dc:creator>Tom Horan</dc:creator>
      <dc:date>2001-12-04T14:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-issue/m-p/2624769#M591902</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;a quote from the (very well documented) /etc/mail/sendmail.cf:&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;(well, I don't know how good it will look, pasted from the file, but anyway, dig in /etc/mail/sendmail.cf, look for the error you got and do what they say :) )&lt;BR /&gt;&lt;BR /&gt;E.</description>
      <pubDate>Tue, 04 Dec 2001 14:30:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-issue/m-p/2624769#M591902</guid>
      <dc:creator>Eugen Cocalea</dc:creator>
      <dc:date>2001-12-04T14:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-issue/m-p/2624770#M591903</link>
      <description>Hi Paul,&lt;BR /&gt;&lt;BR /&gt;sendmail *should* be able to work out what "j" equates to, if it can't you need to set it in your sendmail.cf&lt;BR /&gt;&lt;BR /&gt;Djmachine.company.com&lt;BR /&gt;&lt;BR /&gt;OR&lt;BR /&gt;&lt;BR /&gt;Dj$w.$m   (if w and m are known).&lt;BR /&gt;&lt;BR /&gt;$w is the hostname&lt;BR /&gt;$m is the domainname&lt;BR /&gt;&lt;BR /&gt;Run /usr/lib/sendmail -d0.1 to see what sendmail thinks.&lt;BR /&gt;&lt;BR /&gt;Rgds, Robin.</description>
      <pubDate>Tue, 04 Dec 2001 14:33:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-issue/m-p/2624770#M591903</guid>
      <dc:creator>Robin Wakefield</dc:creator>
      <dc:date>2001-12-04T14:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-issue/m-p/2624771#M591904</link>
      <description>You could also fix this through dns or /etc/hosts by making sure you can resolve your FQDN.  Maybe you resolv.conf may need a little tweaking as well. Does it have:&lt;BR /&gt;domain yourdomain.com&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;search somedomains.com anotherdomain.com&lt;BR /&gt;&lt;BR /&gt;C</description>
      <pubDate>Tue, 04 Dec 2001 14:36:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-issue/m-p/2624771#M591904</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2001-12-04T14:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-issue/m-p/2624772#M591905</link>
      <description>Hi Paul,&lt;BR /&gt;&lt;BR /&gt;Update your /etc/hosts file to indicate&lt;BR /&gt;&lt;BR /&gt;IP  hostname hostname.domain.com&lt;BR /&gt;&lt;BR /&gt;If you are using DNS, make sure nslookup returns FQDN.&lt;BR /&gt;&lt;BR /&gt;-HTH&lt;BR /&gt;Ramesh</description>
      <pubDate>Tue, 04 Dec 2001 14:42:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-issue/m-p/2624772#M591905</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-12-04T14:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-issue/m-p/2624773#M591906</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Check for etc/hosts file for Full qulified domain name for your server. Change it if not.&lt;BR /&gt;Secondly edit /etc/mail/sendmail.cf file look for dj and put FQDN infront of it (servername.domain name) then restart the sendmail by &lt;BR /&gt;sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;Goodluck,&lt;BR /&gt;-USA..</description>
      <pubDate>Tue, 04 Dec 2001 14:47:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-issue/m-p/2624773#M591906</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2001-12-04T14:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-issue/m-p/2624774#M591907</link>
      <description>Hi Paul,&lt;BR /&gt;&lt;BR /&gt;Try these links,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=d98676f314058c1afc/screen=ckiDisplayDocument?docId=200000011495502" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=d98676f314058c1afc/screen=ckiDisplayDocument?docId=200000011495502&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=d98676f314058c1afc/screen=ckiDisplayDocument?docId=200000054056576" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=d98676f314058c1afc/screen=ckiDisplayDocument?docId=200000054056576&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Dec 2001 15:04:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-issue/m-p/2624774#M591907</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-12-04T15:04:11Z</dc:date>
    </item>
  </channel>
</rss>

