<?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>Make Money Blogging Tips For Free &#187; Cpanel/WHM</title>
	<atom:link href="http://webmasterweblog.com/category/cpanelwhm/feed" rel="self" type="application/rss+xml" />
	<link>http://webmasterweblog.com</link>
	<description>Experiences of a Webmaster</description>
	<lastBuildDate>Mon, 01 Mar 2010 13:16:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>child pid exit signal segmentation fault 11</title>
		<link>http://webmasterweblog.com/child-pid-exit-signal-segmentation-fault-11.html</link>
		<comments>http://webmasterweblog.com/child-pid-exit-signal-segmentation-fault-11.html#comments</comments>
		<pubDate>Mon, 01 Mar 2010 13:11:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cpanel/WHM]]></category>

		<guid isPermaLink="false">http://webmasterweblog.com/?p=262</guid>
		<description><![CDATA[If you find this error in your apache error.log you most likely have rebuild your system and broke a few apache modules.
I received the error after rebuilding my system with EasyApache and using APC + Memcache. I compiled memcache and APC myself, so after rebuilding the system via EasyApache it would receive the error: child pid exit signal segmentation fault 11
If that is not your problem, you should rebuild apache without eaccelerator, acp or memcache, because they can cause the problem.
]]></description>
			<content:encoded><![CDATA[<p>If you find this error in your apache error.log you most likely have rebuild your system and broke a few apache modules.</p>
<p>I received the error after rebuilding my system with EasyApache and using APC + Memcache. I compiled memcache and APC myself, so after rebuilding the system via EasyApache it would receive the error: child pid exit signal segmentation fault 11</p>
<p>If that is not your problem, you should rebuild apache without eaccelerator, acp or memcache, because they can cause the problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://webmasterweblog.com/child-pid-exit-signal-segmentation-fault-11.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing WHM E-Mail Accounts</title>
		<link>http://webmasterweblog.com/managing-whm-e-mail-accounts.html</link>
		<comments>http://webmasterweblog.com/managing-whm-e-mail-accounts.html#comments</comments>
		<pubDate>Wed, 26 Aug 2009 05:41:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cpanel/WHM]]></category>

		<guid isPermaLink="false">http://webmasterweblog.com/?p=207</guid>
		<description><![CDATA[A very comfortable way to manage all of your e-Mail accounts on your server is: ConfigServer Mail Manage (cmm)
http://www.configserver.com/cp/cmm.html
This is an exclusive! and free! add-on product for cPanel/WHM. The product provides you with an interface to the cPanel user accounts email configuration without having to login to their accounts. It is domain based rather than account based and allows you to do all the following from within WHM:
* View, edit and delete email accounts
* View, edit and delete email forwarders
* View, edit and delete email filters
* View and modify email ...]]></description>
			<content:encoded><![CDATA[<p>A very comfortable way to manage all of your e-Mail accounts on your server is: ConfigServer Mail Manage (cmm)<br />
<a href="http://www.configserver.com/cp/cmm.html" >http://www.configserver.com/cp/cmm.html</a></p>
<p>This is an exclusive! and free! add-on product for cPanel/WHM. The product provides you with an interface to the cPanel user accounts email configuration without having to login to their accounts. It is domain based rather than account based and allows you to do all the following from within WHM:</p>
<p>* View, edit and delete email accounts<br />
* View, edit and delete email forwarders<br />
* View, edit and delete email filters<br />
* View and modify email account quotas<br />
* Modify email account passwords</p>
<h3>How to install ConfigServer Mail Manager</h3>
<p>1. cd /tmp/<br />
2. wget http://www.configserver.com/free/cmm.tgz<br />
3. tar -xzf cmm.tgz<br />
4.  cd cmm/<br />
5. sh install.sh</p>
]]></content:encoded>
			<wfw:commentRss>http://webmasterweblog.com/managing-whm-e-mail-accounts.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cpanel POP3 Login Issues via Thunderbird, Outlook, etc</title>
		<link>http://webmasterweblog.com/cpanel-pop3-login-issues-via-thunderbird-outlook-etc.html</link>
		<comments>http://webmasterweblog.com/cpanel-pop3-login-issues-via-thunderbird-outlook-etc.html#comments</comments>
		<pubDate>Tue, 28 Apr 2009 11:14:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cpanel/WHM]]></category>

		<guid isPermaLink="false">http://webmasterweblog.com/?p=157</guid>
		<description><![CDATA[Yesterday I opened my mail client thunderbird and suddenly a message pops up &#8220;Sending password did not suceed&#8221;. Wow, great! 
After doing some research I finally found a solution. And it&#8217;s a well known bug:
The reason this happens is because many cPanel installs were done on top of a Linux install that had a POP3 daemon run from xinetd. You will need to change into the /etc/xinetd.d directory from ssh and find the popa3d and popa3ds files. The files look like this:

# default: off
# description: The POP3 service allows remote ...]]></description>
			<content:encoded><![CDATA[<p>Yesterday I opened my mail client thunderbird and suddenly a message pops up &#8220;Sending password did not suceed&#8221;. Wow, great! </p>
<p>After doing some research I finally found a solution. And it&#8217;s a well known bug:</p>
<blockquote><p>The reason this happens is because many cPanel installs were done on top of a Linux install that had a POP3 daemon run from xinetd. You will need to change into the /etc/xinetd.d directory from ssh and find the popa3d and popa3ds files. The files look like this:</p>

<div class="wp_syntax"><div class="code"><pre class="php php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># default: off</span>
<span style="color: #666666; font-style: italic;"># description: The POP3 service allows remote users to access their mail \</span>
<span style="color: #666666; font-style: italic;">#              using an POP3 client such as Netscape Communicator, mutt, \</span>
<span style="color: #666666; font-style: italic;">#              or fetchmail.</span>
service pop3
<span style="color: #009900;">&#123;</span>
        disable <span style="color: #339933;">=</span> no
        socket_type             <span style="color: #339933;">=</span> stream
        wait                    <span style="color: #339933;">=</span> no
        user                    <span style="color: #339933;">=</span> root
        server                  <span style="color: #339933;">=</span> <span style="color: #339933;">/</span>usr<span style="color: #339933;">/</span>sbin<span style="color: #339933;">/</span>popa3d
<span style="color: #009900;">&#125;</span>
&nbsp;
What you need to <span style="color: #b1b100;">do</span> is set the <span style="">'disable'</span> parameter to <span style="">'yes'</span><span style="color: #339933;">.</span> It should look like this when you are done<span style="color: #339933;">:</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># default: off</span>
<span style="color: #666666; font-style: italic;"># description: The POP3 service allows remote users to access their mail \</span>
<span style="color: #666666; font-style: italic;">#              using an POP3 client such as Netscape Communicator, mutt, \</span>
<span style="color: #666666; font-style: italic;">#              or fetchmail.</span>
service pop3
<span style="color: #009900;">&#123;</span>
        disable <span style="color: #339933;">=</span> yes
        socket_type             <span style="color: #339933;">=</span> stream
        wait                    <span style="color: #339933;">=</span> no
        user                    <span style="color: #339933;">=</span> root
        server                  <span style="color: #339933;">=</span> <span style="color: #339933;">/</span>usr<span style="color: #339933;">/</span>sbin<span style="color: #339933;">/</span>popa3d
<span style="color: #009900;">&#125;</span></pre></div></div>

<p>Repeat the same for popa3ds and then run:</p>
<p>service xinetd stop<br />
service cpanel restart<br />
service xinetd start</p></blockquote>
<p><a href="https://www.solarvps.com/forums/index.php?PHPSESSID=72ft2claeev0cervn9r4vru2g2&#038;topic=132.0" >Source</a></p>
<p>After that simply restart &#8220;POP3 service&#8221; via WHM/Cpanel and you&#8217;ll be fine again.<br />
Annoying, but now it&#8217;s fixed!</p>
]]></content:encoded>
			<wfw:commentRss>http://webmasterweblog.com/cpanel-pop3-login-issues-via-thunderbird-outlook-etc.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix your mail settings</title>
		<link>http://webmasterweblog.com/fix-your-mail-settings.html</link>
		<comments>http://webmasterweblog.com/fix-your-mail-settings.html#comments</comments>
		<pubDate>Thu, 10 Apr 2008 19:40:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cpanel/WHM]]></category>
		<category><![CDATA[courier]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[mail settings]]></category>
		<category><![CDATA[whm]]></category>

		<guid isPermaLink="false">http://webmasterweblog.com/fix-your-mail-settings/</guid>
		<description><![CDATA[The following commands are very useful to make sure that imap is running properly:
&#160;
/scripts/restartsrv_courier
Simple restart of courier. 
&#160;
/scripts/convert2maildir 
This will convert your mail boxes into a proper format. 
&#160;
/scripts/courierup &#8211;force  
This will make sure that the latest imap is running. 
]]></description>
			<content:encoded><![CDATA[<p>The following commands are very useful to make sure that imap is running properly:</p>
<p>&nbsp;</p>
<p><strong>/scripts/restartsrv_courier</strong><br />
Simple restart of courier. </p>
<p>&nbsp;</p>
<p><strong>/scripts/convert2maildir </strong><br />
This will convert your mail boxes into a proper format. </p>
<p>&nbsp;</p>
<p><strong>/scripts/courierup &#8211;force  </strong><br />
This will make sure that the latest imap is running. </p>
]]></content:encoded>
			<wfw:commentRss>http://webmasterweblog.com/fix-your-mail-settings.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cpanel: General Update</title>
		<link>http://webmasterweblog.com/cpanel-general-update.html</link>
		<comments>http://webmasterweblog.com/cpanel-general-update.html#comments</comments>
		<pubDate>Thu, 10 Apr 2008 19:37:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cpanel/WHM]]></category>

		<guid isPermaLink="false">http://webmasterweblog.com/cpanel-general-update/</guid>
		<description><![CDATA[If you are on a WHM/Cpanel server and you might want to update your cpanel including all components like FTP, Courier, etc., then you can run the following command via SSH: 
&#160;
/scripts/upcp --force
&#160;
This will not only make sure you have got the latest Cpanel software, but will also &#8220;auto-heal&#8221; your system, which means that it will fix some server settings. 
]]></description>
			<content:encoded><![CDATA[<p>If you are on a WHM/Cpanel server and you might want to update your cpanel including all components like FTP, Courier, etc., then you can run the following command via SSH: </p>
<p>&nbsp;</p>
<p><code>/scripts/upcp --force</code></p>
<p>&nbsp;</p>
<p>This will not only make sure you have got the latest Cpanel software, but will also &#8220;auto-heal&#8221; your system, which means that it will fix some server settings. </p>
]]></content:encoded>
			<wfw:commentRss>http://webmasterweblog.com/cpanel-general-update.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
