<?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>Auroral &#187; cPanel</title>
	<atom:link href="http://auroral.co.uk/tag/cpanel/feed/" rel="self" type="application/rss+xml" />
	<link>http://auroral.co.uk</link>
	<description>Characteristic of the dawn &#34;a dim auroral glow&#34;</description>
	<lastBuildDate>Mon, 30 Jan 2012 22:32:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Removing cPanel Catch All E-mail</title>
		<link>http://auroral.co.uk/2009/09/07/removing-cpanel-catch-all-e-mail/</link>
		<comments>http://auroral.co.uk/2009/09/07/removing-cpanel-catch-all-e-mail/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 16:21:46 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[E-mail]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[catch all]]></category>
		<category><![CDATA[cPanel]]></category>

		<guid isPermaLink="false">http://auroral.co.uk/2009/09/07/removing-cpanel-catch-all-e-mail/</guid>
		<description><![CDATA[So your using cPanel and you&#8217;ve got a ton of spam sitting in it using up valuable server resources, you&#8217;ve Googled the problem and found out how to disable the catch all address but still it&#8217;s showing that the mail exists and is wasting space.
For those looking to turn off the catch all address first, [...]]]></description>
			<content:encoded><![CDATA[<p>So your using cPanel and you&#8217;ve got a ton of spam sitting in it using up valuable server resources, you&#8217;ve Googled the problem and found out how to disable the catch all address but still it&#8217;s showing that the mail exists and is wasting space.</p>
<p>For those looking to turn off the catch all address first, this is how you do it in cPanel:</p>
<p>First log in, then click on the &#8216;Default Address&#8217; icon:</p>
<p><a href="http://auroral.co.uk/2009/09/07/removing-cpanel-catch-all-e-mail/cpanel-mail-options/" rel="attachment wp-att-131" title="cPanel mail options"><img src="http://auroral.co.uk/wp-content/uploads/2009/09/picture-1.png" alt="cPanel mail options" width="441" height="163" /></a></p>
<p>You will then be presented with a list of option, you need to change the radio from &#8216;Forward to email address&#8217; to &#8216;Discard with error to senter (at SMTP time)&#8217;:</p>
<p><a href="http://auroral.co.uk/2009/09/07/removing-cpanel-catch-all-e-mail/default-address-maintenance/" rel="attachment wp-att-132" title="Default Address Maintenance"><img src="http://auroral.co.uk/wp-content/uploads/2009/09/picture-3.png" alt="Default Address Maintenance" width="436" height="328" /></a></p>
<p>This will then reply to all e-mails sent to addresses which have not been set up (all catch all addresses *@domain.com), the message sent can be specificied on that page but if not it will simply send &#8216;No such person at this address&#8217;.</p>
<p>As you can see, you can also discard the message totally (no reply to sender) but keep in mind if someone sends a genuine email they will not be aware they mistyped your e-mail address and thus assume .  The other option is to pipe all e-mails, this is commonly used in scripts like help desks (PHP, Pearl).</p>
<p><strong>Disabling  catch all by default for new cPanel accounts in WHM:</strong></p>
<p>If you are running WHM on your server and want to have catch all disabled by default then it&#8217;s simply, log into WHM and go to &#8216;Tweak Settings&#8217;:</p>
<p><img src="http://auroral.co.uk/wp-content/uploads/2009/09/picture-4.png" alt="WHM Server Configuration" /></p>
<p>Then scroll down to &#8216;Mail&#8217; and change the setting from &#8216;Local&#8217; to &#8216;Fail&#8217;:</p>
<p><a href="http://auroral.co.uk/2009/09/07/removing-cpanel-catch-all-e-mail/whm-server-tweak-settings-mail/" rel="attachment wp-att-134" title="WHM Server - Tweak Settings - Mail"><img src="http://auroral.co.uk/wp-content/uploads/2009/09/picture-5.png" alt="WHM Server - Tweak Settings - Mail" width="462" height="70" /></a></p>
<p>Save the settings and then all new accounts will have catch all disabled.</p>
<p><strong>Removing existing emails. </strong></p>
<p>So now you won&#8217;t receive any more, you still need to get rid of the existing mail which could be taking up copious ammounts of space, for this you may require assistance from your web host depending on how they have everything set up because you will need to delete some files outside of your web root.</p>
<p>If it&#8217;s your server the path should be &#8216;/home/user/mail/&#8217; if it&#8217;s not and you just have a cPanel account then you should just see &#8216;/mail/&#8217;.</p>
<p><a href="http://auroral.co.uk/2009/09/07/removing-cpanel-catch-all-e-mail/ftp-look-at-cpanel-directory-structure/" rel="attachment wp-att-135" title="FTP look at cPanel directory structure"><img src="http://auroral.co.uk/wp-content/uploads/2009/09/picture-6.png" alt="FTP look at cPanel directory structure" width="494" height="119" /></a></p>
<p>Within the mail directory you will see three folders, cur, new and tmp:</p>
<p><a href="http://auroral.co.uk/2009/09/07/removing-cpanel-catch-all-e-mail/ftp-look-at-cpanel-directory-structure-of-mail-folder/" rel="attachment wp-att-136" title="FTP look at cPanel directory structure of mail folder"><img src="http://auroral.co.uk/wp-content/uploads/2009/09/picture-7.png" alt="FTP look at cPanel directory structure of mail folder" width="499" height="66" /></a></p>
<p>You need to delete the &#8216;cur&#8217; directory and then recreate it (basically, your deleting the contents of the folder), you then still have a cur folder with absolutely no contents.</p>
<p>That&#8217;s it, that&#8217;s everything!</p>
<p><strong>Note:</strong> In cPanel you might still see the usage for the catch all account still takes room, well that&#8217;s not strictly true, the server simply needs to update which it will do but be rest assured the space is not actually being taken up.</p>
<p><a href="http://auroral.co.uk/2009/09/07/removing-cpanel-catch-all-e-mail/cpanel-catch-all-usage/" rel="attachment wp-att-137" title="cPanel catch all usage"><img src="http://auroral.co.uk/wp-content/uploads/2009/09/picture-8.jpg" alt="cPanel catch all usage" width="505" height="131" /></a></p>
<p>As you can see in the image, there is a note stating that space usage is recalculated every few hours.</p>
<p>You can force an update, but I wouldn&#8217;t bother, just let cPanel do it, it&#8217;s safer. <img src='http://auroral.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>

<!-- Start WP Socializer - Social Buttons - Output -->
<div class="wp-socializer 32px">
<ul class="wp-socializer-opacity columns-no">
 <li><a href="" title="" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -px; border:0;"/></a><span class="wp-socializer-label"><a href="" title="" target="_blank"></a></span></li> 

 <li><a href="mailto:support@hauntedengland.co.uk?subject=Removing cPanel Catch All E-mail&amp;body=So your using cPanel and you've got a ton of spam sitting in it using up valuable server resources, you've Googled the problem and found out how to disable the catch all address but still it's showing that the mail exists and is wasting space.

For - http://auroral.co.uk/2009/09/07/removing-cpanel-catch-all-e-mail/" title="Email this" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Email" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -297px; border:0;"/></a><span class="wp-socializer-label"><a href="mailto:support@hauntedengland.co.uk?subject=Removing cPanel Catch All E-mail&amp;body=So your using cPanel and you've got a ton of spam sitting in it using up valuable server resources, you've Googled the problem and found out how to disable the catch all address but still it's showing that the mail exists and is wasting space.

For - http://auroral.co.uk/2009/09/07/removing-cpanel-catch-all-e-mail/" title="Email this" target="_blank">Email</a></span></li> 

 <li><a href="" title="" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -px; border:0;"/></a><span class="wp-socializer-label"><a href="" title="" target="_blank"></a></span></li> 

 <li><a href="" title="" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -px; border:0;"/></a><span class="wp-socializer-label"><a href="" title="" target="_blank"></a></span></li> 

 <li><a href="" title="" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -px; border:0;"/></a><span class="wp-socializer-label"><a href="" title="" target="_blank"></a></span></li> 

 <li><a href="" title="" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -px; border:0;"/></a><span class="wp-socializer-label"><a href="" title="" target="_blank"></a></span></li> 

 <li><a href="" title="" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -px; border:0;"/></a><span class="wp-socializer-label"><a href="" title="" target="_blank"></a></span></li> 

 <li><a href="" title="" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -px; border:0;"/></a><span class="wp-socializer-label"><a href="" title="" target="_blank"></a></span></li> 

 <li><a href="" title="" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -px; border:0;"/></a><span class="wp-socializer-label"><a href="" title="" target="_blank"></a></span></li> 

 <li><a href="" title="" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -px; border:0;"/></a><span class="wp-socializer-label"><a href="" title="" target="_blank"></a></span></li> 

 <li><a href="" title="" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -px; border:0;"/></a><span class="wp-socializer-label"><a href="" title="" target="_blank"></a></span></li> 

 <li><a href="" title="" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -px; border:0;"/></a><span class="wp-socializer-label"><a href="" title="" target="_blank"></a></span></li> 

 <li><a href="" title="" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -px; border:0;"/></a><span class="wp-socializer-label"><a href="" title="" target="_blank"></a></span></li> 

 <li><a href="" title="" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -px; border:0;"/></a><span class="wp-socializer-label"><a href="" title="" target="_blank"></a></span></li> 

 <li><a href="" title="" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -px; border:0;"/></a><span class="wp-socializer-label"><a href="" title="" target="_blank"></a></span></li> 

 <li><a href="" title="" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -px; border:0;"/></a><span class="wp-socializer-label"><a href="" title="" target="_blank"></a></span></li> 

 <li><a href="" title="" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -px; border:0;"/></a><span class="wp-socializer-label"><a href="" title="" target="_blank"></a></span></li> 

 <li><a href="" title="" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -px; border:0;"/></a><span class="wp-socializer-label"><a href="" title="" target="_blank"></a></span></li> 

 <li><a href="" title="" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -px; border:0;"/></a><span class="wp-socializer-label"><a href="" title="" target="_blank"></a></span></li> 
</ul> 
<div class="wp-socializer-clearer"></div></div>
<!-- End WP Socializer - Social Buttons - Output -->
]]></content:encoded>
			<wfw:commentRss>http://auroral.co.uk/2009/09/07/removing-cpanel-catch-all-e-mail/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>crontab permissions are wrong Please set to 4755</title>
		<link>http://auroral.co.uk/2008/07/13/crontab-permissions-are-wrong-please-set-to-4755/</link>
		<comments>http://auroral.co.uk/2008/07/13/crontab-permissions-are-wrong-please-set-to-4755/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 00:54:57 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Crontab]]></category>

		<guid isPermaLink="false">http://auroral.co.uk/2008/07/13/crontab-permissions-are-wrong-please-set-to-4755/</guid>
		<description><![CDATA[Being new to cPanel and whm I&#8217;ve had a little bit of a learning curve, I&#8217;ve never really had this much access to a production server before. Our servers used to be with 1&#38;1 but they are absolute crap and don&#8217;t ever know what they are talking about, now we&#8217;re no longer with them I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>Being new to cPanel and whm I&#8217;ve had a little bit of a learning curve, I&#8217;ve never really had this much access to a production server before. Our servers used to be with 1&amp;1 but they are absolute crap and don&#8217;t ever know what they are talking about, now we&#8217;re no longer with them I&#8217;m happy. Being with them gave very limited access on a managed server.</p>
<p>Anyway I was trying to set a crontab and cPanel has this cool feature to set them up, but it kept displaying:</p>
<p><code>/usr/bin/crontab permissions are wrong. Please set to 4755</code></p>
<p>If you tried to set up a crontab in ssh you&#8217;d get a permission denied message.</p>
<p>To fix this you need root access to your server, log in and enter the following:</p>
<p><code class="codespan">chmod 4755 /usr/bin/crontab</code></p>
<p>This will change the permissions for you.</p>
<p>If you don&#8217;t have root access then you will need to contact your service providers and ask them</p>

<!-- Start WP Socializer - Social Buttons - Output -->
<div class="wp-socializer 32px">
<ul class="wp-socializer-opacity columns-no">
 <li><a href="" title="" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -px; border:0;"/></a><span class="wp-socializer-label"><a href="" title="" target="_blank"></a></span></li> 

 <li><a href="mailto:support@hauntedengland.co.uk?subject=crontab permissions are wrong Please set to 4755&amp;body=Being new to cPanel and whm I've had a little bit of a learning curve, I've never really had this much access to a production server before. Our servers used to be with 1&amp;1 but they are absolute crap and don't ever know what they are talking abou - http://auroral.co.uk/2008/07/13/crontab-permissions-are-wrong-please-set-to-4755/" title="Email this" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="Email" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -297px; border:0;"/></a><span class="wp-socializer-label"><a href="mailto:support@hauntedengland.co.uk?subject=crontab permissions are wrong Please set to 4755&amp;body=Being new to cPanel and whm I've had a little bit of a learning curve, I've never really had this much access to a production server before. Our servers used to be with 1&amp;1 but they are absolute crap and don't ever know what they are talking abou - http://auroral.co.uk/2008/07/13/crontab-permissions-are-wrong-please-set-to-4755/" title="Email this" target="_blank">Email</a></span></li> 

 <li><a href="" title="" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -px; border:0;"/></a><span class="wp-socializer-label"><a href="" title="" target="_blank"></a></span></li> 

 <li><a href="" title="" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -px; border:0;"/></a><span class="wp-socializer-label"><a href="" title="" target="_blank"></a></span></li> 

 <li><a href="" title="" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -px; border:0;"/></a><span class="wp-socializer-label"><a href="" title="" target="_blank"></a></span></li> 

 <li><a href="" title="" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -px; border:0;"/></a><span class="wp-socializer-label"><a href="" title="" target="_blank"></a></span></li> 

 <li><a href="" title="" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -px; border:0;"/></a><span class="wp-socializer-label"><a href="" title="" target="_blank"></a></span></li> 

 <li><a href="" title="" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -px; border:0;"/></a><span class="wp-socializer-label"><a href="" title="" target="_blank"></a></span></li> 

 <li><a href="" title="" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -px; border:0;"/></a><span class="wp-socializer-label"><a href="" title="" target="_blank"></a></span></li> 

 <li><a href="" title="" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -px; border:0;"/></a><span class="wp-socializer-label"><a href="" title="" target="_blank"></a></span></li> 

 <li><a href="" title="" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -px; border:0;"/></a><span class="wp-socializer-label"><a href="" title="" target="_blank"></a></span></li> 

 <li><a href="" title="" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -px; border:0;"/></a><span class="wp-socializer-label"><a href="" title="" target="_blank"></a></span></li> 

 <li><a href="" title="" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -px; border:0;"/></a><span class="wp-socializer-label"><a href="" title="" target="_blank"></a></span></li> 

 <li><a href="" title="" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -px; border:0;"/></a><span class="wp-socializer-label"><a href="" title="" target="_blank"></a></span></li> 

 <li><a href="" title="" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -px; border:0;"/></a><span class="wp-socializer-label"><a href="" title="" target="_blank"></a></span></li> 

 <li><a href="" title="" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -px; border:0;"/></a><span class="wp-socializer-label"><a href="" title="" target="_blank"></a></span></li> 

 <li><a href="" title="" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -px; border:0;"/></a><span class="wp-socializer-label"><a href="" title="" target="_blank"></a></span></li> 

 <li><a href="" title="" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -px; border:0;"/></a><span class="wp-socializer-label"><a href="" title="" target="_blank"></a></span></li> 

 <li><a href="" title="" target="_blank"><img src="http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-mask-32px.gif" alt="" style="width:32px; height:32px; background: transparent url(http://auroral.co.uk/wp-content/plugins/wp-socializer/public/social-icons/wp-socializer-sprite-32px.png) no-repeat; background-position:0px -px; border:0;"/></a><span class="wp-socializer-label"><a href="" title="" target="_blank"></a></span></li> 
</ul> 
<div class="wp-socializer-clearer"></div></div>
<!-- End WP Socializer - Social Buttons - Output -->
]]></content:encoded>
			<wfw:commentRss>http://auroral.co.uk/2008/07/13/crontab-permissions-are-wrong-please-set-to-4755/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

