<?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: Blocking an user all outgoing mails in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/blocking-an-user-all-outgoing-mails/m-p/3497595#M845925</link>
    <description>Actually for the sendmail part, its probably easier to add a line to the /etc/mail/access&lt;BR /&gt;&lt;BR /&gt;username@hostname REJECT&lt;BR /&gt;&lt;BR /&gt;Thats tab delimited.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hpux.ws/buildmail.hpux.text" target="_blank"&gt;http://www.hpux.ws/buildmail.hpux.text&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This script will help you build the sendmail macro file to implement the access file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good Luck,&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Sun, 06 Mar 2005 15:18:08 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-03-06T15:18:08Z</dc:date>
    <item>
      <title>Blocking an user all outgoing mails</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/blocking-an-user-all-outgoing-mails/m-p/3497590#M845920</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have HP-UX 11i running with sendmail 8.9.3&lt;BR /&gt;&lt;BR /&gt;By using DS macro in sendmail, I relay all my email trafiic to an exchange server.&lt;BR /&gt;&lt;BR /&gt;Now my requirement is to block all outgoing mails of a particular user in this server otherthan restricting in exchange server. Whats the best workaround?&lt;BR /&gt;&lt;BR /&gt;PS:This server is not used to receive any incoming mail traffic.&lt;BR /&gt;&lt;BR /&gt;ATB&lt;BR /&gt;Sudhakar</description>
      <pubDate>Fri, 04 Mar 2005 03:55:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/blocking-an-user-all-outgoing-mails/m-p/3497590#M845920</guid>
      <dc:creator>Sudhakar.J</dc:creator>
      <dc:date>2005-03-04T03:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking an user all outgoing mails</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/blocking-an-user-all-outgoing-mails/m-p/3497591#M845921</link>
      <description>I don't know a lot about MS Exchange, but if you were to manage to keep the user from using any mail programs, would they be allowed to "telnet exchange 25&lt;BR /&gt;ehlo hpuxhost&lt;BR /&gt;mail from: user@domain..."&lt;BR /&gt;to send en email using their shell on the hpux box?&lt;BR /&gt;&lt;BR /&gt;-denver</description>
      <pubDate>Fri, 04 Mar 2005 05:46:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/blocking-an-user-all-outgoing-mails/m-p/3497591#M845921</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2005-03-04T05:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking an user all outgoing mails</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/blocking-an-user-all-outgoing-mails/m-p/3497592#M845922</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply.&lt;BR /&gt;&lt;BR /&gt;Mails will be sent thru ORACLE APPLICATIONS&lt;BR /&gt;not from shell prompt.&lt;BR /&gt;&lt;BR /&gt;Soo dont have to worry about hacking.&lt;BR /&gt;&lt;BR /&gt;Prime reuiqrement is to block all outgoing mails of these APPLICATION users.&lt;BR /&gt;&lt;BR /&gt;ATB&lt;BR /&gt;Sudhakar</description>
      <pubDate>Fri, 04 Mar 2005 20:28:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/blocking-an-user-all-outgoing-mails/m-p/3497592#M845922</guid>
      <dc:creator>Sudhakar.J</dc:creator>
      <dc:date>2005-03-04T20:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking an user all outgoing mails</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/blocking-an-user-all-outgoing-mails/m-p/3497593#M845923</link>
      <description>Then I'd say the best answer is to program the Oracle application to disallow them from sending mail...&lt;BR /&gt;&lt;BR /&gt;Mic</description>
      <pubDate>Sun, 06 Mar 2005 14:34:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/blocking-an-user-all-outgoing-mails/m-p/3497593#M845923</guid>
      <dc:creator>Mic V.</dc:creator>
      <dc:date>2005-03-06T14:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking an user all outgoing mails</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/blocking-an-user-all-outgoing-mails/m-p/3497594#M845924</link>
      <description>If the user has an os account then you do the following:&lt;BR /&gt;&lt;BR /&gt;add a group called nomail&lt;BR /&gt;&lt;BR /&gt;change the users primary group to nomail in /etc/groups or with sam&lt;BR /&gt;&lt;BR /&gt;change permissions on the sendmail binary to disallow access if not in the same group&lt;BR /&gt;&lt;BR /&gt;chmod g-x sendmail&lt;BR /&gt;&lt;BR /&gt;This may impact other users.&lt;BR /&gt;&lt;BR /&gt;If this is an oracle user sending mail out of an oracle application:&lt;BR /&gt;&lt;BR /&gt;1) shelling out, oracle provides no environment, there should be no way of using the sendmail binary other than the mail product oracle provides.&lt;BR /&gt;&lt;BR /&gt;2) Item 1 being true, working the oracle applicaiton over is a better option.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 06 Mar 2005 15:06:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/blocking-an-user-all-outgoing-mails/m-p/3497594#M845924</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-03-06T15:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Blocking an user all outgoing mails</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/blocking-an-user-all-outgoing-mails/m-p/3497595#M845925</link>
      <description>Actually for the sendmail part, its probably easier to add a line to the /etc/mail/access&lt;BR /&gt;&lt;BR /&gt;username@hostname REJECT&lt;BR /&gt;&lt;BR /&gt;Thats tab delimited.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hpux.ws/buildmail.hpux.text" target="_blank"&gt;http://www.hpux.ws/buildmail.hpux.text&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This script will help you build the sendmail macro file to implement the access file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good Luck,&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 06 Mar 2005 15:18:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/blocking-an-user-all-outgoing-mails/m-p/3497595#M845925</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-03-06T15:18:08Z</dc:date>
    </item>
  </channel>
</rss>

