<?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 problems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problems/m-p/3869024#M278014</link>
    <description>Hi Chris!&lt;BR /&gt;&lt;BR /&gt;This old thread should help you resolve your problem:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1026689" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1026689&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime.</description>
    <pubDate>Mon, 25 Sep 2006 10:01:16 GMT</pubDate>
    <dc:creator>Jaime Bolanos Rojas.</dc:creator>
    <dc:date>2006-09-25T10:01:16Z</dc:date>
    <item>
      <title>sendmail problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problems/m-p/3869023#M278013</link>
      <description>/sbin/init.d/sendmail start&lt;BR /&gt;/etc/mail/sendmail.cf: line 698: fileclass: cannot open '/etc/mail/sendmail.cw': World writable directory&lt;BR /&gt;WARNING: World writable directory /var&lt;BR /&gt;451 4.0.0 /etc/mail/sendmail.cf: line 698: fileclass: cannot open '/etc/mail/sendmail.cw': World writable dire&lt;BR /&gt;ctory&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;i was trying to send an email using sendmail. i got this message, so i tried to stop and start sendmail and am still getting the message. any idea what it means? &lt;BR /&gt;</description>
      <pubDate>Mon, 25 Sep 2006 09:55:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problems/m-p/3869023#M278013</guid>
      <dc:creator>Chris Fadrowski</dc:creator>
      <dc:date>2006-09-25T09:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problems/m-p/3869024#M278014</link>
      <description>Hi Chris!&lt;BR /&gt;&lt;BR /&gt;This old thread should help you resolve your problem:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1026689" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1026689&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime.</description>
      <pubDate>Mon, 25 Sep 2006 10:01:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problems/m-p/3869024#M278014</guid>
      <dc:creator>Jaime Bolanos Rojas.</dc:creator>
      <dc:date>2006-09-25T10:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problems/m-p/3869025#M278015</link>
      <description>Shalom Chris,&lt;BR /&gt;&lt;BR /&gt;1) You need not start sendmail to send mail. The sendmail daemon accepts mail, is not required to send it.&lt;BR /&gt;&lt;BR /&gt;Specific issues.&lt;BR /&gt;&lt;BR /&gt;1) Check permissions an existance of /etc/mail/sendmail.cw I do not believe it is neccessary and sendmail.cf may have been customized.&lt;BR /&gt;&lt;BR /&gt;2) Change permissions on /var It should never be world readable.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 25 Sep 2006 10:13:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problems/m-p/3869025#M278015</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-09-25T10:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problems/m-p/3869026#M278016</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check the permission on /, /etc/ and /etc/sendmail directories. As the WARNING message above indicates check the permission on /var as well.&lt;BR /&gt;&lt;BR /&gt;-PB&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Sep 2006 20:30:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problems/m-p/3869026#M278016</guid>
      <dc:creator>Prasanth B</dc:creator>
      <dc:date>2006-09-25T20:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problems/m-p/3869027#M278017</link>
      <description>This looks like a serious problem -- not just with email! This message:&lt;BR /&gt; &lt;BR /&gt;WARNING: World writable directory /var&lt;BR /&gt; &lt;BR /&gt;is a very serious error in the permission of one of the most critical directories in HP-UX (and all Unix flavors). It cannot be 777 permission! It must be changed back to 555 (the correct value) to prevent devastating damage to major components of the system. &lt;BR /&gt; &lt;BR /&gt;And this message:&lt;BR /&gt; &lt;BR /&gt;'/etc/mail/sendmail.cw': World writable directory&lt;BR /&gt; &lt;BR /&gt;also is serious. World writable means that every login on your system, no matter how untrained, will be able to trash all the files in /etc/mail. This a serious security risk in that anyone could divert or modify email messages, including root's address. That's why sendmail shows the warning and quits.&lt;BR /&gt; &lt;BR /&gt;As with /var, the /etc/mail directory must be 555 permission. Now I woulod be VERY concerned about other permission errors. Someone with root privileges has modified the original (proper) permissions. If this system is important, run the swverify command and look at the resultant log. All errors must be addressed.</description>
      <pubDate>Mon, 25 Sep 2006 21:32:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-problems/m-p/3869027#M278017</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-09-25T21:32:56Z</dc:date>
    </item>
  </channel>
</rss>

