<?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: HP-UX not send e-mail in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-not-send-e-mail/m-p/4077516#M308487</link>
    <description>The SMTP festure dont work in my DP version, only on the new 6.0.&lt;BR /&gt;&lt;BR /&gt;Thanks to all, and i resolve this problem setting the 555 permission on the /etc</description>
    <pubDate>Sat, 29 Sep 2007 11:14:36 GMT</pubDate>
    <dc:creator>Adriano Luiz Weschenfel</dc:creator>
    <dc:date>2007-09-29T11:14:36Z</dc:date>
    <item>
      <title>HP-UX not send e-mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-not-send-e-mail/m-p/4077511#M308482</link>
      <description>I using Data Protector A.05.50 on HP-UX and i will send reports by e-mail, the system return this message:&lt;BR /&gt;&lt;BR /&gt;/etc/mail/sendmail.cf: line 692: fileclass: cannot open /etc/mail/sendmail.cw: World writable directory&lt;BR /&gt;&lt;BR /&gt;what I can make?</description>
      <pubDate>Thu, 27 Sep 2007 09:25:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-not-send-e-mail/m-p/4077511#M308482</guid>
      <dc:creator>Adriano Luiz Weschenfel</dc:creator>
      <dc:date>2007-09-27T09:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX not send e-mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-not-send-e-mail/m-p/4077512#M308483</link>
      <description>Well, it is actually telling you what the problem is.  The /etc/mail directory has the world-write permission bit set.  This is a no-no.&lt;BR /&gt;&lt;BR /&gt;Do the following:&lt;BR /&gt;&lt;BR /&gt;# chmod 755 /etc/mail&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;Then try sending mail again.</description>
      <pubDate>Thu, 27 Sep 2007 09:40:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-not-send-e-mail/m-p/4077512#M308483</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2007-09-27T09:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX not send e-mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-not-send-e-mail/m-p/4077513#M308484</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;Are your /etc permissions well?, normally it should be 555:&lt;BR /&gt;&lt;BR /&gt;Regards;&lt;BR /&gt;&lt;BR /&gt;J. Bravo.</description>
      <pubDate>Thu, 27 Sep 2007 09:43:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-not-send-e-mail/m-p/4077513#M308484</guid>
      <dc:creator>J. Bravo</dc:creator>
      <dc:date>2007-09-27T09:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX not send e-mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-not-send-e-mail/m-p/4077514#M308485</link>
      <description>i have restarted the sendmail and this message returns:&lt;BR /&gt;&lt;BR /&gt;K7-5470:/etc&amp;gt;/sbin/init.d/sendmail start&lt;BR /&gt;/etc/mail/sendmail.cf: line 692: fileclass: cannot open /etc/mail/sendmail.cw: W&lt;BR /&gt;orld writable directory&lt;BR /&gt;WARNING: World writable directory /var&lt;BR /&gt;451 /etc/mail/sendmail.cf: line 692: fileclass: cannot open /etc/mail/sendmail.c&lt;BR /&gt;w: World writable directory&lt;BR /&gt;K7-5470:/etc&amp;gt;</description>
      <pubDate>Thu, 27 Sep 2007 09:49:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-not-send-e-mail/m-p/4077514#M308485</guid>
      <dc:creator>Adriano Luiz Weschenfel</dc:creator>
      <dc:date>2007-09-27T09:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX not send e-mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-not-send-e-mail/m-p/4077515#M308486</link>
      <description>Another way to do that is with SMTP:&lt;BR /&gt;1. Change the parameter in /etc/opt/omni/server/options/&lt;BR /&gt;vi global&lt;BR /&gt;&lt;BR /&gt;SMTP server=smtp server&lt;BR /&gt;SMTPSERVER=smtp-&lt;CELL manager="" host=""&gt;&lt;BR /&gt;SMTPSenderAddress=username_cell_manager@hostname&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# SMTP server for sending emails.&lt;BR /&gt;# default: &lt;SENDER&gt;&lt;BR /&gt;# SMTP sender address also acts as reply-to address. If you want&lt;BR /&gt;# to control replies to reporting or notification mails, change&lt;BR /&gt;# sender address to some fixed controlled address.&lt;BR /&gt;&lt;BR /&gt;2. Just change the e-mail to use e-mail(SMTP&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;/SENDER&gt;&lt;/CELL&gt;</description>
      <pubDate>Thu, 27 Sep 2007 10:05:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-not-send-e-mail/m-p/4077515#M308486</guid>
      <dc:creator>Johnny Moya</dc:creator>
      <dc:date>2007-09-27T10:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX not send e-mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-not-send-e-mail/m-p/4077516#M308487</link>
      <description>The SMTP festure dont work in my DP version, only on the new 6.0.&lt;BR /&gt;&lt;BR /&gt;Thanks to all, and i resolve this problem setting the 555 permission on the /etc</description>
      <pubDate>Sat, 29 Sep 2007 11:14:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-not-send-e-mail/m-p/4077516#M308487</guid>
      <dc:creator>Adriano Luiz Weschenfel</dc:creator>
      <dc:date>2007-09-29T11:14:36Z</dc:date>
    </item>
  </channel>
</rss>

