<?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>Vtrio Sysadmins &#187; Cpanel</title>
	<atom:link href="https://sysadmin.vtrio.com/?cat=7&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>https://sysadmin.vtrio.com</link>
	<description></description>
	<lastBuildDate>Fri, 11 May 2018 07:40:10 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Accessing Gmail with Roundcube</title>
		<link>https://sysadmin.vtrio.com/?p=132</link>
		<comments>https://sysadmin.vtrio.com/?p=132#comments</comments>
		<pubDate>Thu, 08 May 2014 11:27:07 +0000</pubDate>
		<dc:creator><![CDATA[]]></dc:creator>
				<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://sysadmin.vtrio.com/?p=132</guid>
		<description><![CDATA[Requirement : I want to access my gmail under my own domain with the help of webmail. Say my domain name is abc.com , I want to access it as http://abc.com/mail Suppose I am on a cpanel server. Download and install Roundcube as follows. root@me [/home/abc/public_html]# wget http://downloads.sourceforge.net/project/roundcubemail/roundcubemail/1.0.0/roundcubemail-1.0.0.tar.gz root@me [/home/abc/public_html]# tar -xzvf roundcubemail-1.0.0.tar.gz root@me [/home/abc/public_html]#]]></description>
				<content:encoded><![CDATA[<p>Requirement : I want to access my gmail under my own domain with the help of webmail.</p>
<p>Say my domain name is abc.com , I want to access it as http://abc.com/mail</p>
<p>Suppose I am on a cpanel server. Download and install Roundcube as follows.</p>
<p>root@me [/home/abc/public_html]# wget http://downloads.sourceforge.net/project/roundcubemail/roundcubemail/1.0.0/roundcubemail-1.0.0.tar.gz</p>
<p>root@me [/home/abc/public_html]# tar -xzvf roundcubemail-1.0.0.tar.gz</p>
<p>root@me [/home/abc/public_html]# mv roundcubemail-1.0.0 mail</p>
<p>root@me [/home/abc/public_html]# chown -R abc:abc mail</p>
<p>root@me [/home/abc/public_html]# cd mail</p>
<p>Now login to your cpanel and create a database for roundcube installation, create a database user and assign privileges. This can all be done from cpanel.</p>
<p>Once done, go to the installer link as  http://abc.com/mail/installer, follow the on screen instructions, make sure to give the database details correct and do not overwrite or create any conflict with the existing roundcube installation that comes with cpanel.</p>
<p>Once the installation is done, there are two files which requires attention.</p>
<p>&nbsp;</p>
<p>root@me [/home/abc/public_html/mail]# cd  /home/abc/public_html/mail/config</p>
<p>Make sure the config.inc.php and defaults.inc.php are populated with the correct database details.</p>
<p>root@me [/home/abc/public_html/mail/config]# vi defaults.inc.php    and edit the following fields</p>
<p>// IMAP Settings<br />
$rcmail_config[&#8216;default_host&#8217;] = &#8216;ssl://imap.gmail.com';<br />
$rcmail_config[&#8216;defaul_port&#8217;] = 993;<br />
$rcmail_config[&#8216;imap_auth_type&#8217;] = null;<br />
$rcmail_config[&#8216;username_domain&#8217;] = &#8216;yourdomainname';  // Give the domain name that use googleapps. If you are using gmail account, give gmail.com<br />
$rcmail_config[&#8216;mail_domain&#8217;] = &#8216;yourdomainname';           // Give the domain name that use googleapps. If you are using gmail account, give gmail.com<br />
// SMTP Settings<br />
$rcmail_config[&#8216;smtp_server&#8217;] = &#8216;ssl://smtp.gmail.com';<br />
$rcmail_config[&#8216;smtp_port&#8217;] = 465;<br />
$rcmail_config[&#8216;smtp_user&#8217;] = &#8216;%u';<br />
$rcmail_config[&#8216;smtp_pass&#8217;] = &#8216;%p';<br />
//MBOX Settings<br />
$rcmail_config[&#8216;drafts_mbox&#8217;] = &#8216;[Gmail]/Drafts';<br />
$rcmail_config[&#8216;junk_mbox&#8217;] = &#8216;[Gmail]/Spam';<br />
$rcmail_config[&#8216;sent_mbox&#8217;] = &#8221;;<br />
$rcmail_config[&#8216;trash_mbox&#8217;] = &#8221;;</p>
<p>Save and quit the file. Remove the installer folder.</p>
<p>root@me [/home/abc/public_html/mail/config]# rm -rf /home/abc/public_html/mail/installer</p>
<p>&nbsp;</p>
<p>Now access your gmail through your roundcube installation.</p>
<p>http://abc.com/mail</p>
<p>Username : test   if my gmail account is test@gmail.com</p>
<p>Password : test123    if my gmail pass is test123</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>https://sysadmin.vtrio.com/?feed=rss2&#038;p=132</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upcp hanging – Bad archive: CPAN-SQLite-0.203.tar.gz</title>
		<link>https://sysadmin.vtrio.com/?p=28</link>
		<comments>https://sysadmin.vtrio.com/?p=28#comments</comments>
		<pubDate>Tue, 31 Dec 2013 02:37:14 +0000</pubDate>
		<dc:creator><![CDATA[]]></dc:creator>
				<category><![CDATA[Cpanel]]></category>

		<guid isPermaLink="false">http://sysadmin.vtrio.com/?p=28</guid>
		<description><![CDATA[&#160; &#160; If you get the error mention in the title, do the following. ps aux &#124; grep upcp      – will list the upcp processes running kill -9 pid              – kill that process where pid is the process id listed in the above command output cpan -i CPAN::SQLite - install the cpanel sqlite module directly]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<p>&nbsp;</p>
<p>If you get the error mention in the title, do the following.</p>
<div id="stb-box-2157">
<p>ps aux | grep upcp      – will list the upcp processes running</p>
<p>kill -9 pid              – kill that process where pid is the process id listed in the above command output</p>
<pre>cpan -i CPAN::SQLite   - install the cpanel sqlite module directly

/scripts/upcp --force  - run upcp again</pre>
</div>
]]></content:encoded>
			<wfw:commentRss>https://sysadmin.vtrio.com/?feed=rss2&#038;p=28</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
