<?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 send mail error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-error/m-p/3840263#M727393</link>
    <description>When I run sendmail start command I get the below error.&lt;BR /&gt;&lt;BR /&gt;/etc/mail/sendmail.cf: line 698: fileclass: cannot open/etc/mail/sendmail.cw': World writable directory&lt;BR /&gt;&lt;BR /&gt;the permissions are as below &lt;BR /&gt;# ls -lad /etc/mail&lt;BR /&gt;Drwxrwxrwx   2 root       sys           8192 Jun 20 17:46 /etc/mail&lt;BR /&gt;&lt;BR /&gt;# ls -lad /var&lt;BR /&gt;drwxrwxrwx  25 bin        bin           8192 Mar 31  2005 /var&lt;BR /&gt;&lt;BR /&gt;amy suggestions pls&lt;BR /&gt;</description>
    <pubDate>Wed, 09 Aug 2006 07:28:29 GMT</pubDate>
    <dc:creator>sameerK</dc:creator>
    <dc:date>2006-08-09T07:28:29Z</dc:date>
    <item>
      <title>send mail error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-error/m-p/3840263#M727393</link>
      <description>When I run sendmail start command I get the below error.&lt;BR /&gt;&lt;BR /&gt;/etc/mail/sendmail.cf: line 698: fileclass: cannot open/etc/mail/sendmail.cw': World writable directory&lt;BR /&gt;&lt;BR /&gt;the permissions are as below &lt;BR /&gt;# ls -lad /etc/mail&lt;BR /&gt;Drwxrwxrwx   2 root       sys           8192 Jun 20 17:46 /etc/mail&lt;BR /&gt;&lt;BR /&gt;# ls -lad /var&lt;BR /&gt;drwxrwxrwx  25 bin        bin           8192 Mar 31  2005 /var&lt;BR /&gt;&lt;BR /&gt;amy suggestions pls&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Aug 2006 07:28:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-error/m-p/3840263#M727393</guid>
      <dc:creator>sameerK</dc:creator>
      <dc:date>2006-08-09T07:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: send mail error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-error/m-p/3840264#M727394</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;It's seems that the rights must be 555 n not 777&lt;BR /&gt;&lt;BR /&gt;Try it&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;L-DERLYN</description>
      <pubDate>Wed, 09 Aug 2006 07:32:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-error/m-p/3840264#M727394</guid>
      <dc:creator>Ludovic Derlyn</dc:creator>
      <dc:date>2006-08-09T07:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: send mail error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-error/m-p/3840265#M727395</link>
      <description>Hi sameet ,&lt;BR /&gt;This is a permission issue change the directory permission as below.&lt;BR /&gt;# ls -lad /var&lt;BR /&gt;dr-xr-xr-x  29 bin        bin           1024 # ls -lad /etc/mail&lt;BR /&gt;dr-xr-xr-x   2 bin        bin           1024 &lt;BR /&gt;I suggest to do OS hardening as well for the system since seems to be permission are not set properly.&lt;BR /&gt;&lt;BR /&gt;Thanks and regards&lt;BR /&gt;V.Manoharan&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Aug 2006 07:45:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-error/m-p/3840265#M727395</guid>
      <dc:creator>V.Manoharan</dc:creator>
      <dc:date>2006-08-09T07:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: send mail error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-error/m-p/3840266#M727396</link>
      <description># chown bin:bin /etc/mail&lt;BR /&gt;# chmod 555 /etc/mail&lt;BR /&gt;# /sbin/init.d/sendmail stop&lt;BR /&gt;# /sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Wed, 09 Aug 2006 08:04:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-error/m-p/3840266#M727396</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-08-09T08:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: send mail error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-error/m-p/3840267#M727397</link>
      <description>/etc/mail cannot be 777, default is 555.</description>
      <pubDate>Wed, 09 Aug 2006 08:12:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-error/m-p/3840267#M727397</guid>
      <dc:creator>Marvin Strong</dc:creator>
      <dc:date>2006-08-09T08:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: send mail error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-error/m-p/3840268#M727398</link>
      <description>also make sure root permissions are correct:&lt;BR /&gt;# chmod 755 /&lt;BR /&gt;# ls -lad /&lt;BR /&gt;drwxr-xr-x  35 root       sys           8192 Jan  7 14:11 /&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jan 2008 20:23:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-mail-error/m-p/3840268#M727398</guid>
      <dc:creator>T. Money</dc:creator>
      <dc:date>2008-01-07T20:23:02Z</dc:date>
    </item>
  </channel>
</rss>

