<?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>Dedicated Server Hosting &#187; RoundCube on cPanel server</title>
	<atom:link href="http://dedicatedserverwebhost.com/tag/roundcube-on-cpanel-server/feed" rel="self" type="application/rss+xml" />
	<link>http://dedicatedserverwebhost.com</link>
	<description>Server Management, WHM/cPanel Plesk Dedicated Server, Manage Unmanaged Server Hosting</description>
	<lastBuildDate>Mon, 07 Jun 2010 12:25:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing RoundCube on cPanel server</title>
		<link>http://dedicatedserverwebhost.com/installing-roundcube-on-cpanel-server</link>
		<comments>http://dedicatedserverwebhost.com/installing-roundcube-on-cpanel-server#comments</comments>
		<pubDate>Fri, 24 Jul 2009 14:49:36 +0000</pubDate>
		<dc:creator>harry</dc:creator>
				<category><![CDATA[Dedicated Server Hosting]]></category>
		<category><![CDATA[Dedicated Server Security]]></category>
		<category><![CDATA[Linux Servers Management]]></category>
		<category><![CDATA[RoundCube on cPanel server]]></category>

		<guid isPermaLink="false">http://dedicatedserverwebhost.com/?p=319</guid>
		<description><![CDATA[
Looking for installing roundcube on Linux cPanel Dedicated servers then you can just follow the steps given below !!!
Firstly we need to remove roundcube files/folders/databases from our server if we have any older version. Follow the instructions given below  :-
” Uninstall/remove exiting RoundCube “
cd /usr/local/cpanel/base
rm -rf roundcube*
mysql -e &#8216;drop database roundcube&#8217;;
/scripts/upcp
Now try to download Roundcube [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-320 aligncenter" style="margin-top: 5px; margin-bottom: 5px;" title="roundcube_hosting" src="http://dedicatedserverwebhost.com/wp-content/uploads/2009/07/roundcube.png" alt="roundcube_hosting" width="292" height="96" /></p>
<p>Looking for installing roundcube on Linux<a title="UK cPanel Dedicated Server Hosting" href="http://www.webhosting.uk.com/dedicated-servers-web-hosting.php" target="_blank"> <strong>cPanel Dedicated servers</strong></a> then you can just follow the steps given below !!!<br />
Firstly we need to remove roundcube files/folders/databases from our server if we have any older version. Follow the instructions given below  :-<br />
” <strong>Uninstall/remove exiting RoundCube</strong> “<br />
<span style="color: #3366ff;"><strong><em>cd /usr/local/cpanel/base<br />
rm -rf roundcube*<br />
mysql -e &#8216;drop database roundcube&#8217;;<br />
/scripts/upcp</em></strong></span></p>
<p><span style="color: #888888;">N</span>ow try to <strong>download Roundcube</strong> version from its website which we can install on our server :-<br />
Download latest version from :-<strong> http://roundcube.net/downloads</strong>. once downloded you need to unzip it (using WinZip or ZipGenius or tar -xzf roundcubemail-0.1.tar.gz) in the current directory.<br />
Now we will start with installation procedure :-<br />
”<strong> Install stall latest roundcube</strong> “<br />
<strong><span style="color: #3366ff;"><em>cd /usr/local/cpanel/base<br />
wget -O roundcube.tar.gz http://nchc.dl.sourceforge.net/sourceforge/<br />
roundcubemail/roundcubemail-0.2.1.tar.gz<br />
rm -rf roundcube.tar.gz<br />
mv -f roundcubemail-0.2.1/ roundcube<br />
cd roundcube<br />
chmod -R 777 temp<br />
chmod -R 777 logs</em></span><br />
</strong>We will have to create databases, database user and install the intial sql file. Use following commands :-<br />
”<strong>Database Configuration</strong>”<br />
<span style="color: #3366ff;"><strong><em>mysql -e &#8220;CREATE DATABASE roundcube;&#8221;<br />
mysql -e &#8220;GRANT ALL PRIVILEGES ON roundcube.* TO roundcube@localhost<br />
IDENTIFIED BY &#8216;DATABASEPASSWORD&#8217;;&#8221;<br />
mysql -e &#8220;FLUSH PRIVILEGES;&#8221;<br />
mysql -e &#8220;use roundcube; source SQL/mysql.initial.sql;&#8221;</em></strong></span><br />
You will have to replace the roundcube password with ‘DATABASEPASSWORD’ field.<br />
“<strong>Configuring RoundCube</strong>”<br />
<span style="color: #0000ff;"><em><strong><span style="color: #3366ff;">c</span><span style="color: #3366ff;">d config<br />
mv db.inc.php.dist db.inc.php<br />
mv main.inc.php.dist main.inc.php</span></strong></em></span><br />
then open database configuration file  using favorite editors like vi or pico, file name db.inc.php<br />
vi db.inc.php<br />
Find following line<br />
<span style="color: #3366ff;"><em><strong>$rcmail_config['db_dsnw'] = &#8216;mysql://roundcube:pass@localhost/roundcubemail&#8217;;<br />
Replace it with $rcmail_config['db_dsnw'] =&#8217;mysql://roundcube:DATABASEPASSWORD@localhost/roundcube&#8217;;</strong></em></span></p>
<p>Now open main.inc.php<br />
<strong>vi main.inc.php</strong><br />
Find<br />
<strong>$rcmail_config['default_host'] = &#8221;;</strong> replace with<br />
<strong>$rcmail_config['default_host'] = &#8216;localhost&#8217;;</strong><br />
Finally just  <strong>restart mysql  cpanel services</strong> on your dedicated server&#8230;.that’s all <img src='http://dedicatedserverwebhost.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Installing Roundcube On Cpanel Server " />  you have installed Roundcube on your<strong><a title="UK server Hosting " href="http://www.webhosting.uk.com/dedicated-servers-web-hosting.php" target="_blank"> cPanel Dedicated Server</a></strong> !!!!</p>
<p style="text-align: center;">
<p style="text-align: center;"><strong><a title="UK Dedicated Server Hosting" href="http://www.webhosting.uk.com/dedicated-servers-web-hosting.php" target="_blank"><img class="aligncenter size-full wp-image-356" style="border: 5px solid black;" title="webhosting_uk_server" src="http://dedicatedserverwebhost.com/wp-content/uploads/2009/08/webhosting_uk_server.gif" alt="webhosting_uk_server Installing RoundCube on cPanel server " width="728" height="90" /></a><br />
</strong></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Bookmark Us!</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" rel="nofollow" href="http://del.icio.us/post?url=http://dedicatedserverwebhost.com/installing-roundcube-on-cpanel-server&amp;title=Installing+RoundCube+on+cPanel+server" title="Add 'Installing RoundCube on cPanel server' To Del.icio.us"><img src="http://dedicatedserverwebhost.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Installing RoundCube on cPanel server' To Del.icio.us" alt="Add 'Installing RoundCube on cPanel server' To Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=http://dedicatedserverwebhost.com/installing-roundcube-on-cpanel-server&amp;title=Installing+RoundCube+on+cPanel+server" title="Add 'Installing RoundCube on cPanel server' To digg"><img src="http://dedicatedserverwebhost.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Installing RoundCube on cPanel server' To digg" alt="Add 'Installing RoundCube on cPanel server' To digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" rel="nofollow" href="http://furl.net/storeIt.jsp?t=Installing+RoundCube+on+cPanel+server&amp;u=http://dedicatedserverwebhost.com/installing-roundcube-on-cpanel-server" title="Add 'Installing RoundCube on cPanel server' To FURL"><img src="http://dedicatedserverwebhost.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'Installing RoundCube on cPanel server' To FURL" alt="Add 'Installing RoundCube on cPanel server' To FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" rel="nofollow" href="http://reddit.com/submit?url=http://dedicatedserverwebhost.com/installing-roundcube-on-cpanel-server&amp;title=Installing+RoundCube+on+cPanel+server" title="Add 'Installing RoundCube on cPanel server' To reddit"><img src="http://dedicatedserverwebhost.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Installing RoundCube on cPanel server' To reddit" alt="Add 'Installing RoundCube on cPanel server' To reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" rel="nofollow" href="http://feedmelinks.com/categorize?from=toolbar&amp;op=submit&amp;name=Installing+RoundCube+on+cPanel+server&amp;url=http://dedicatedserverwebhost.com/installing-roundcube-on-cpanel-server&amp;version=0.7" title="Add 'Installing RoundCube on cPanel server' To Feed Me Links"><img src="http://dedicatedserverwebhost.com/wp-content/plugins/social-bookmarking-reloaded/feedmelinks.png" title="Add 'Installing RoundCube on cPanel server' To Feed Me Links" alt="Add 'Installing RoundCube on cPanel server' To Feed Me Links" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" rel="nofollow" href="http://www.technorati.com/faves?add=http://dedicatedserverwebhost.com/installing-roundcube-on-cpanel-server" title="Add 'Installing RoundCube on cPanel server' To Technorati"><img src="http://dedicatedserverwebhost.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Installing RoundCube on cPanel server' To Technorati" alt="Add 'Installing RoundCube on cPanel server' To Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" rel="nofollow" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://dedicatedserverwebhost.com/installing-roundcube-on-cpanel-server&amp;t=Installing+RoundCube+on+cPanel+server" title="Add 'Installing RoundCube on cPanel server' To Yahoo My Web"><img src="http://dedicatedserverwebhost.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Installing RoundCube on cPanel server' To Yahoo My Web" alt="Add 'Installing RoundCube on cPanel server' To Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" rel="nofollow" href="http://ekstreme.com/socializer/?url=http://dedicatedserverwebhost.com/installing-roundcube-on-cpanel-server&amp;title=Installing+RoundCube+on+cPanel+server" title="Add 'Installing RoundCube on cPanel server' To Socializer"><img src="http://dedicatedserverwebhost.com/wp-content/plugins/social-bookmarking-reloaded/socializer.png" title="Add 'Installing RoundCube on cPanel server' To Socializer" alt="Add 'Installing RoundCube on cPanel server' To Socializer" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" rel="nofollow" href="http://www.stumbleupon.com/submit?url=http://dedicatedserverwebhost.com/installing-roundcube-on-cpanel-server&amp;title=Installing+RoundCube+on+cPanel+server" title="Add 'Installing RoundCube on cPanel server' To Stumble Upon"><img src="http://dedicatedserverwebhost.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Installing RoundCube on cPanel server' To Stumble Upon" alt="Add 'Installing RoundCube on cPanel server' To Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" rel="nofollow" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://dedicatedserverwebhost.com/installing-roundcube-on-cpanel-server&amp;title=Installing+RoundCube+on+cPanel+server" title="Add 'Installing RoundCube on cPanel server' To Google Bookmarks"><img src="http://dedicatedserverwebhost.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Installing RoundCube on cPanel server' To Google Bookmarks" alt="Add 'Installing RoundCube on cPanel server' To Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" rel="nofollow" href="http://www.bookmark.it/bookmark.php?url=http://dedicatedserverwebhost.com/installing-roundcube-on-cpanel-server" title="Add 'Installing RoundCube on cPanel server' To Bookmark.it"><img src="http://dedicatedserverwebhost.com/wp-content/plugins/social-bookmarking-reloaded/bookmark.png" title="Add 'Installing RoundCube on cPanel server' To Bookmark.it" alt="Add 'Installing RoundCube on cPanel server' To Bookmark.it" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" rel="nofollow" href="http://www.socialdust.com/blogaggregator/addblog.php?urlpost=http://dedicatedserverwebhost.com/installing-roundcube-on-cpanel-server&amp;title=Installing+RoundCube+on+cPanel+server" title="Add 'Installing RoundCube on cPanel server' To Socialdust"><img src="http://dedicatedserverwebhost.com/wp-content/plugins/social-bookmarking-reloaded/socialdust.png" title="Add 'Installing RoundCube on cPanel server' To Socialdust" alt="Add 'Installing RoundCube on cPanel server' To Socialdust" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" rel="nofollow" href="http://slashdot.org/bookmark.pl?title=Installing+RoundCube+on+cPanel+server&amp;url=http://dedicatedserverwebhost.com/installing-roundcube-on-cpanel-server" title="Add 'Installing RoundCube on cPanel server' To SlashDot"><img src="http://dedicatedserverwebhost.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Installing RoundCube on cPanel server' To SlashDot" alt="Add 'Installing RoundCube on cPanel server' To SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" rel="nofollow" href="http://www.facebook.com/share.php?u=http://dedicatedserverwebhost.com/installing-roundcube-on-cpanel-server" title="Add 'Installing RoundCube on cPanel server' To FaceBook"><img src="http://dedicatedserverwebhost.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Installing RoundCube on cPanel server' To FaceBook" alt="Add 'Installing RoundCube on cPanel server' To FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" rel="nofollow" href="http://twitthis.com/twit?url=http://dedicatedserverwebhost.com/installing-roundcube-on-cpanel-server" title="Add 'Installing RoundCube on cPanel server' To Twitter"><img src="http://dedicatedserverwebhost.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Installing RoundCube on cPanel server' To Twitter" alt="Add 'Installing RoundCube on cPanel server' To Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" rel="nofollow" href="http://www.technotizie.it/posta_ok?action=f2&amp;title=Installing+RoundCube+on+cPanel+server&amp;url=http://dedicatedserverwebhost.com/installing-roundcube-on-cpanel-server" title="Add 'Installing RoundCube on cPanel server' To Technotizie"><img src="http://dedicatedserverwebhost.com/wp-content/plugins/social-bookmarking-reloaded/technotizie.png" title="Add 'Installing RoundCube on cPanel server' To Technotizie" alt="Add 'Installing RoundCube on cPanel server' To Technotizie" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://dedicatedserverwebhost.com/installing-roundcube-on-cpanel-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
