<?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: Oracle sendmail queue denied in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sendmail-queue-denied/m-p/2534484#M890282</link>
    <description>4000  (= u=s)  Set user ID on file execution (file only)&lt;BR /&gt;2000  (= g=s)  Set group ID on file execution (file only)&lt;BR /&gt;1000  (= u=t)  Set sticky bit; save text image after execution (a.k.a. leave it in memory 'cause it'll probably get used alot)&lt;BR /&gt;Add 'em up to get the 7000.  Add that to 555 to get 7555.&lt;BR /&gt;</description>
    <pubDate>Wed, 30 May 2001 14:33:19 GMT</pubDate>
    <dc:creator>Christopher Caldwell</dc:creator>
    <dc:date>2001-05-30T14:33:19Z</dc:date>
    <item>
      <title>Oracle sendmail queue denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sendmail-queue-denied/m-p/2534475#M890273</link>
      <description>I would like to have guru help with sendmail for client:&lt;BR /&gt;&lt;BR /&gt;Sendmail for root is working fine, but for user Oracle I have problem as:&lt;BR /&gt;&lt;BR /&gt;"Oracle &amp;gt;queuename: Cannot create "qfJAA04903" in "/var/spool/mqueue" (euid=101&lt;BR /&gt;): Permission denied"&lt;BR /&gt;&lt;BR /&gt;The /var/spoo/mqueue is 755 bin/bin.&lt;BR /&gt;&lt;BR /&gt;What is problem?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot!&lt;BR /&gt;&lt;BR /&gt;Steven&lt;BR /&gt;</description>
      <pubDate>Wed, 30 May 2001 13:00:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sendmail-queue-denied/m-p/2534475#M890273</guid>
      <dc:creator>Steven Chen_1</dc:creator>
      <dc:date>2001-05-30T13:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle sendmail queue denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sendmail-queue-denied/m-p/2534476#M890274</link>
      <description>How are you invoking sendmail (what's the mail client)?</description>
      <pubDate>Wed, 30 May 2001 13:05:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sendmail-queue-denied/m-p/2534476#M890274</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2001-05-30T13:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle sendmail queue denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sendmail-queue-denied/m-p/2534477#M890275</link>
      <description>I use date|sendmail -v my@dom to test from Oracle user.&lt;BR /&gt;&lt;BR /&gt;root user is fine.&lt;BR /&gt;&lt;BR /&gt;Or maybe something is missing.  I grep sendmail daemon as:&lt;BR /&gt;"quarry #ps -ef|grep sendmail&lt;BR /&gt;    root  4760     1  0 09:13:58 ?         0:00 sendmail: accepting connections"&lt;BR /&gt;&lt;BR /&gt;I have done /sbin/init.d/sendmail start.&lt;BR /&gt;</description>
      <pubDate>Wed, 30 May 2001 13:10:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sendmail-queue-denied/m-p/2534477#M890275</guid>
      <dc:creator>Steven Chen_1</dc:creator>
      <dc:date>2001-05-30T13:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle sendmail queue denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sendmail-queue-denied/m-p/2534478#M890276</link>
      <description>How about the results of&lt;BR /&gt;&lt;BR /&gt;ll /usr/sbin/sendmail</description>
      <pubDate>Wed, 30 May 2001 13:35:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sendmail-queue-denied/m-p/2534478#M890276</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2001-05-30T13:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle sendmail queue denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sendmail-queue-denied/m-p/2534479#M890277</link>
      <description>Chris,&lt;BR /&gt;&lt;BR /&gt;It is &lt;BR /&gt;"Server #  ll /usr/sbin/sendmail&lt;BR /&gt;-rwxr-xr-x   1 root       mail        344064 Jun  7  1996 /usr/sbin/sendmail"</description>
      <pubDate>Wed, 30 May 2001 13:41:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sendmail-queue-denied/m-p/2534479#M890277</guid>
      <dc:creator>Steven Chen_1</dc:creator>
      <dc:date>2001-05-30T13:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle sendmail queue denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sendmail-queue-denied/m-p/2534480#M890278</link>
      <description>Your sendmail isn't setuid, so it can't change uid from oracle to root to get permission to write to the mail queue.&lt;BR /&gt;&lt;BR /&gt;Stock HP permissions are&lt;BR /&gt;$ ll /usr/sbin/sendmail&lt;BR /&gt;-r-sr-sr-t   1 root       mail        409600 Feb 26  1999 /usr/sbin/sendmail&lt;BR /&gt;$ ll -d /var/spool/mqueue&lt;BR /&gt;drwxr-xr-x   2 bin        bin          54272 May 30 10:48 /var/spool/mqueue&lt;BR /&gt;</description>
      <pubDate>Wed, 30 May 2001 13:50:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sendmail-queue-denied/m-p/2534480#M890278</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2001-05-30T13:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle sendmail queue denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sendmail-queue-denied/m-p/2534481#M890279</link>
      <description>Chris,&lt;BR /&gt;&lt;BR /&gt;Could you please tell me how to change them?   The problem came from yesterday after /usr permission was 444 (accident), then recovered.&lt;BR /&gt;&lt;BR /&gt;Something are missing then.  &lt;BR /&gt;&lt;BR /&gt;Please help.</description>
      <pubDate>Wed, 30 May 2001 13:56:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sendmail-queue-denied/m-p/2534481#M890279</guid>
      <dc:creator>Steven Chen_1</dc:creator>
      <dc:date>2001-05-30T13:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle sendmail queue denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sendmail-queue-denied/m-p/2534482#M890280</link>
      <description>chmod 7555 /usr/sbin/sendmail</description>
      <pubDate>Wed, 30 May 2001 14:14:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sendmail-queue-denied/m-p/2534482#M890280</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2001-05-30T14:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle sendmail queue denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sendmail-queue-denied/m-p/2534483#M890281</link>
      <description>Chris,&lt;BR /&gt;&lt;BR /&gt;Thank you very much and it works!&lt;BR /&gt;&lt;BR /&gt;Can you tell me more what 7 means here (7555)?  I am missing sth.&lt;BR /&gt;&lt;BR /&gt;Steven</description>
      <pubDate>Wed, 30 May 2001 14:20:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sendmail-queue-denied/m-p/2534483#M890281</guid>
      <dc:creator>Steven Chen_1</dc:creator>
      <dc:date>2001-05-30T14:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle sendmail queue denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sendmail-queue-denied/m-p/2534484#M890282</link>
      <description>4000  (= u=s)  Set user ID on file execution (file only)&lt;BR /&gt;2000  (= g=s)  Set group ID on file execution (file only)&lt;BR /&gt;1000  (= u=t)  Set sticky bit; save text image after execution (a.k.a. leave it in memory 'cause it'll probably get used alot)&lt;BR /&gt;Add 'em up to get the 7000.  Add that to 555 to get 7555.&lt;BR /&gt;</description>
      <pubDate>Wed, 30 May 2001 14:33:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sendmail-queue-denied/m-p/2534484#M890282</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2001-05-30T14:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle sendmail queue denied</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sendmail-queue-denied/m-p/2534485#M890283</link>
      <description>Chris,&lt;BR /&gt;&lt;BR /&gt;Thank you very much for the decent help.&lt;BR /&gt;&lt;BR /&gt;I have the similar situation on lp.   I re-create network printer via sam, and print job is just hung  (all after /usr error before).&lt;BR /&gt;&lt;BR /&gt;Checking /usr/bin/lp*, I get:&lt;BR /&gt;&lt;BR /&gt;"-r-sr-sr-t   1 root       bin          45056 Oct 26  1998 lp&lt;BR /&gt;-r-sr-sr-t   1 root       bin          36864 Oct 26  1998 lpalt&lt;BR /&gt;-rwxr-xr-x   1 bin        bin            621 May 30  1996 lpr&lt;BR /&gt;-r-sr-sr-t   1 lp         bin          49152 Oct 26  1998 lpstat"&lt;BR /&gt;&lt;BR /&gt;/etc/lp:&lt;BR /&gt;"drwxr-xr-x   2 lp         bin             96 Mar 30  1998 cinterface&lt;BR /&gt;drwxr-xr-x   2 lp         bin             96 May 30 10:38 class&lt;BR /&gt;drwxr-xr-x   2 lp         bin             96 Mar  5  1997 info&lt;BR /&gt;drwxr-xr-x   3 lp         bin             96 May 30 10:39 interface&lt;BR /&gt;drwxr-xr-x   2 lp         bin             96 May 30 10:39 member&lt;BR /&gt;drwxr-xr-x   2 lp         bin             96 Mar 30  1998 sinterface"&lt;BR /&gt;&lt;BR /&gt;There should be somewhere not right.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot,&lt;BR /&gt;&lt;BR /&gt;Steven</description>
      <pubDate>Wed, 30 May 2001 15:50:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-sendmail-queue-denied/m-p/2534485#M890283</guid>
      <dc:creator>Steven Chen_1</dc:creator>
      <dc:date>2001-05-30T15:50:19Z</dc:date>
    </item>
  </channel>
</rss>

