• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

No Login in Roundcube Webmail since Plesk 10.4.4 Upgrade ...

PingPong

New Pleskian
Hi Experts,

I use on one of my Servers "Roundcube Webmail". Since the Upgrade from latest 10.3.x 10.4.4 Release it's unable
to Login in Roundcube. I had checked in (Plesk) Horde, the login is successfully. Can you help me to debuig/solve
the problem?

Best regards
Michael
 
I have exactly the same issue.
Struggling for 4 days now to solve it. Installed 10 times now from scratch. This is the error I got:

[24-Nov-2011 14:32:09 +0100]: IMAP Error: Login failed for [email protected] from xxx.xxx.xxx.xxx. Authentication failed. in /var/www/roundcube/program/include/rcube_imap.php on line 199 (POST /?_task=login&_action=login)

Please help!
 
Hi,

I found a short workaround to login:

Change the line main.inc.php the following Line from "null" to "plain"

// IMAP auth type. Can be "auth" (CRAM-MD5), "plain" (PLAIN) or "check" to auto detect.
// Optional, defaults to "check"
$rcmail_config['imap_auth_type'] = plain;

It works, but I think it's not the best Solution ... Plain Text auth!!
 
Thanks. This is working. Was looking for the solution for 4 days now.
 
Back
Top