<?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>eITWebguru &#187; Horde Webmail</title>
	<atom:link href="http://eitwebguru.com/tag/horde-webmail/feed/" rel="self" type="application/rss+xml" />
	<link>http://eitwebguru.com</link>
	<description></description>
	<lastBuildDate>Mon, 21 May 2012 05:48:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Cannot login to Horde Webmail (Plesk): Login Failed</title>
		<link>http://eitwebguru.com/cannot-login-to-horde-webmail-plesk-login-failed/</link>
		<comments>http://eitwebguru.com/cannot-login-to-horde-webmail-plesk-login-failed/#comments</comments>
		<pubDate>Tue, 20 Mar 2012 14:34:17 +0000</pubDate>
		<dc:creator>Milind</dc:creator>
				<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Plesk For Linux]]></category>
		<category><![CDATA[courier-imap]]></category>
		<category><![CDATA[FAILED LOGIN]]></category>
		<category><![CDATA[Horde Webmail]]></category>
		<category><![CDATA[IMAP Service]]></category>
		<category><![CDATA[Login failed]]></category>
		<category><![CDATA[psa-courier-imap]]></category>
		<category><![CDATA[psa-horde.log]]></category>
		<category><![CDATA[re-installed IMAP Service]]></category>
		<category><![CDATA[telnet localhost 143]]></category>
		<category><![CDATA[Webmail]]></category>

		<guid isPermaLink="false">http://eitwebguru.com/?p=359</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 [...]]]></description>
			<content:encoded><![CDATA[<!-- google_ad_section_start --><p style="text-align: justify;"><span style="color: #ff0000;"><span style="text-decoration: underline;"><strong><span style="font-family: Verdana; font-size: small;">PROBLEM:</span></strong></span></span></p>
<p><span id="more-359"></span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">While Login into Webmail it returns the error: “Login failed”</span></p>
<p style="text-align: justify;"><span style="text-decoration: underline;"><strong><span style="font-family: Verdana; font-size: small;">SOLUTION:</span></strong></span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">Make sure that it is possible to connect to localhost:143 from the command line using telnet. If you get the error as below:</span></p>
<pre style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 490px; height: 40px; text-align: justify; font-family: Verdana; font-size: small;" dir="ltr"><strong># telnet localhost 143
localhost/143: Name or service not known</strong></pre>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">then check /etc/hosts file. It must have permissions -rw-r–r– and contain the record for localhost in the following format:</span></p>
<pre style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 490px; height: 30px; text-align: justify; font-family: Verdana; font-size: small;" dir="ltr"><strong>127.0.0.1       localhost localhost.localdomain</strong></pre>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">Above is from From Parallels Knowledgebase</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">If /var/log/psa-horde/psa-horde.log shows something like:</span></p>
<pre style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 490px; height: 70px; text-align: justify; font-family: Verdana; font-size: small;" dir="ltr"><span style="color: #ff0000;"><strong>FAILED LOGIN xx.xx.xx.xx to localhost:143</strong></span>[imap/notls] as me@mydomain.co.uk
<span style="color: #ff0000;"><strong>FAILED LOGIN xx.xx.xx.xx to localhost:143</strong></span>[imap/notls] as me@mydomain.co.uk</pre>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">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:</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">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)</span></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">2) go to the RPM directory which contains courier Imap RPM’s</span><br />
<strong>#cd [path to the PSA RPM Directory]/dist-rpm-CentOS-4.2-i386/base/</strong></p>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">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</span></p>
<pre style="border: 1px inset; margin: 0px; padding: 6px; overflow: auto; width: 490px; height: 700px; text-align: justify; font-family: Verdana; font-size: small;" dir="ltr">[root@vps base]#<strong> pwd
/root/plesk/dist-rpm-CentOS-4.2-i386/base</strong>
[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>
Preparing… ########################################### [100%]
Reloading configuration: [ OK ]
1:courier-imap ########################################### [ 50%]
Stopping Courier-IMAP server:
Stopping imap [ OK ]
Stopping imap-ssl [ OK ]
Stopping pop3 [ OK ]
Stopping pop3-ssl [ OK ]

Starting Courier-IMAP server:
Starting imapd [ OK ]
Starting imap-ssl [ OK ]
Starting pop3 [ OK ]
Starting pop3-ssl [ OK ]

2:psa-courier-imap-add ########################################### [100%]
Stopping Courier-IMAP server:
Stopping imap [ OK ]
Stopping imap-ssl [ OK ]
Stopping pop3 [ OK ]
Stopping pop3-ssl [ OK ]

Starting Courier-IMAP server:
Starting imapd [ OK ]
Starting imap-ssl [ OK ]
Starting pop3 [ OK ]
Starting pop3-ssl [ OK ]

[root@vps base]# <strong>netstat -nap | grep :143</strong>
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 1657/couriertcpd
[root@vps base]# <strong>telnet localhost 143</strong>
Trying 127.0.0.1…
Connected to localhost.
Escape character is ‘^]’.</pre>
<p style="text-align: justify;"><span style="font-family: Verdana; font-size: small;">After this I was able to login into Webmail without any problem. I hope this will help other to fix the issue too</span></p>
<!-- google_ad_section_end -->]]></content:encoded>
			<wfw:commentRss>http://eitwebguru.com/cannot-login-to-horde-webmail-plesk-login-failed/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

