<?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/Elm getting errors in mail.log for specific user in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-elm-getting-errors-in-mail-log-for-specific-user/m-p/4929123#M808101</link>
    <description>elm uses sendmail as a transport(MTA). Permissions need to be read only to the world for that to happen on the database files(aliases.db for example).&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Mon, 26 Sep 2005 14:27:56 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-09-26T14:27:56Z</dc:date>
    <item>
      <title>Sendmail/Elm getting errors in mail.log for specific user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-elm-getting-errors-in-mail-log-for-specific-user/m-p/4929120#M808098</link>
      <description>We're trying to figure out why a specific user when attempting to send mail is getting a "permission denied error".   We send as root and all works well.  Then we try another user and we get the following messages in the mail.log:&lt;BR /&gt;&lt;BR /&gt; hash map "Alias0": unsafe map file /etc/mail/aliases.db: Permission denied&lt;BR /&gt;hash map "Alias0": unsafe map file /etc/mail/aliases.db: Permission denied&lt;BR /&gt;queuename: Cannot create "qfNAA23979" in "/var/spool/mqueue" (euid=155): Permission denied&lt;BR /&gt;&lt;BR /&gt;We're having a hard time understanding what we have to do to correct this???  Would anyone know what this could be?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;-Ken&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Sep 2005 13:37:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-elm-getting-errors-in-mail-log-for-specific-user/m-p/4929120#M808098</guid>
      <dc:creator>KPS</dc:creator>
      <dc:date>2005-09-26T13:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail/Elm getting errors in mail.log for specific user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-elm-getting-errors-in-mail-log-for-specific-user/m-p/4929121#M808099</link>
      <description>Permissions:ownerships&lt;BR /&gt;&lt;BR /&gt;555   bin:bin   /var&lt;BR /&gt;755   root:sys  /var/spool&lt;BR /&gt;755   bin:bin   /var/spool/mqueue&lt;BR /&gt;&lt;BR /&gt;755   reoot:root   /etc&lt;BR /&gt;555   bin:bin      /etc/mail&lt;BR /&gt;640   root:bin     /etc/mail/aliases.db&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Sep 2005 13:50:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-elm-getting-errors-in-mail-log-for-specific-user/m-p/4929121#M808099</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-09-26T13:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail/Elm getting errors in mail.log for specific user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-elm-getting-errors-in-mail-log-for-specific-user/m-p/4929122#M808100</link>
      <description>It's most likely to do with permissions on few files and directories&lt;BR /&gt;&lt;BR /&gt;Here is complete list&lt;BR /&gt;RESOLUTION&lt;BR /&gt;&lt;BR /&gt;The following information lists the Sendmail-related files and&lt;BR /&gt;directories, as well as their associated permissions:&lt;BR /&gt;&lt;BR /&gt; Filename/Description         Permissions        Owner    Group&lt;BR /&gt; --------------------         -----------        ------   -----&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/sendmail             r-sr-sr-t          root     mail&lt;BR /&gt;(Sendmail executable file)&lt;BR /&gt;&lt;BR /&gt;/etc/mail                      r-xr-xr-x          bin      bin&lt;BR /&gt;(Sendmail configuration/&lt;BR /&gt;database directory)&lt;BR /&gt;&lt;BR /&gt;/etc/mail/sendmail.cf          r--r--r--          bin      bin&lt;BR /&gt;(Sendmail configuration file)&lt;BR /&gt;&lt;BR /&gt;/etc/mail/aliases              rw-r--r--          root     sys&lt;BR /&gt;(Aliases source file)&lt;BR /&gt;&lt;BR /&gt;/etc/passwd                    r--r--r--          root     sys&lt;BR /&gt;(Password file)&lt;BR /&gt;&lt;BR /&gt;/etc/resolv.conf               rw-r--r--          root     sys&lt;BR /&gt;&lt;BR /&gt;/etc/nsswitch.conf             r--r--r--          root     sys&lt;BR /&gt;(Nsswitch system call opens)&lt;BR /&gt;&lt;BR /&gt;/var/spool/mqueue              rwxr-xr-x          bin      bin&lt;BR /&gt;(Default queue directory)&lt;BR /&gt;&lt;BR /&gt;/var/spool/mqueue/df*          rw--------         root     mail&lt;BR /&gt;(Message Data file)&lt;BR /&gt;&lt;BR /&gt;/var/spool/mqueue/qf*          rw--------         root     mail&lt;BR /&gt;(Message control/queue file)&lt;BR /&gt;&lt;BR /&gt;/var/mail                      rwxrwxr-x          bin      mail&lt;BR /&gt;(User's mailbox directory)&lt;BR /&gt;&lt;BR /&gt;/var/tmp                       rwxrwxrwx          bin      bin&lt;BR /&gt;(Temp directory)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-USA..</description>
      <pubDate>Mon, 26 Sep 2005 13:55:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-elm-getting-errors-in-mail-log-for-specific-user/m-p/4929122#M808100</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2005-09-26T13:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail/Elm getting errors in mail.log for specific user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-elm-getting-errors-in-mail-log-for-specific-user/m-p/4929123#M808101</link>
      <description>elm uses sendmail as a transport(MTA). Permissions need to be read only to the world for that to happen on the database files(aliases.db for example).&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 26 Sep 2005 14:27:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-elm-getting-errors-in-mail-log-for-specific-user/m-p/4929123#M808101</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-09-26T14:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail/Elm getting errors in mail.log for specific user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-elm-getting-errors-in-mail-log-for-specific-user/m-p/4929124#M808102</link>
      <description>/usr/sbin/sendmail looks different than what you indicate here should be /usr/sbin/sendmail r-sr-sr-t root mail&lt;BR /&gt;&lt;BR /&gt;That could be it.   My /usr/sbin/sendmail is set to 755.  &lt;BR /&gt;&lt;BR /&gt;How do i go about setting that permission setting on that file with chmod?  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Sep 2005 14:42:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-elm-getting-errors-in-mail-log-for-specific-user/m-p/4929124#M808102</guid>
      <dc:creator>KPS</dc:creator>
      <dc:date>2005-09-26T14:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail/Elm getting errors in mail.log for specific user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-elm-getting-errors-in-mail-log-for-specific-user/m-p/4929125#M808103</link>
      <description>Hi Ken:&lt;BR /&gt;&lt;BR /&gt;To set the permissions to "r-sr-sr-t" do:&lt;BR /&gt;&lt;BR /&gt;# chmod 7555 file&lt;BR /&gt;&lt;BR /&gt;See the manpages for 'chmod' for more explanation.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 26 Sep 2005 14:46:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-elm-getting-errors-in-mail-log-for-specific-user/m-p/4929125#M808103</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-09-26T14:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail/Elm getting errors in mail.log for specific user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-elm-getting-errors-in-mail-log-for-specific-user/m-p/4929126#M808104</link>
      <description>That did it, setting /usr/bin/sendmail to 7555 changed the symptom.   Thanks everyone.   Now we have to figure out who/what changed the permissions on this.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks again....&lt;BR /&gt;&lt;BR /&gt;-KPS</description>
      <pubDate>Mon, 26 Sep 2005 14:51:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-elm-getting-errors-in-mail-log-for-specific-user/m-p/4929126#M808104</guid>
      <dc:creator>KPS</dc:creator>
      <dc:date>2005-09-26T14:51:02Z</dc:date>
    </item>
  </channel>
</rss>

