<?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: send mail is not working in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/send-mail-is-not-working/m-p/4728590#M43100</link>
    <description>&amp;gt;This is a production server so I don't want to restart the sendmail service&lt;BR /&gt;&lt;BR /&gt;Why worry?  Mail will just be slightly delayed, nothing should be lost.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 24 Dec 2010 00:00:48 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2010-12-24T00:00:48Z</dc:date>
    <item>
      <title>send mail is not working</title>
      <link>https://community.hpe.com/t5/operating-system-linux/send-mail-is-not-working/m-p/4728588#M43098</link>
      <description>Environment&lt;BR /&gt;==========&lt;BR /&gt;&lt;BR /&gt;OS: OEL 5.3&lt;BR /&gt;Linux: 64 bit&lt;BR /&gt;&lt;BR /&gt;Mail status and permissions&lt;BR /&gt;===========================&lt;BR /&gt;&lt;BR /&gt;[root@at1oebsap101 etc]# uname -a&lt;BR /&gt;Linux at1oebsap101.mycompany.com 2.6.18-128.el5 #1 SMP Wed Jan 21 08:45:05 EST 2009 x86_64 x86_64 x86_64 GNU/Linux&lt;BR /&gt;&lt;BR /&gt;[permission mail dir]&lt;BR /&gt;&lt;BR /&gt;drwxr-xr-x  3 root root    4096 Apr 14  2010 mail&lt;BR /&gt;&lt;BR /&gt;[permissions inside mail]&lt;BR /&gt;&lt;BR /&gt;[root@at1oebsap101 etc]# ls -al mail&lt;BR /&gt;total 276&lt;BR /&gt;drwxr-xr-x  3 root root  4096 Apr 14  2010 .&lt;BR /&gt;drwxr-xr-x 97 root root 12288 Dec 14 13:59 ..&lt;BR /&gt;-rw-r--r--  1 root root   355 Jun  6  2007 access&lt;BR /&gt;-rw-r-----  1 root root 12288 Apr 14  2010 access.db&lt;BR /&gt;-rw-r--r--  1 root root     0 Jun  6  2007 domaintable&lt;BR /&gt;-rw-r-----  1 root root 12288 Apr 14  2010 domaintable.db&lt;BR /&gt;-rw-r--r--  1 root root  5521 Jun  6  2007 helpfile&lt;BR /&gt;-rw-r--r--  1 root root    64 Jun  6  2007 local-host-names&lt;BR /&gt;-rw-r--r--  1 root root     0 Jun  6  2007 mailertable&lt;BR /&gt;-rw-r-----  1 root root 12288 Apr 14  2010 mailertable.db&lt;BR /&gt;-rw-r--r--  1 root root  1048 Jun  6  2007 Makefile&lt;BR /&gt;-rw-r--r--  1 root root 58184 Apr 14  2010 sendmail.cf&lt;BR /&gt;-rw-r--r--  1 root root  7209 Jun  6  2007 sendmail.mc&lt;BR /&gt;drwxr-xr-x  2 root root  4096 Apr 14  2010 spamassassin&lt;BR /&gt;-r--r--r--  1 root root 41265 Jun  6  2007 submit.cf&lt;BR /&gt;-rw-r--r--  1 root root   940 Jun  6  2007 submit.mc&lt;BR /&gt;-rw-r--r--  1 root root   127 Jun  6  2007 trusted-users&lt;BR /&gt;-rw-r--r--  1 root root     0 Jun  6  2007 virtusertable&lt;BR /&gt;-rw-r-----  1 root root 12288 Apr 14  2010 virtusertable.db&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@at1oebsap101 etc]# service sendmail status&lt;BR /&gt;sendmail (pid 5284 5277) is running...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[root@at1oebsap101 etc]# service iptables status&lt;BR /&gt;Firewall is stopped.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Issue I am facing:&lt;BR /&gt;==================&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# echo "tesT" | mail -s testsubjet myname@mycompany.com&lt;BR /&gt;&lt;BR /&gt;[root@at1oebsap101 mail]# /etc/mail/submit.cf: line 544: fileclass: cannot open '/etc/mail/trusted-users': World writable directory&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This is a production server so i don't want to restart the sendmail service although it is up and running&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Dec 2010 15:03:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/send-mail-is-not-working/m-p/4728588#M43098</guid>
      <dc:creator>ramizkhan</dc:creator>
      <dc:date>2010-12-20T15:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: send mail is not working</title>
      <link>https://community.hpe.com/t5/operating-system-linux/send-mail-is-not-working/m-p/4728589#M43099</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] /etc/mail/trusted-users': World writable directory&lt;BR /&gt;&lt;BR /&gt;      ls -ld /&lt;BR /&gt;      ls -ld /etc&lt;BR /&gt;      ls -ld /etc/mail&lt;BR /&gt;&lt;BR /&gt;Generous permissions anywhere on the path&lt;BR /&gt;could cause this problem.  (If the error&lt;BR /&gt;message is correct.)</description>
      <pubDate>Mon, 20 Dec 2010 16:26:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/send-mail-is-not-working/m-p/4728589#M43099</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-12-20T16:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: send mail is not working</title>
      <link>https://community.hpe.com/t5/operating-system-linux/send-mail-is-not-working/m-p/4728590#M43100</link>
      <description>&amp;gt;This is a production server so I don't want to restart the sendmail service&lt;BR /&gt;&lt;BR /&gt;Why worry?  Mail will just be slightly delayed, nothing should be lost.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Dec 2010 00:00:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/send-mail-is-not-working/m-p/4728590#M43100</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-12-24T00:00:48Z</dc:date>
    </item>
  </channel>
</rss>

