• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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