• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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