<?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 how to restrict local user sending external mail? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-restrict-local-user-sending-external-mail/m-p/3070771#M6660</link>
    <description>how can i restrict some of my local user to send external mail but shloud be able to send internally and receive both internal nad external mail using sendmail.</description>
    <pubDate>Mon, 15 Sep 2003 04:42:37 GMT</pubDate>
    <dc:creator>qmesbah</dc:creator>
    <dc:date>2003-09-15T04:42:37Z</dc:date>
    <item>
      <title>how to restrict local user sending external mail?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-restrict-local-user-sending-external-mail/m-p/3070771#M6660</link>
      <description>how can i restrict some of my local user to send external mail but shloud be able to send internally and receive both internal nad external mail using sendmail.</description>
      <pubDate>Mon, 15 Sep 2003 04:42:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-restrict-local-user-sending-external-mail/m-p/3070771#M6660</guid>
      <dc:creator>qmesbah</dc:creator>
      <dc:date>2003-09-15T04:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to restrict local user sending external mail?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-restrict-local-user-sending-external-mail/m-p/3070772#M6661</link>
      <description>check out this URL :&lt;BR /&gt;&lt;A href="http://www.sendmail.org/~ca/email/restrict.html" target="_blank"&gt;http://www.sendmail.org/~ca/email/restrict.html&lt;/A&gt;</description>
      <pubDate>Mon, 15 Sep 2003 08:45:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-restrict-local-user-sending-external-mail/m-p/3070772#M6661</guid>
      <dc:creator>Patrick Van Humbeeck</dc:creator>
      <dc:date>2003-09-15T08:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to restrict local user sending external mail?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-restrict-local-user-sending-external-mail/m-p/3070773#M6662</link>
      <description>You can also use an IPtables rule, if you set one up :&lt;BR /&gt;&lt;BR /&gt;(assuming your internal network is 10.0.0.0/24) :&lt;BR /&gt;&lt;BR /&gt;iptables -A input -s 10.0.0.0/24 -d 10.0.0.0/24 -dport 25 -j ACCEPT #accepts packets coming from your internal net to your internal net, and asking for port 25 &lt;BR /&gt;iptables -A input -s 10.0.0.0/24 -dport 25 -J DROP # refuses packets coming from your internal net and going elsewhere for port 25&lt;BR /&gt;&lt;BR /&gt;You can also improve this of course using ports 110 and 143 if required (pop and imap).&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Mon, 15 Sep 2003 15:51:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-restrict-local-user-sending-external-mail/m-p/3070773#M6662</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-09-15T15:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to restrict local user sending external mail?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-restrict-local-user-sending-external-mail/m-p/3070774#M6663</link>
      <description>Thanks Patrick &amp;amp; Henry,&lt;BR /&gt;i had tried -&lt;A href="http://www.sendmail.org/~ca/email/restrict.html" target="_blank"&gt;http://www.sendmail.org/~ca/email/restrict.html&lt;/A&gt; &lt;BR /&gt;but don't know why it's not working. there is no error message.&lt;BR /&gt;Patrick, would you please tell me where should i make change in these rules.</description>
      <pubDate>Tue, 16 Sep 2003 11:42:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-restrict-local-user-sending-external-mail/m-p/3070774#M6663</guid>
      <dc:creator>qmesbah</dc:creator>
      <dc:date>2003-09-16T11:42:17Z</dc:date>
    </item>
  </channel>
</rss>

