<?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>Linux Windows System Administrator Help &#187; install RoundCube</title>
	<atom:link href="http://linuxwindowsmaster.com/tag/install-roundcube/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxwindowsmaster.com</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2012 19:54:25 +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>How to update/install latest RoundCube on cPanel</title>
		<link>http://linuxwindowsmaster.com/how-to-update-install-latest-roundcube-on-cpanel/</link>
		<comments>http://linuxwindowsmaster.com/how-to-update-install-latest-roundcube-on-cpanel/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 19:57:34 +0000</pubDate>
		<dc:creator>Alex P</dc:creator>
				<category><![CDATA[Cpanel Server]]></category>
		<category><![CDATA[install RoundCube]]></category>
		<category><![CDATA[RoundCube]]></category>
		<category><![CDATA[update  RoundCube]]></category>
		<category><![CDATA[upgrade roundcube]]></category>

		<guid isPermaLink="false">http://linuxwindowsmaster.com/?p=258</guid>
		<description><![CDATA[Update/install latest RoundCube on cPanel First you will have to uninstall/remove exiting RoundCube files/folder/database on your server, Uninstall/remove exiting RoundCube cd /usr/local/cpanel/base rm -rf roundcube* mysql -e 'drop database roundcube'; /scripts/upcp Now follow the following steps to  update/install latest roundcube  version ,we need to get Roundcube before we can use it. The easiest way to [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update/install latest RoundCube on cPanel</strong></p>
<p>First you will have to uninstall/remove exiting RoundCube files/folder/database on your server,</p>
<ul>
<li><strong>Uninstall/remove exiting RoundCube </strong></li>
</ul>
<pre><strong>cd /usr/local/cpanel/base
rm -rf roundcube*
mysql -e 'drop database roundcube';
/scripts/upcp</strong></pre>
<p>Now follow the following steps to  update/install latest roundcube  version ,we need to get Roundcube before we can use it. The easiest way to get it is to visit http://www.roundcube.net and click on &#8220;Downloads&#8221; or just go to http://roundcube.net/downloads. Wait for it to download and then unzip (using WinZip or ZipGenius or tar -xzf roundcubemail-0.1.tar.gz) in the current directory.</p>
<ul>
<li><strong>update/install latest roundcube</strong></li>
</ul>
<pre><strong>cd /usr/local/cpanel/base
wget -O roundcube.tar.gz http://nchc.dl.sourceforge.net/sourceforge/
roundcubemail/roundcubemail-0.2.1.tar.gz
rm -rf roundcube.tar.gz
mv -f roundcubemail-0.2.1/ roundcube
cd roundcube
chmod -R 777 temp
chmod -R 777 logs
</strong></pre>
<ul>
<li><strong>Database Configuration</strong></li>
</ul>
<p>Create the database, database user and install the intial sql file. The following commands will do this for you.</p>
<pre><strong>mysql -e "CREATE DATABASE roundcube;"
mysql -e "GRANT ALL PRIVILEGES ON roundcube.* TO roundcube@localhost IDENTIFIED BY
'DATABASEPASSWORD';"
mysql -e "FLUSH PRIVILEGES;"
mysql -e "use roundcube; source SQL/mysql.initial.sql;"
</strong></pre>
<p>You will have to replace the roundcube password with &#8216;DATABASEPASSWORD&#8217; field.</p>
<ul>
<li><strong>Configuring RoundCube</strong></li>
</ul>
<pre><strong>cd config
mv db.inc.php.dist db.inc.php
mv main.inc.php.dist main.inc.php
</strong></pre>
<p>then open database configruation file  db.inc.php in your favroite editor like vi or pico or nano<br />
vi db.inc.php<br />
Find following line</p>
<pre><strong>$rcmail_config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail';
</strong></pre>
<p>Replace it with</p>
<pre><strong>$rcmail_config['db_dsnw'] = 'mysql://roundcube:DATABASEPASSWORD@localhost/roundcube';
</strong></pre>
<p>Now Open main.inc.php</p>
<p>vi main.inc.php</p>
<p>Find</p>
<pre><strong>$rcmail_config['default_host'] = '';
</strong></pre>
<p>Replace with</p>
<pre><strong>$rcmail_config['default_host'] = 'localhost';
</strong></pre>
<p>Last steps , restart the mysql, cpanel services on your server. That&#8217;s it ,Have fun with your new Roundcube installation!!</p>
<p>Regards</p>
<p>AlexP</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxwindowsmaster.com/how-to-update-install-latest-roundcube-on-cpanel/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

