<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>.:][ Gr8 Admin Team ][:. &#187; Plesk for Linux</title>
	<atom:link href="http://maxmk.wordpress.com/category/control-panels/plesk-for-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://maxmk.wordpress.com</link>
	<description>What you need from System Admins.....we are here</description>
	<lastBuildDate>Tue, 17 Nov 2009 23:57:31 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='maxmk.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/24973595771a48b3164104d6add8c7f9?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>.:][ Gr8 Admin Team ][:. &#187; Plesk for Linux</title>
		<link>http://maxmk.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://maxmk.wordpress.com/osd.xml" title=".:][ Gr8 Admin Team ][:." />
		<item>
		<title>Cannot login to Horde Webmail: Login Failed</title>
		<link>http://maxmk.wordpress.com/2008/10/02/cannot-login-to-horde-webmail-login-failed/</link>
		<comments>http://maxmk.wordpress.com/2008/10/02/cannot-login-to-horde-webmail-login-failed/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 22:35:14 +0000</pubDate>
		<dc:creator>maxmk</dc:creator>
				<category><![CDATA[Plesk for Linux]]></category>

		<guid isPermaLink="false">http://maxmk.wordpress.com/?p=47</guid>
		<description><![CDATA[PROBLEM:
While Login into Webmail it returns the error: “Login failed”
SOLUTION:
Make sure that it is possible to connect to localhost:143 from the command line using telnet. If you get the error as below:
-=-=-
# telnet localhost 143
localhost/143: Name or service not known
-=-=-
then check /etc/hosts file. It must have permissions -rw-r–r– and contain the record for localhost in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxmk.wordpress.com&blog=542829&post=47&subd=maxmk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;"><span style="text-decoration:underline;"><span style="color:#ff0000;"><strong>PROBLEM:</strong></span></span><br />
<strong>While Login into Webmail it returns the error: “Login failed”</strong></p>
<p style="text-align:justify;"><strong><span style="text-decoration:underline;"><span style="color:#339966;">SOLUTION:</span></span></strong><br />
Make sure that it is possible to connect to localhost:143 from the command line using telnet. If you get the error as below:<br />
-=-=-<br />
<strong># telnet localhost 143<br />
localhost/143: Name or service not known</strong><br />
-=-=-</p>
<p style="text-align:justify;">then check /etc/hosts file. It must have permissions -rw-r–r– and contain the record for localhost in the following format:<br />
-=-=-<br />
<strong>127.0.0.1       localhost localhost.localdomain</strong><br />
-=-=-<br />
Above is from From <strong>Parallels Knowledgebase</strong></p>
<p style="text-align:justify;">If <strong>/var/log/psa-horde/psa-horde.log</strong> shows something like:</p>
<p style="text-align:justify;"><strong>FAILED LOGIN xx.xx.xx.xx to localhost:143[imap/notls] as me@mydomain.co.uk<br />
FAILED LOGIN xx.xx.xx.xx to localhost:143[imap/notls] as me@mydomain.co.uk</strong></p>
<p style="text-align:justify;">I have searched regarding this but unable to find any fix so, I just re-installed the IMAP Service on the server. Following are the steps using which I have re-installed IMAP Server:<br />
-=-=-<br />
1) You can find the RPMS used by Plesk in /root/psa/PSA_version directory OR you can download the Tar (Not Autoinstaller) containing RPMS from Parallels website http://www.parallels.com/en/download/ (need registration it’s free)</p>
<p style="text-align:justify;">2) go to the RPM directory which contains courier Imap RPM’s<br />
<strong>#cd [path to the PSA RPM Directory]/dist-rpm-CentOS-4.2-i386/base/</strong></p>
<p style="text-align:justify;">3) Re-install courier-imap-3.0.8-cos4.build81070322.16.i586.rpm and psa-courier-imap-add-8.1.1-cos4.build81070322.16.i586.rpm which will automatically restart the services too<br />
-=-=-<br />
[root@vps base]# pwd<br />
/root/plesk/dist-rpm-CentOS-4.2-i386/base<br />
[root@vps base]# <strong>rpm -Uvh courier-imap-3.0.8-cos4.build81070322.16.i586.rpm psa-courier-imap-add-8.1.1-cos4.build81070322.16.i586.rpm –force</strong><br />
Preparing… ########################################### [100%]<br />
Reloading configuration: [ OK ]<br />
1:courier-imap ########################################### [ 50%]<br />
Stopping Courier-IMAP server:<br />
Stopping imap [ OK ]<br />
Stopping imap-ssl [ OK ]<br />
Stopping pop3 [ OK ]<br />
Stopping pop3-ssl [ OK ]</p>
<p style="text-align:justify;">Starting Courier-IMAP server:<br />
Starting imapd [ OK ]<br />
Starting imap-ssl [ OK ]<br />
Starting pop3 [ OK ]<br />
Starting pop3-ssl [ OK ]</p>
<p style="text-align:justify;">2:psa-courier-imap-add ########################################### [100%]<br />
Stopping Courier-IMAP server:<br />
Stopping imap [ OK ]<br />
Stopping imap-ssl [ OK ]<br />
Stopping pop3 [ OK ]<br />
Stopping pop3-ssl [ OK ]</p>
<p style="text-align:justify;">Starting Courier-IMAP server:<br />
Starting imapd [ OK ]<br />
Starting imap-ssl [ OK ]<br />
Starting pop3 [ OK ]<br />
Starting pop3-ssl [ OK ]</p>
<p style="text-align:justify;">[root@vps base]# netstat -nap | grep :143<br />
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 1657/couriertcpd<br />
[root@vps base]# <strong>telnet localhost 143</strong><br />
Trying 127.0.0.1…<br />
Connected to localhost.<br />
Escape character is ‘^]’.<br />
-=-=-</p>
Posted in Plesk for Linux  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maxmk.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maxmk.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maxmk.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maxmk.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maxmk.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maxmk.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maxmk.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maxmk.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maxmk.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maxmk.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxmk.wordpress.com&blog=542829&post=47&subd=maxmk&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://maxmk.wordpress.com/2008/10/02/cannot-login-to-horde-webmail-login-failed/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">maxmk</media:title>
		</media:content>
	</item>
		<item>
		<title>How to uninstall Coldfusion</title>
		<link>http://maxmk.wordpress.com/2006/11/25/how-to-uninstall-coldfusion/</link>
		<comments>http://maxmk.wordpress.com/2006/11/25/how-to-uninstall-coldfusion/#comments</comments>
		<pubDate>Sat, 25 Nov 2006 14:33:58 +0000</pubDate>
		<dc:creator>maxmk</dc:creator>
				<category><![CDATA[Plesk for Linux]]></category>

		<guid isPermaLink="false">http://maxmk.wordpress.com/2006/11/25/how-to-uninstall-coldfusion/</guid>
		<description><![CDATA[1) Login to mysql using admin password of plesk
===================================================
mysql -uadmin -p&#8217;pleskpassword&#8217; -p 8306 psa
===================================================
2) Search for coldfusion values in misc table
===================================================
mysql&#62; select * from misc where param like &#8220;cf%&#8221;;
+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-+
&#124; param &#124; val &#124;
+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-+
&#124; cf_instance_path &#124; /opt/coldfusionmx &#124;
&#124; cf_instance_port &#124; 51011 &#124;
&#124; cf_instance_type &#124; server &#124;
+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-+
3 rows in set (0.00 sec)
===================================================
3) Delete these values from the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxmk.wordpress.com&blog=542829&post=26&subd=maxmk&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>1) Login to mysql using admin password of plesk</p>
<p>===================================================<br />
mysql -uadmin -p&#8217;pleskpassword&#8217; -p 8306 psa<br />
===================================================</p>
<p>2) Search for coldfusion values in misc table</p>
<p>===================================================<br />
mysql&gt; select * from misc where param like &#8220;cf%&#8221;;<br />
+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-+<br />
| param | val |<br />
+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-+<br />
| cf_instance_path | /opt/coldfusionmx |<br />
| cf_instance_port | 51011 |<br />
| cf_instance_type | server |<br />
+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-+<br />
3 rows in set (0.00 sec)<br />
===================================================</p>
<p>3) Delete these values from the table</p>
<p>===================================================<br />
mysql&gt; delete from misc where param like &#8220;cf%&#8221;;<br />
Query OK, 3 rows affected (0.05 sec)<br />
===================================================</p>
<p>4) Quit and restart the mysql, plesk service (psa in linux).</p>
<p>This will uninstall Coldfusion from the server.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/maxmk.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/maxmk.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/maxmk.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/maxmk.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/maxmk.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/maxmk.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/maxmk.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/maxmk.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/maxmk.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/maxmk.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/maxmk.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/maxmk.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=maxmk.wordpress.com&blog=542829&post=26&subd=maxmk&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://maxmk.wordpress.com/2006/11/25/how-to-uninstall-coldfusion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">maxmk</media:title>
		</media:content>
	</item>
	</channel>
</rss>