<?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 rc.log error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-rc-log-error/m-p/2663855#M49049</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;  First U check up Ur hostname is fully qualified or not. Then check up the configuration /etc/rc.config.d/mailservs and the alias list from /etc/mail/alias file. After correcting these please try starting sendmail daemon manually. For that follow this&lt;BR /&gt;&lt;BR /&gt;#cd /sbin/init.d&lt;BR /&gt;#sendmail start&lt;BR /&gt;&lt;BR /&gt;Best of luck&lt;BR /&gt;Shahul</description>
    <pubDate>Wed, 13 Feb 2002 10:47:43 GMT</pubDate>
    <dc:creator>Shahul</dc:creator>
    <dc:date>2002-02-13T10:47:43Z</dc:date>
    <item>
      <title>sendmail rc.log error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-rc-log-error/m-p/2663853#M49047</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Our starting process fails with sendmail daemon:&lt;BR /&gt;&lt;BR /&gt;Starting mail daemon&lt;BR /&gt;Output from "/sbin/rc2.d/S540sendmail start":&lt;BR /&gt;----------------------------&lt;BR /&gt;WARNING: local host name (contal17) is not qualified; fix $j in config file&lt;BR /&gt;WARNING: writable directory /etc&lt;BR /&gt;WARNING: writable directory /etc&lt;BR /&gt;/etc/mail/aliases: 6 aliases, longest 9 bytes, 76 bytes total&lt;BR /&gt;sendmail&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Does anyone know how to fix it?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 13 Feb 2002 10:36:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-rc-log-error/m-p/2663853#M49047</guid>
      <dc:creator>Manuel G</dc:creator>
      <dc:date>2002-02-13T10:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail rc.log error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-rc-log-error/m-p/2663854#M49048</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;1) /etc should be&lt;BR /&gt;&lt;BR /&gt;dr-xr-xr-x  25 bin        bin           5120 Jul  6  2001 /etc&lt;BR /&gt;&lt;BR /&gt;2)Non qualified name&lt;BR /&gt;&lt;BR /&gt;a)I always recommend a copy of each original  &lt;BR /&gt;file by copying to a backup file name, "just in case"...)&lt;BR /&gt;&lt;BR /&gt;2b.  /etc/mail/sendmail.cf file:&lt;BR /&gt;&lt;BR /&gt;         Modify "Dj" to "Dj$w".&lt;BR /&gt;&lt;BR /&gt;2c.  /etc/hosts file:&lt;BR /&gt;&lt;BR /&gt;For the local host, include a "." for the alias; for example, if "host1" is the local host, enter:&lt;BR /&gt;&lt;BR /&gt;&lt;IP_ADDRESS&gt;  host1   host1.   &amp;lt;--- hostname followed by "."&lt;BR /&gt;&lt;BR /&gt;2d.  Restart SendMail.&lt;BR /&gt;&lt;BR /&gt;3.  If you are only using hosts consider setting up DNS&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                            Steve Steel&lt;/IP_ADDRESS&gt;</description>
      <pubDate>Wed, 13 Feb 2002 10:42:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-rc-log-error/m-p/2663854#M49048</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-02-13T10:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail rc.log error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-rc-log-error/m-p/2663855#M49049</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;  First U check up Ur hostname is fully qualified or not. Then check up the configuration /etc/rc.config.d/mailservs and the alias list from /etc/mail/alias file. After correcting these please try starting sendmail daemon manually. For that follow this&lt;BR /&gt;&lt;BR /&gt;#cd /sbin/init.d&lt;BR /&gt;#sendmail start&lt;BR /&gt;&lt;BR /&gt;Best of luck&lt;BR /&gt;Shahul</description>
      <pubDate>Wed, 13 Feb 2002 10:47:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-rc-log-error/m-p/2663855#M49049</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2002-02-13T10:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail rc.log error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-rc-log-error/m-p/2663856#M49050</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1) In the /etc/hosts file&lt;BR /&gt;   define an alias for your &lt;BR /&gt;   host like :&lt;BR /&gt;   xx.xx.xx.xx contal17 contal17.&lt;BR /&gt;   Make sure there is a point&lt;BR /&gt;   after the hostname.&lt;BR /&gt;&lt;BR /&gt;   Next change Dj$w.Foo.COM&lt;BR /&gt;   in the sendmail.cf to&lt;BR /&gt;   Dj$w.&lt;BR /&gt;                                 &lt;BR /&gt;    &lt;BR /&gt;2) make sure the permissions &lt;BR /&gt;   for /etc are the default    ones "dr-xr-xr-x"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Restart your sendmail daemon</description>
      <pubDate>Wed, 13 Feb 2002 10:58:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-rc-log-error/m-p/2663856#M49050</guid>
      <dc:creator>Corthouts Carlo</dc:creator>
      <dc:date>2002-02-13T10:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail rc.log error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-rc-log-error/m-p/2663857#M49051</link>
      <description>In /etc/mail/sendmail.cf change &lt;BR /&gt;# my official domain name&lt;BR /&gt;# ... define this only if sendmail cannot automatically determine your domain&lt;BR /&gt;#Dj$w.Foo.COM&lt;BR /&gt;&lt;BR /&gt;to&lt;BR /&gt;&lt;BR /&gt;# my official domain name&lt;BR /&gt;# ... define this only if sendmail cannot automatically determine your domain&lt;BR /&gt;Dj$w.yourdomain.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;then restart sendmail.&lt;BR /&gt;&lt;BR /&gt;GL,&lt;BR /&gt;C</description>
      <pubDate>Wed, 13 Feb 2002 11:24:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-rc-log-error/m-p/2663857#M49051</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2002-02-13T11:24:38Z</dc:date>
    </item>
  </channel>
</rss>

