<?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>ServerCommand.org &#187; CPanel + WHM</title>
	<atom:link href="http://ServerCommand.org/index.php/category/web-hosting/cpanel-whm/feed/" rel="self" type="application/rss+xml" />
	<link>http://ServerCommand.org</link>
	<description>Where Professionals Share The Tips &#38; Tricks Of The Trade</description>
	<lastBuildDate>Mon, 11 Jan 2010 13:28:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Changing Exim IP &#8211; Avoid Blacklist Issues</title>
		<link>http://ServerCommand.org/index.php/2009/07/changing-exim-ip-avoid-blacklist-issues/</link>
		<comments>http://ServerCommand.org/index.php/2009/07/changing-exim-ip-avoid-blacklist-issues/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 20:43:00 +0000</pubDate>
		<dc:creator>Lane</dc:creator>
				<category><![CDATA[CPanel + WHM]]></category>
		<category><![CDATA[Dedicated Servers]]></category>
		<category><![CDATA[Linux Servers]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://ServerCommand.org/?p=81</guid>
		<description><![CDATA[Changing the IP of Exim is not something everyone will want to do, but if you ever had your IP(s) blacklisted you will soon find out changing Exim to use an IP other than you primary is just a fact of life. In many cases changing to another IP on your dedicated server will get [...]]]></description>
			<content:encoded><![CDATA[<p>Changing the IP of Exim is not something everyone will want to do, but if you ever had your IP(s) blacklisted you will soon find out changing Exim to use an IP other than you primary is just a fact of life. In many cases changing to another IP on your dedicated server will get you by while you work to get the blacklist cleared on your IP.</p>
<p>It is very easy to do, you need only to SSH into your server and locate the following file: <strong>exim.conf</strong></p>
<p>You should be able to locate the Exim configuration file within your &#8220;etc&#8221; folder: /etc/exim.conf</p>
<p><span id="more-81"></span>Once you have found the exim.conf you will need to open it with a text editor nano or pico will work fine.</p>
<blockquote><p>pico /etc/exim.conf</p></blockquote>
<p>Once you have it open you will want to locate the following: (If you are using nano, &#8220;ctrl + w&#8221; will allow you to search for it)</p>
<blockquote><p>remote_smtp:<br />
driver = smtp</p></blockquote>
<p>You will need to add another line just below the &#8220;driver = smtp&#8221;, adding: interface = xxx.xxx.xxx : xxx.xxx.xxx.xxx</p>
<p>Once added, you should have this:</p>
<blockquote><p>remote_smtp:<br />
driver = smtp<br />
interface = xxx.xxx.xxx</p></blockquote>
<p>Make sure you replace the XXX with an IP on your server you would like to use. If you wish to use more than one IP you can separate them with a colon &#8220;:&#8221; like so:</p>
<blockquote><p>remote_smtp:<br />
driver = smtp<br />
interface = xxx.xxx.xxx : xxx.xxx.xxx.xxx</p></blockquote>
<p>Once you have edited the lines to match the above, you will need to save (ctrl + x) and then restart Exim.</p>
<blockquote><p>service exim restart</p></blockquote>
<p>Once Exim restarts you should now be sending emails out on the new IP address instead of the primary one on your server.</p>
<p><span style="color: #ff0000;"><span style="text-decoration: underline;"><strong>IMPORTANT NOTE:</strong></span></span></p>
<p>If you are a CPanel user, you will need to need to make a slightly different edit than the above. In your conf file you will have lines like this:</p>
<blockquote><p>remote_smtp:<br />
driver = smtp<br />
interface = ${if exists {/etc/mailips}{${lookup{$sender_address_domain}lsearch*{/etc/mailips}{$value}{}}}{}}</p></blockquote>
<p>You will need only to remove the &#8220;interface = ${if exists {/etc/mailips}{${lookup{$sender_address_domain}lsearch*{/etc/mailips}{$value}{}}}{}}&#8221; and replace it to make it match:</p>
<blockquote><p>remote_smtp:<br />
driver = smtp<br />
interface = xxx.xxx.xxx</p></blockquote>
<p>The other thing you will need to be careful of, if CPanel makes an update to Exim it will change your settings. So you will need to re-edit the conf files every now and then to keep it running on the IP of your choice. At this time I am not aware of anyway around this, though there is allot of talk on the CPanel Forums.</p>
<span class="sfforumlink"><a href="http://ServerCommand.org/index.php/forum/web-hosting/changing-exim-ip-avoid-blacklist-issues/"><img src="http://ServerCommand.org/wp-content/plugins/simple-forum/styles/icons/default/bloglink.png" alt="" /> Join the forum discussion on this post</a> - (1) Posts</span>]]></content:encoded>
			<wfw:commentRss>http://ServerCommand.org/index.php/2009/07/changing-exim-ip-avoid-blacklist-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Firewall For CPanel/WHM</title>
		<link>http://ServerCommand.org/index.php/2009/05/free-firewall-for-cpanelwhm/</link>
		<comments>http://ServerCommand.org/index.php/2009/05/free-firewall-for-cpanelwhm/#comments</comments>
		<pubDate>Wed, 20 May 2009 20:03:36 +0000</pubDate>
		<dc:creator>Lane</dc:creator>
				<category><![CDATA[CPanel + WHM]]></category>

		<guid isPermaLink="false">http://192.168.26.252/?p=16</guid>
		<description><![CDATA[One of the most important things you can do to your web server, is adding security to it in order to keep someone from hijacking it. Allot of us have learned this the hard way, having our web servers hacked opened our eyes to the requirement, that secuirty is very important.
One of the most important [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">One of the most important things you can do to your web server, is adding security to it in order to keep someone from hijacking it. Allot of us have learned this the hard way, having our web servers hacked opened our eyes to the requirement, that secuirty is very important.</p>
<p>One of the most important things in the security of your web server, is a firewall. Software firewalls are in most cases the best solution, as they are both cheap/free and a great defense against unwanted people and traffic. Most linux distros already have a firewall built into the OS, but using the commandline each time you need to make changes is always a hassle and not very user-friendly.</p>
<p><span id="more-16"></span></p>
<p>I have great news! There is a free firewall solution that can be easily installed to your linux CPanel/WHM web server and it is the best one out there.</p>
<p>I am speaking of ConfigServer&#8217;s &#8220;CSF&#8221; (<a href="http://www.configserver.com/cp/csf.html">http://www.configserver.com/cp/csf.html</a>)</p>
<p>CSF is everything you could want in a gui front-end that directly incorporates into your WHM control panel. Out of all the solutions I have used through the years, this is by far the best one out there. It is extremely easy to use, it incorporates many other modules for extra security and best of all, its FREE!</p>
<p>So why wait, secure your CPanel web server today with the best software firwall.</p>
<span class="sfforumlink"><a href="http://ServerCommand.org/index.php/forum/cpanel-whm/free-firewall-for-cpanelwhm/"><img src="http://ServerCommand.org/wp-content/plugins/simple-forum/styles/icons/default/bloglink.png" alt="" /> Join the forum discussion on this post</a> - (1) Posts</span>]]></content:encoded>
			<wfw:commentRss>http://ServerCommand.org/index.php/2009/05/free-firewall-for-cpanelwhm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
