<?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: Secure My Server in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/secure-my-server/m-p/3506879#M16746</link>
    <description>Most important:&lt;BR /&gt;&lt;BR /&gt;iptables. Make sure all ports other than 25 and others you need open are locked down tight and hard.&lt;BR /&gt;&lt;BR /&gt;People will use other ports to try and abuse httpd and mail servers and relay spam and just bring your kernel down. They do this for kicks, fun.&lt;BR /&gt;&lt;BR /&gt;The best place to block mail is in the /etc/mail/access file.&lt;BR /&gt;&lt;BR /&gt;Then you need to do m4 macro generation to genreate a sendmail.cf script to apply these file entries to your setup.&lt;BR /&gt;&lt;BR /&gt;Blocking by country is difficult and probably fuitile. There is no way to know who gets wha t IP address.&lt;BR /&gt;&lt;BR /&gt;If this is a spam issue, note that its a good idea to reject mail from those that have no reverse dns lookups. I do it, aol does it and it makes  a lot of sense. &lt;BR /&gt;&lt;BR /&gt;Most spam comes from relay servers set up by viruses spread by the spammers. Joe Schmoe's pc is taken over or running an open relay and all the spammers start using it until poor Joe loses his ISP connection for spamming (not). &lt;BR /&gt;&lt;BR /&gt;You can actually limit attachments by using a web based mail solution like squirrelmail. Just adjust down the attachment limit. You can also block by extension, squirrelmail even has a limited function plugin to scan for viruses.&lt;BR /&gt;&lt;BR /&gt;Let me know if any of the approaches above require elaboration and I will do so.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Fri, 18 Mar 2005 08:52:51 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-03-18T08:52:51Z</dc:date>
    <item>
      <title>Secure My Server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/secure-my-server/m-p/3506871#M16738</link>
      <description>We block mail from all areas outside of the US.&lt;BR /&gt;Our CEO wanted to get mail from overseas. So we created a new mail domain for the big boss's. We put a Linux RH9 server running sendmail inside our network as a relay. So our exchange server points overseas mail to the linux box and tehn forwards it to the bosses.&lt;BR /&gt;We have a pix in fron the the network, but if a spoofed email comes through the pix might let it through. I feel this is a security issue:&lt;BR /&gt;&lt;BR /&gt;Question,, what would you all do out there to the Linux server to make it very secure. All I need is sendmail running. I know I can stop ftp and ssh and stuff like that. I am looking for more help....</description>
      <pubDate>Thu, 17 Mar 2005 09:23:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/secure-my-server/m-p/3506871#M16738</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2005-03-17T09:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Secure My Server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/secure-my-server/m-p/3506872#M16739</link>
      <description>port 25 is open for sendmail on the linux server. Is there anything xtra I can do to limit port access or anything like that?</description>
      <pubDate>Thu, 17 Mar 2005 09:31:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/secure-my-server/m-p/3506872#M16739</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2005-03-17T09:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Secure My Server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/secure-my-server/m-p/3506873#M16740</link>
      <description>Robert,  &lt;BR /&gt;&lt;BR /&gt;I don't believe that limiting your mail server for accept only US mail is good policy.&lt;BR /&gt;The first thing - you should configure and support your server in secure way. And you have enough crackers in US, you know :-)&lt;BR /&gt;&lt;BR /&gt;So I  suggest you to take *supported* Linux evrsion, for example RHEL3.0 or 4 and don't use old and unsupported RHL9.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Mar 2005 10:18:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/secure-my-server/m-p/3506873#M16740</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2005-03-17T10:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Secure My Server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/secure-my-server/m-p/3506874#M16741</link>
      <description>I understand and respect your reply. However, this is what we have to use for a temp solution. So I am tasked with making it as secure as possible. Any ideas?</description>
      <pubDate>Thu, 17 Mar 2005 10:20:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/secure-my-server/m-p/3506874#M16741</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2005-03-17T10:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Secure My Server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/secure-my-server/m-p/3506875#M16742</link>
      <description>You should run secure [== up to date] version of sendmail.&lt;BR /&gt;&lt;BR /&gt;As for RHL9 - you can or use some project [Fedora Legacy?] which produces patches for old RHL;&lt;BR /&gt;or install sendmail using latest stable version from sendmail site.&lt;BR /&gt;&lt;BR /&gt;As for sendmail secure configuration - you may use any linux/sendmail book for learning or use  this article as start point &lt;A href="http://www.itworld.com/nl/unix_insider/03032005/" target="_blank"&gt;http://www.itworld.com/nl/unix_insider/03032005/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and continue to &lt;A href="http://sendmail.org" target="_blank"&gt;http://sendmail.org&lt;/A&gt; [ Primary resources for learning about sendmail  &amp;amp; Resources for learning more about sendmail]&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Mar 2005 10:50:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/secure-my-server/m-p/3506875#M16742</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2005-03-17T10:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Secure My Server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/secure-my-server/m-p/3506876#M16743</link>
      <description>Hi Robert,&lt;BR /&gt;&lt;BR /&gt;some more points to make RHL more secure:&lt;BR /&gt;&lt;BR /&gt;1. configure iptables firewall to allow only port 25 traffic, from specific source to specific destination.tighten it by adding antispoofing rules.&lt;BR /&gt;&lt;BR /&gt;2. tighten the sendmail by making rules to relay only for specific hosts.there are so many feature in sendmail you can configure for more security, read sendmail documents for it.&lt;BR /&gt;&lt;BR /&gt;3. if you want, you can install MailScanner in conjunction with sendmail and use an antivirus &amp;amp; spamassassin with it, for stoping spam &amp;amp; virus mails coming inside.</description>
      <pubDate>Thu, 17 Mar 2005 23:51:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/secure-my-server/m-p/3506876#M16743</guid>
      <dc:creator>kcpant</dc:creator>
      <dc:date>2005-03-17T23:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Secure My Server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/secure-my-server/m-p/3506877#M16744</link>
      <description>strange going on.... also exchange is not secure at all and the pop3 connector is like the hell.&lt;BR /&gt;&lt;BR /&gt;first: use ONE mail server not TWO - fewer security issues!&lt;BR /&gt;&lt;BR /&gt;second: why do you don't want to communicate with me - i'm coming from germany. blocking email is silly, rejecting is also strange. how do you select &lt;BR /&gt;&lt;BR /&gt;use spamassasin and a harden linux mail server with iptables running.&lt;BR /&gt;&lt;BR /&gt;bye peter</description>
      <pubDate>Fri, 18 Mar 2005 06:12:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/secure-my-server/m-p/3506877#M16744</guid>
      <dc:creator>peter demus</dc:creator>
      <dc:date>2005-03-18T06:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Secure My Server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/secure-my-server/m-p/3506878#M16745</link>
      <description>&lt;BR /&gt;Hi. I agree with Mr Karasik that this sounds like a strange solution. &lt;BR /&gt;&lt;BR /&gt;However, if you go ahead you could try using the Bastille script &lt;A href="http://www.bastille-linux.org" target="_blank"&gt;http://www.bastille-linux.org&lt;/A&gt; for tightening the OS and reducing the exponation of servers on your machine. &lt;BR /&gt;&lt;BR /&gt;Also, you may concider using another mail transfer agent as a more secure drop-in replacement for sendmail. Qmail &lt;A href="http://www.qmail.org/" target="_blank"&gt;http://www.qmail.org/&lt;/A&gt; is widely respected for security. Wietse Venema's Postfix server &lt;A href="http://www.postfix.org/" target="_blank"&gt;http://www.postfix.org/&lt;/A&gt; is supposedly also more secure than Sendmail. Postfix first choice on my servers.&lt;BR /&gt;&lt;BR /&gt;Both of these MTA's supports loads of additional plugins like the Amavis virus scanner and the SpamAssassin spam killer engine. See &lt;A href="http://www.postfix.org/addon.html" target="_blank"&gt;http://www.postfix.org/addon.html&lt;/A&gt; for more info on the addons.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Mar 2005 06:19:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/secure-my-server/m-p/3506878#M16745</guid>
      <dc:creator>Karsten Breivik_1</dc:creator>
      <dc:date>2005-03-18T06:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: Secure My Server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/secure-my-server/m-p/3506879#M16746</link>
      <description>Most important:&lt;BR /&gt;&lt;BR /&gt;iptables. Make sure all ports other than 25 and others you need open are locked down tight and hard.&lt;BR /&gt;&lt;BR /&gt;People will use other ports to try and abuse httpd and mail servers and relay spam and just bring your kernel down. They do this for kicks, fun.&lt;BR /&gt;&lt;BR /&gt;The best place to block mail is in the /etc/mail/access file.&lt;BR /&gt;&lt;BR /&gt;Then you need to do m4 macro generation to genreate a sendmail.cf script to apply these file entries to your setup.&lt;BR /&gt;&lt;BR /&gt;Blocking by country is difficult and probably fuitile. There is no way to know who gets wha t IP address.&lt;BR /&gt;&lt;BR /&gt;If this is a spam issue, note that its a good idea to reject mail from those that have no reverse dns lookups. I do it, aol does it and it makes  a lot of sense. &lt;BR /&gt;&lt;BR /&gt;Most spam comes from relay servers set up by viruses spread by the spammers. Joe Schmoe's pc is taken over or running an open relay and all the spammers start using it until poor Joe loses his ISP connection for spamming (not). &lt;BR /&gt;&lt;BR /&gt;You can actually limit attachments by using a web based mail solution like squirrelmail. Just adjust down the attachment limit. You can also block by extension, squirrelmail even has a limited function plugin to scan for viruses.&lt;BR /&gt;&lt;BR /&gt;Let me know if any of the approaches above require elaboration and I will do so.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 18 Mar 2005 08:52:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/secure-my-server/m-p/3506879#M16746</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-03-18T08:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Secure My Server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/secure-my-server/m-p/3506880#M16747</link>
      <description>Hi, Robert,&lt;BR /&gt;&lt;BR /&gt;I appreciate that you're thinking about security.  I wish security-consciousness was more widespread. &lt;BR /&gt;&lt;BR /&gt;I think the advice offered here is excellent.  A couple of possible additions:  &lt;BR /&gt;- if you mean Cisco PIX, my personal opinion is that you might like an application proxy better (last I knew, PIX was a packet filter type, correct me if I'm wrong)&lt;BR /&gt;- I assume your sendmail config makes use of RBLs; if not, it would be something to try for spam reduction&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mic&lt;BR /&gt;</description>
      <pubDate>Sat, 19 Mar 2005 15:15:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/secure-my-server/m-p/3506880#M16747</guid>
      <dc:creator>Mic V.</dc:creator>
      <dc:date>2005-03-19T15:15:09Z</dc:date>
    </item>
  </channel>
</rss>

