• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

IMAP and Webmail Problem

R

RafaelA

Guest
Hi Guys,

I've just upgraded to Plesk 10 and now Horde or AtMail are not working.

It seems to be an IMAP problem, since it can't log on the account.

tail -f /var/log/psa-horde/psa-horde.log
Nov 18 08:37:14 HORDE [error] [imp] FAILED LOGIN for [email protected] [201.47.208.196] to {localhost:143 [imap/notls]} [pid 9062 on line 139 of "/usr/share/psa-horde/imp/lib/Auth/imp.php"]

IMAP is running, as you can see:
service courier-imap start
Starting Courier-IMAP server:
Starting imapd [ OK ]
Starting imap-ssl [ OK ]
Starting pop3 [ OK ]
Starting pop3-ssl [ OK ]

netstat -nap | grep :143
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 13329/couriertcpd
tcp 0 0 ::ffff:187.1.143.13:80 ::ffff:187.91.60.166:1436 TIME_WAIT -


Anybody there has any idea?

Thanks in advance.
Rafael
 
Hi Guys,

I've just upgraded to Plesk 10 and now Horde or AtMail are not working.

It seems to be an IMAP problem, since it can't log on the account.

tail -f /var/log/psa-horde/psa-horde.log
Nov 18 08:37:14 HORDE [error] [imp] FAILED LOGIN for [email protected] [201.47.208.196] to {localhost:143 [imap/notls]} [pid 9062 on line 139 of "/usr/share/psa-horde/imp/lib/Auth/imp.php"]

IMAP is running, as you can see:
service courier-imap start
Starting Courier-IMAP server:
Starting imapd [ OK ]
Starting imap-ssl [ OK ]
Starting pop3 [ OK ]
Starting pop3-ssl [ OK ]

netstat -nap | grep :143
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 13329/couriertcpd
tcp 0 0 ::ffff:187.1.143.13:80 ::ffff:187.91.60.166:1436 TIME_WAIT -


Anybody there has any idea?

Thanks in advance.
Rafael

Maybe this post will help: http://forum.parallels.com/showthread.php?t=105609
 
The thing is that webmail is opening fine.

I can open WEBMAIL on the browser, but login is not working though.

Any idea?
Thanks in advance.
Rafael
 
I found the solution!

Horde tries to connect using LOCALHOST, and my /etc/hosts file was wrong.

I fixed the /etc/hosts file and now everything is working properly!

Thanks guys
Rafael
 
Back
Top