<?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 troubles in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/sendmail-troubles/m-p/4900519#M45609</link>
    <description>/etc/mail needs to not be world writable.&lt;BR /&gt;&lt;BR /&gt;That is not the cause of the problem though.&lt;BR /&gt;&lt;BR /&gt;You really don't need the sm-client at all. It doesn't do anything for you.&lt;BR /&gt;&lt;BR /&gt;I'd take steps so it doesn't run.&lt;BR /&gt;&lt;BR /&gt;service sendmail status&lt;BR /&gt;&lt;BR /&gt;If its good, you are good.&lt;BR /&gt;&lt;BR /&gt;sendmail -v -d8 -d38 someone@some.net&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;Type some text&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;.&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Just to make sure the mail goes okay.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/ENTER&gt;&lt;/ENTER&gt;&lt;/ENTER&gt;</description>
    <pubDate>Fri, 06 May 2005 12:06:29 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-05-06T12:06:29Z</dc:date>
    <item>
      <title>sendmail troubles</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-troubles/m-p/4900518#M45608</link>
      <description>Hi all:&lt;BR /&gt;&lt;BR /&gt;Fedora Core 3 is my OS.&lt;BR /&gt;&lt;BR /&gt;I am trying to get sendmail up and running. I have set the DS relay and all but when I start sendmail (service sendmail start) it complains with the following;&lt;BR /&gt;[root@mysys mail]# service sendmail start&lt;BR /&gt;Starting sendmail:                                         [  OK  ]&lt;BR /&gt;Starting sm-client: /etc/mail/submit.cf: line 545: fileclass: cannot open '/etc/mail/trusted-users': Group writable directory&lt;BR /&gt;                                                           [FAILED]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Fri, 06 May 2005 10:59:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-troubles/m-p/4900518#M45608</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-05-06T10:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail troubles</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-troubles/m-p/4900519#M45609</link>
      <description>/etc/mail needs to not be world writable.&lt;BR /&gt;&lt;BR /&gt;That is not the cause of the problem though.&lt;BR /&gt;&lt;BR /&gt;You really don't need the sm-client at all. It doesn't do anything for you.&lt;BR /&gt;&lt;BR /&gt;I'd take steps so it doesn't run.&lt;BR /&gt;&lt;BR /&gt;service sendmail status&lt;BR /&gt;&lt;BR /&gt;If its good, you are good.&lt;BR /&gt;&lt;BR /&gt;sendmail -v -d8 -d38 someone@some.net&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;Type some text&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;.&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Just to make sure the mail goes okay.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/ENTER&gt;&lt;/ENTER&gt;&lt;/ENTER&gt;</description>
      <pubDate>Fri, 06 May 2005 12:06:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-troubles/m-p/4900519#M45609</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-05-06T12:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail troubles</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-troubles/m-p/4900520#M45610</link>
      <description>Gone through and checked all perms. No world write. &lt;BR /&gt;&lt;BR /&gt;Have gone through sendmail.cf and commented the trusted-users and local-host-names. OK. The sm-client is not starting.&lt;BR /&gt;&lt;BR /&gt;I can sendmail to myself. But not problem is the aliases. Says it is world write but I look and is not (both aliases and aliases.db).&lt;BR /&gt;&lt;BR /&gt;URGGG...</description>
      <pubDate>Fri, 06 May 2005 12:17:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-troubles/m-p/4900520#M45610</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-05-06T12:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail troubles</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-troubles/m-p/4900521#M45611</link>
      <description>What are the permissions on the following two directories:&lt;BR /&gt;&lt;BR /&gt;/etc&lt;BR /&gt;/etc/mail&lt;BR /&gt;&lt;BR /&gt;Make sure neither of them are group-writeable.&lt;BR /&gt;&lt;BR /&gt;Then make sure the file '/etc/mail/trusted-users' is also only 644 or 600.&lt;BR /&gt;&lt;BR /&gt;That should clear that error up.&lt;BR /&gt;&lt;BR /&gt;From my system:&lt;BR /&gt;drwxr-xr-x  100 root root 8192 May  7 09:38 /etc&lt;BR /&gt;drwxr-xr-x    3 root root 4096 May  5 18:31 /etc/mail&lt;BR /&gt;-rw-r--r--    1 root root  127 Oct 29  2003 /etc/mail/trusted-users</description>
      <pubDate>Fri, 06 May 2005 18:47:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-troubles/m-p/4900521#M45611</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-05-06T18:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail troubles</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-troubles/m-p/4900522#M45612</link>
      <description>&lt;BR /&gt;just to ensure nothing is missed, execute the following&lt;BR /&gt;&lt;BR /&gt;chown -R root:root /etc/mail&lt;BR /&gt;chmod 644 /etc/mail/*&lt;BR /&gt;chmod 755 /etc/mail&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Gopi</description>
      <pubDate>Sat, 07 May 2005 06:30:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-troubles/m-p/4900522#M45612</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-05-07T06:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail troubles</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-troubles/m-p/4900523#M45613</link>
      <description>Everything mentioned here has already been checked and is correct as stated.&lt;BR /&gt;&lt;BR /&gt;More ideas, please?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 May 2005 10:54:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-troubles/m-p/4900523#M45613</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-05-09T10:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail troubles</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-troubles/m-p/4900524#M45614</link>
      <description>put set -x into the sm-client startup script.&lt;BR /&gt;&lt;BR /&gt;start and stop sendmail&lt;BR /&gt;&lt;BR /&gt;service sendmail restart&lt;BR /&gt;&lt;BR /&gt;Collect and post/analyze the data.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 09 May 2005 10:58:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-troubles/m-p/4900524#M45614</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-05-09T10:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail troubles</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-troubles/m-p/4900525#M45615</link>
      <description>It appears that the issue has been resolved.&lt;BR /&gt;&lt;BR /&gt;One message that was appearing is that the / is world writable. I didn't put much stock in this message because I didn't change the / permissions and this is the permissions of the default install. (Fedora Core 3)&lt;BR /&gt;&lt;BR /&gt;To be honest I was somewhat heistant to make that change. I did make the change, from the / directory I did "chmod 755 .."&lt;BR /&gt;&lt;BR /&gt;The sendmail stuff seems to work now.&lt;BR /&gt;&lt;BR /&gt;Will this cause me some grief? Now or later?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 May 2005 11:34:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-troubles/m-p/4900525#M45615</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-05-09T11:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail troubles</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-troubles/m-p/4900526#M45616</link>
      <description>FC 3 ships very secure. There should not be permission issues on / directory.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 09 May 2005 11:47:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-troubles/m-p/4900526#M45616</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-05-09T11:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail troubles</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-troubles/m-p/4900527#M45617</link>
      <description>I will download new iso images.&lt;BR /&gt;Mine are setting incorrect perms&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Mon, 09 May 2005 12:18:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-troubles/m-p/4900527#M45617</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-05-09T12:18:55Z</dc:date>
    </item>
  </channel>
</rss>

