<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Page Hosting &#187; server security</title>
	<atom:link href="http://ffchapplications.com/category/server-security/feed" rel="self" type="application/rss+xml" />
	<link>http://ffchapplications.com</link>
	<description>Web Hosting &#124; Dedicated Server Hosting&#124; Cpanel Hosting &#124; VPS Hosting &#124; Windows Hosting &#124; Windows Reseller</description>
	<lastBuildDate>Sat, 30 Aug 2008 10:32:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Security in Linux</title>
		<link>http://ffchapplications.com/server-security/security-in-linux</link>
		<comments>http://ffchapplications.com/server-security/security-in-linux#comments</comments>
		<pubDate>Tue, 18 Mar 2008 17:19:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[server security]]></category>

		<guid isPermaLink="false">http://ffchapplications.com/?p=38</guid>
		<description><![CDATA[The following linux security document will help you to tweak on the linux server for the security stuff.
1. Exim.
Enable extended logging :
Add the following line in exim, below the first line recommended
log_selector = +address_rewrite +all_parents +arguments
+connection_reject +delay_delivery +delivery_size +dnslist_defer
+incoming_interface +incoming_port +lost_incoming_connection +queue_run
+received_sender +received_recipients +retry_defer +sender_on_delivery
+size_reject +skip_delivery +smtp_confirmation +smtp_connection
+smtp_protocol_error +smtp_syntax_error +subject +tls_cipher +tls_peerdn
+\
Fommail Trap
http://void.thunderteam.org/fm-trap.html
For Securing Exim [...]]]></description>
			<content:encoded><![CDATA[<p class="post-content">The following linux security document will help you to tweak on the linux server for the security stuff.</p>
<p>1. Exim.<br />
Enable extended logging :<br />
Add the following line in exim, below the first line recommended<br />
log_selector = +address_rewrite +all_parents +arguments<br />
+connection_reject +delay_delivery +delivery_size +dnslist_defer<br />
+incoming_interface +incoming_port +lost_incoming_connection +queue_run<br />
+received_sender +received_recipients +retry_defer +sender_on_delivery<br />
+size_reject +skip_delivery +smtp_confirmation +smtp_connection<br />
+smtp_protocol_error +smtp_syntax_error +subject +tls_cipher +tls_peerdn<br />
+\</p>
<p>Fommail Trap<br />
http://void.thunderteam.org/fm-trap.html</p>
<p>For Securing Exim i found this a Good resource<br />
http://www.rvskin.com/index.php?page=public/antispam</p>
<p>2. Httpd :</p>
<p>install mod_security<br />
install mod_dosevasive (causes problem with FP sometimes though)</p>
<p>3. PHP</p>
<p>disable_functions = “system,exec”</p>
<p>eAccelerator for PHP acceleration<br />
http://sourceforge.net/projects/eaccelerator</p>
<p>4. Some small recommended apps</p>
<p>Install BFD from rfxnetworks.net<br />
Install LSM from rfxnetworks.net<br />
APF from rfxnetworks.net ( since we have portsentry not really required )<br />
rkhunter can be found on www.rootkit.nl</p>
<p>5. cpanel script to disable compilers incase we have not done this yet<br />
/scripts/compilers off</p>
<p>6. MYSQL</p>
<p>mysql query cache<br />
vi /etc/my.cnf<br />
query-cache-type = 1<br />
query-cache-size = 100M<br />
100M can be changed according to how busy the server is</p>
<p>7. Securing some binaries</p>
<p>chmod 750 /usr/bin/rcp<br />
chmod 750 /usr/bin/wget<br />
chmod 750 /usr/bin/lynx<br />
chmod 750 /usr/bin/links<br />
chmod 750 /usr/bin/scp<br />
chmod 000 /etc/httpd/proxy/</p>
]]></content:encoded>
			<wfw:commentRss>http://ffchapplications.com/server-security/security-in-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
