<?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>cPanel Admins &#187; cPanel</title>
	<atom:link href="http://www.cpaneladmins.com/category/cpanel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cpaneladmins.com</link>
	<description>Random Notes for cPanel Admins</description>
	<lastBuildDate>Tue, 01 Feb 2011 02:22:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Sample WHM Plugin &#8211; Hello World</title>
		<link>http://www.cpaneladmins.com/sample-whm-plugin-hello-world/</link>
		<comments>http://www.cpaneladmins.com/sample-whm-plugin-hello-world/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 02:22:57 +0000</pubDate>
		<dc:creator>tech</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Acls]]></category>
		<category><![CDATA[Content Type]]></category>
		<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[Exit]]></category>
		<category><![CDATA[Hello World]]></category>
		<category><![CDATA[Input Parameters]]></category>
		<category><![CDATA[Lib]]></category>
		<category><![CDATA[Logo Gif]]></category>
		<category><![CDATA[Lt]]></category>
		<category><![CDATA[Path]]></category>
		<category><![CDATA[Perl Modules]]></category>
		<category><![CDATA[Root Permissions]]></category>
		<category><![CDATA[Text Html]]></category>
		<category><![CDATA[Use Case]]></category>

		<guid isPermaLink="false">http://www.cpaneladmins.com/?p=480</guid>
		<description><![CDATA[#!/usr/bin/perl #WHMADDON:helloworld:Hello World &#60;b&#62;Example&#60;/b&#62; ############################################################################### # This is an example hello world WHM plugin feel free to modify it as you see fit ############################################################################### # Load general use case perl modules use lib '/usr/local/cpanel'; use Cpanel::cPanelFunctions (); use Cpanel::Form (); use Cpanel::Config (); use Whostmgr::HTMLInterface (); use Whostmgr::ACLS (); ############################################################################### print "Content-type: text/html\r\n\r\n"; # Check [...]]]></description>
			<content:encoded><![CDATA[<p><code>#!/usr/bin/perl<br />
#WHMADDON:helloworld:Hello World &lt;b&gt;Example&lt;/b&gt;</code></p>
<p><code>###############################################################################<br />
# This is an example hello world WHM plugin feel free to modify it as you see fit<br />
###############################################################################<br />
# Load general use case perl modules<br />
use lib '/usr/local/cpanel';<br />
use Cpanel::cPanelFunctions ();<br />
use Cpanel::Form            ();<br />
use Cpanel::Config          ();<br />
use Whostmgr::HTMLInterface ();</p>
<p>use Whostmgr::ACLS          ();<br />
###############################################################################<br />
print "Content-type: text/html\r\n\r\n";<br />
# Check user has root permissions<br />
Whostmgr::ACLS::init_acls();<br />
if ( !Whostmgr::ACLS::hasroot() ) {<br />
# User is not root, tell them where to go<br />
print "You need to be root to see the hello world example.\n";</p>
<p>exit();<br />
}</p>
<p># Parse input parameters from GET and POST into $FORM{} for later use<br />
my %FORM     = Cpanel::Form::parseform();</p>
<p># Print a WHM Header<br />
Whostmgr::HTMLInterface::defheader( "Hello World Example Plugin",'/path/to/logo.gif', '/cgi/addon_helloworld.cgi' );</p>
<p># Print General Output<br />
print "&lt;p&gt;Hello world indeed...&lt;/p&gt;";</p>
<p># End Example</p>
<p></code></p>
<p><code>1;</code></p>
<p><a href="http://www.nickpack.com/article/hello-world-example-whm-plugin">Source</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.cpaneladmins.com%2Fsample-whm-plugin-hello-world%2F&amp;title=Sample%20WHM%20Plugin%20%26%238211%3B%20Hello%20World" id="wpa2a_2"><img src="http://www.cpaneladmins.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.cpaneladmins.com/sample-whm-plugin-hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Suggest Topics for cPanelAdmins Articles</title>
		<link>http://www.cpaneladmins.com/suggest-topics-for-cpaneladmins-articles/</link>
		<comments>http://www.cpaneladmins.com/suggest-topics-for-cpaneladmins-articles/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 10:23:27 +0000</pubDate>
		<dc:creator>tech</dc:creator>
				<category><![CDATA[cPanel]]></category>

		<guid isPermaLink="false">http://www.cpaneladmins.com/?p=474</guid>
		<description><![CDATA[It&#8217;s been a while since our last update, and we&#8217;re curious what topics people would like to see detailed on cPanelAdmins.com. Leave a quick comment, and we&#8217;ll consider your topic.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since our last update, and we&#8217;re curious what topics people would like to see detailed on cPanelAdmins.com.  Leave a quick comment, and we&#8217;ll consider your topic.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.cpaneladmins.com%2Fsuggest-topics-for-cpaneladmins-articles%2F&amp;title=Suggest%20Topics%20for%20cPanelAdmins%20Articles" id="wpa2a_4"><img src="http://www.cpaneladmins.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.cpaneladmins.com/suggest-topics-for-cpaneladmins-articles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cPanel Log Locations</title>
		<link>http://www.cpaneladmins.com/cpanel-log-locations/</link>
		<comments>http://www.cpaneladmins.com/cpanel-log-locations/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 04:42:23 +0000</pubDate>
		<dc:creator>tech</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Logs]]></category>
		<category><![CDATA[apache logs]]></category>
		<category><![CDATA[cpanel logs]]></category>
		<category><![CDATA[http logs]]></category>
		<category><![CDATA[httpd logs]]></category>
		<category><![CDATA[modsecurity]]></category>
		<category><![CDATA[named logs]]></category>

		<guid isPermaLink="false">http://www.cpaneladmins.com/?p=370</guid>
		<description><![CDATA[cPanel Log File Locations This is a shortlist of various log files for various applications on your Cpanel VPS. cPanel Installation Logs: /var/log/cpanel-install-thread0.log Apache: /usr/local/apache/logs/access_log /usr/local/apache/logs/error_log Apache domlogs: /usr/local/apache/domlogs/example.com Apache SUEXEC Logs: /usr/local/apache/logs/suexec_log MySQL /var/lib/mysql/hostname.err BIND (named) Log: /var/log/messages Exim /var/log/exim_mainlog /var/log/exim_paniclog /var/log/exim_rejectlog Courier or Dovecot IMAP /var/log/maillog Tomcat Logs: /usr/local/jakarta/tomcat/logs/catalina.err /usr/local/jakarta/tomcat/logs/catalina.out cPanel Access Log: [...]]]></description>
			<content:encoded><![CDATA[<p><strong>cPanel Log File Locations</strong></p>
<p>This is a shortlist of various log files for various applications on your Cpanel VPS.</p>
<p><strong>cPanel Installation Logs:</strong><br />
/var/log/cpanel-install-thread0.log</p>
<p><strong>Apache:</strong><br />
/usr/local/apache/logs/access_log<br />
/usr/local/apache/logs/error_log</p>
<p><strong>Apache domlogs:</strong><br />
/usr/local/apache/domlogs/example.com</p>
<p><strong>Apache SUEXEC Logs:</strong><br />
/usr/local/apache/logs/suexec_log</p>
<p><strong>MySQL</strong><br />
/var/lib/mysql/hostname.err</p>
<p><strong>BIND (named) Log:</strong><br />
/var/log/messages</p>
<p><strong>Exim</strong><br />
/var/log/exim_mainlog<br />
/var/log/exim_paniclog<br />
/var/log/exim_rejectlog</p>
<p><strong>Courier or Dovecot IMAP</strong><br />
/var/log/maillog</p>
<p><strong>Tomcat Logs:</strong><br />
/usr/local/jakarta/tomcat/logs/catalina.err<br />
/usr/local/jakarta/tomcat/logs/catalina.out</p>
<p><strong>cPanel Access Log:</strong><br />
/usr/local/cpanel/logs/access_log</p>
<p><strong>cPanel Error Log:</strong><br />
/usr/local/cpanel/logs/error_log</p>
<p><strong>cPanel License Log:</strong><br />
/usr/local/cpanel/logs/license_log</p>
<p><strong>Stats Execution Logs:</strong><br />
/usr/local/cpanel/logs/stats_log</p>
<p><strong>ChkServd (cPanel Monitoring Daemon) Logs:</strong><br />
/var/log/chkservd.log</p>
<p><strong>cPHulkd</strong><br />
/usr/local/cpanel/logs/cphulkd.log</p>
<p><strong>cPanel Backup Logs:</strong><br />
/usr/local/cpanel/logs/cpbackup/*.log</p>
<p><strong>Pure-FTP</strong><br />
/var/log/messages<br />
/var/log/xferlog (symlinked to /usr/local/apache/domlogs/ftpxferlog)</p>
<p><strong>Cron Logs:</strong><br />
/var/log/cron</p>
<p><strong>SSH Logs</strong>:<br />
/var/log/secure</p>
<p><strong>ModSecurity:</strong><br />
/usr/local/apache/logs/modsec_audit.log<br />
/usr/local/apache/logs/modsec_debug_log</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.cpaneladmins.com%2Fcpanel-log-locations%2F&amp;title=cPanel%20Log%20Locations" id="wpa2a_6"><img src="http://www.cpaneladmins.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.cpaneladmins.com/cpanel-log-locations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting cPanel License Issues</title>
		<link>http://www.cpaneladmins.com/troubleshooting-cpanel-license-issues/</link>
		<comments>http://www.cpaneladmins.com/troubleshooting-cpanel-license-issues/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 01:38:44 +0000</pubDate>
		<dc:creator>tech</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[cpanel license]]></category>
		<category><![CDATA[license]]></category>
		<category><![CDATA[licensing]]></category>

		<guid isPermaLink="false">http://www.cpaneladmins.com/?p=341</guid>
		<description><![CDATA[If you get an error message that your cPanel instance is not activated, and you believe this to be in error, here are some steps for troubleshooting: 1. Re-check in with the license servers: /usr/local/cpanel/cpkeyclt If you see the following, you&#8217;re in good shape: # /usr/local/cpanel/cpkeyclt Updating cPanel license...Done. Update succeeded. Building global cache for [...]]]></description>
			<content:encoded><![CDATA[<p>If you get an error message that your cPanel instance is not activated, and you believe this to be in error, here are some steps for troubleshooting:</p>
<p>1. Re-check in with the license servers:<br />
<code>/usr/local/cpanel/cpkeyclt</code></p>
<p>If you see the following, you&#8217;re in good shape:<br />
<code><br />
# /usr/local/cpanel/cpkeyclt<br />
Updating cPanel license...Done. Update succeeded.<br />
Building global cache for cpanel...Done</code></p>
<p>2. If that doesn&#8217;t work, you&#8217;ll want to go to the <a href="http://www.cpanel.net/apps/verify/">cPanel License Verification System</a> to ensure your license is still valid.</p>
<p>3. If the IP is licensed properly, check the server to see if cPanel is detecting the correct IP address for your install:<br />
<code># curl cpanel.net/apps/myip/</code></p>
<p>Running that command should return your base IP address.  If it doesn&#8217;t, then there is a networking issue, or the wrong IP address is licensed.</p>
<p>4. If all else fails, open a ticket with cPanel Customer Service.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.cpaneladmins.com%2Ftroubleshooting-cpanel-license-issues%2F&amp;title=Troubleshooting%20cPanel%20License%20Issues" id="wpa2a_8"><img src="http://www.cpaneladmins.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.cpaneladmins.com/troubleshooting-cpanel-license-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Link to Software Package Page in Fantastico</title>
		<link>http://www.cpaneladmins.com/link-to-software-package-page-in-fantastico/</link>
		<comments>http://www.cpaneladmins.com/link-to-software-package-page-in-fantastico/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 11:13:10 +0000</pubDate>
		<dc:creator>tech</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Third Party Software]]></category>

		<guid isPermaLink="false">http://www.cpaneladmins.com/?p=328</guid>
		<description><![CDATA[Linking to a specific software package in Fantastico is easy, and great for use with custom icons, or for linking customers to the installation/configuration page. For example, a link to PHPBB2 looks like this: https://yourhostname.tld:2083/frontend/x3/fantastico/autoinstallhome.php?app=phpBB2 This one&#8217;s a no-brainer really, as the links are the same in the Fantastico interface, but some might find this [...]]]></description>
			<content:encoded><![CDATA[<p>Linking to a specific software package in Fantastico is easy, and great for use with custom icons, or for linking customers to the installation/configuration page.</p>
<p>For example, a link to PHPBB2 looks like this:</p>
<p>https://yourhostname.tld:2083/frontend/x3/fantastico/autoinstallhome.php?app=phpBB2</p>
<p>This one&#8217;s a no-brainer really, as the links are the same in the Fantastico interface, but some might find this useful when creating custom icon groups in cPanel.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.cpaneladmins.com%2Flink-to-software-package-page-in-fantastico%2F&amp;title=Link%20to%20Software%20Package%20Page%20in%20Fantastico" id="wpa2a_10"><img src="http://www.cpaneladmins.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.cpaneladmins.com/link-to-software-package-page-in-fantastico/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>info [rebuildhttpdconf] User &#8216;username&#8217; data set has no &#8216;main_domain&#8217; key.</title>
		<link>http://www.cpaneladmins.com/info-rebuildhttpdconf-user-username-data-set-has-no-main_domain-key-2/</link>
		<comments>http://www.cpaneladmins.com/info-rebuildhttpdconf-user-username-data-set-has-no-main_domain-key-2/#comments</comments>
		<pubDate>Sat, 22 May 2010 05:32:31 +0000</pubDate>
		<dc:creator>tech</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[EasyApache]]></category>
		<category><![CDATA[main_domain]]></category>
		<category><![CDATA[userdata]]></category>
		<category><![CDATA[users]]></category>

		<guid isPermaLink="false">http://www.cpaneladmins.com/?p=313</guid>
		<description><![CDATA[Error: info [rebuildhttpdconf] User &#8216;username&#8217; data set has no &#8216;main_domain&#8217; key. Solution: Check to see if there is a file called &#8220;main&#8221; for the user(s) affected users in /var/cpanel/userdata/username. If it&#8217;s not present, verify the domain exists in httpd.conf, and run /usr/local/cpanel/bin/userdata_update to recreate the &#8220;main&#8221; file based off the apache configuration.]]></description>
			<content:encoded><![CDATA[<p><strong>Error: </strong>info [rebuildhttpdconf] User &#8216;username&#8217; data set has no &#8216;main_domain&#8217; key.</p>
<p><strong>Solution: </strong>Check to see if there is a file called &#8220;main&#8221; for the user(s) affected users in /var/cpanel/userdata/username.</p>
<p>If it&#8217;s not present, verify the domain exists in httpd.conf, and run /usr/local/cpanel/bin/userdata_update to recreate the &#8220;main&#8221; file based off the apache configuration.  </p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.cpaneladmins.com%2Finfo-rebuildhttpdconf-user-username-data-set-has-no-main_domain-key-2%2F&amp;title=info%20%5Brebuildhttpdconf%5D%20User%20%26%238216%3Busername%26%238217%3B%20data%20set%20has%20no%20%26%238216%3Bmain_domain%26%238217%3B%20key." id="wpa2a_12"><img src="http://www.cpaneladmins.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.cpaneladmins.com/info-rebuildhttpdconf-user-username-data-set-has-no-main_domain-key-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The update server is currently updating its files.</title>
		<link>http://www.cpaneladmins.com/the-update-server-is-currently-updating-its-files/</link>
		<comments>http://www.cpaneladmins.com/the-update-server-is-currently-updating-its-files/#comments</comments>
		<pubDate>Tue, 11 May 2010 05:37:15 +0000</pubDate>
		<dc:creator>tech</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[upcp]]></category>

		<guid isPermaLink="false">http://www.cpaneladmins.com/?p=316</guid>
		<description><![CDATA[When running &#8220;upcp&#8221;, you may see the following: "The update server is currently updating its files." "It may take up to 30 minutes before access can be obtained." "Waiting 510 seconds for access to the update server....." This means that the developers are pushing a new build of cPanel to the update servers. The upcp [...]]]></description>
			<content:encoded><![CDATA[<p>When running &#8220;upcp&#8221;, you may see the following:</p>
<p><code>"The update server is currently updating its files."<br />
"It may take up to 30 minutes before access can be obtained."<br />
"Waiting 510 seconds for access to the update server....."</code></p>
<p>This means that the developers are pushing a new build of cPanel to the update servers.  The upcp script will continue to run, and will retry the update periodically until the build is uploaded and available for download.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.cpaneladmins.com%2Fthe-update-server-is-currently-updating-its-files%2F&amp;title=The%20update%20server%20is%20currently%20updating%20its%20files." id="wpa2a_14"><img src="http://www.cpaneladmins.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.cpaneladmins.com/the-update-server-is-currently-updating-its-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>info [rebuildhttpdconf] User &#8216;username&#8217; data set has no &#8216;main_domain&#8217; key.</title>
		<link>http://www.cpaneladmins.com/info-rebuildhttpdconf-user-username-data-set-has-no-main_domain-key/</link>
		<comments>http://www.cpaneladmins.com/info-rebuildhttpdconf-user-username-data-set-has-no-main_domain-key/#comments</comments>
		<pubDate>Tue, 04 May 2010 03:03:58 +0000</pubDate>
		<dc:creator>tech</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[cPanel]]></category>

		<guid isPermaLink="false">http://www.cpaneladmins.com/?p=295</guid>
		<description><![CDATA[Error: info [rebuildhttpdconf] User 'noothna' data set has no 'main_domain' key. Check /var/cpanel/userdata/username/main and main.cache to verify it has the necessary content. Check another domain&#8217;s main and main.cache accounts to verify what you should be seeing there.]]></description>
			<content:encoded><![CDATA[<p>Error:</p>
<p><code>info [rebuildhttpdconf] User 'noothna' data set has no 'main_domain' key.<br />
</code></p>
<p>Check  /var/cpanel/userdata/username/main and main.cache to verify it has the necessary content.  Check another domain&#8217;s main and main.cache accounts to verify what you should be seeing there.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.cpaneladmins.com%2Finfo-rebuildhttpdconf-user-username-data-set-has-no-main_domain-key%2F&amp;title=info%20%5Brebuildhttpdconf%5D%20User%20%26%238216%3Busername%26%238217%3B%20data%20set%20has%20no%20%26%238216%3Bmain_domain%26%238217%3B%20key." id="wpa2a_16"><img src="http://www.cpaneladmins.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.cpaneladmins.com/info-rebuildhttpdconf-user-username-data-set-has-no-main_domain-key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Restart Mailman</title>
		<link>http://www.cpaneladmins.com/how-to-restart-mailman/</link>
		<comments>http://www.cpaneladmins.com/how-to-restart-mailman/#comments</comments>
		<pubDate>Tue, 04 May 2010 02:56:44 +0000</pubDate>
		<dc:creator>tech</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[cPanel]]></category>

		<guid isPermaLink="false">http://www.cpaneladmins.com/?p=287</guid>
		<description><![CDATA[Currently, cPanel does not include a restartsrv_mailman script in /scripts. Until they do, you can use the following: cpanel# /usr/local/cpanel/3rdparty/mailman/bin/mailmanctl -s restart Or you can restart the cpanel service, but that&#8217;s overkill.]]></description>
			<content:encoded><![CDATA[<p>Currently, cPanel does not include a restartsrv_mailman script in /scripts.  Until they do, you can use the following:</p>
<p>cpanel# /usr/local/cpanel/3rdparty/mailman/bin/mailmanctl -s restart</p>
<p>Or you can restart the cpanel service, but that&#8217;s overkill.</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.cpaneladmins.com%2Fhow-to-restart-mailman%2F&amp;title=How%20to%20Restart%20Mailman" id="wpa2a_18"><img src="http://www.cpaneladmins.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.cpaneladmins.com/how-to-restart-mailman/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Uninstall cPanel (no, not really)</title>
		<link>http://www.cpaneladmins.com/how-to-uninstall-cpanel-no-not-really/</link>
		<comments>http://www.cpaneladmins.com/how-to-uninstall-cpanel-no-not-really/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 21:53:13 +0000</pubDate>
		<dc:creator>tech</dc:creator>
				<category><![CDATA[cPanel]]></category>

		<guid isPermaLink="false">http://www.cpaneladmins.com/?p=282</guid>
		<description><![CDATA[You shouldn&#8217;t try to uninstall cPanel (reinstall your OS), and the cPanel &#8220;uninstall&#8221; script reenforces that: # cat /usr/local/cpanel/uninstall #!/bin/sh # Uninstall script for Cpanel rm -f "/usr/local/cpanel/uninstall" #### END OF UNINSTALL echo "Cpanel has been uninstalled."]]></description>
			<content:encoded><![CDATA[<p>You shouldn&#8217;t try to uninstall cPanel (reinstall your OS), and the cPanel &#8220;uninstall&#8221; script reenforces that:</p>
<p><code># cat /usr/local/cpanel/uninstall</p>
<p>#!/bin/sh<br />
# Uninstall script for Cpanel<br />
rm -f "/usr/local/cpanel/uninstall"<br />
#### END OF UNINSTALL<br />
echo "Cpanel has been uninstalled."</code></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.cpaneladmins.com%2Fhow-to-uninstall-cpanel-no-not-really%2F&amp;title=How%20to%20Uninstall%20cPanel%20%28no%2C%20not%20really%29" id="wpa2a_20"><img src="http://www.cpaneladmins.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.cpaneladmins.com/how-to-uninstall-cpanel-no-not-really/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

