• 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.

Resolved Cannot login into Roundcubemail after upgrade to Plesk Onyx 17.8.11 Update #5

OllieK

New Pleskian
Hi,

today I upgraded from Plesk Onyx 17.5.43 (I think) to 17.8.11 Update #5.
Now I am unable to login into Roundcube Mail.

/var/log/plesk-roundcube/errors says this:
[13-Apr-2018 09:02:07 +0000]: <i7qk8anj> IMAP Error: Login failed for hugo from 193.xxx.xxx.xxx (X-Real-IP: 193.xxx.xxx.xxx). AUTHENTICATE PLAIN: Authentication failed. in /usr/share/psa-roundcube/program/lib/Roundcube/rcube_imap.php on line 196 (POST /?_task=login&_action=login)

Any idea what I can do to fix this?
 
Hi Mark,

thanks for your answer. How can I check that? The error message is not very detailed...

Edit:
You are right. If I add @domain.com to my login name, the login works.
in defaults.inc.php the $config['username_domain'] setting got lost. Changed it back to this:
$config['username_domain'] = '%t';

Now it works again.

Thanks for your help!
 
Last edited:
@OllieK that's curious... I have $config['username_domain'] = ''; but everything is perfectly working.

I noticed that I also have $config['username_domain_forced'] = false;: can it be the case that you have changed it to $config['username_domain_forced'] = true; ?
 
@OllieK that's curious... I have $config['username_domain'] = ''; but everything is perfectly working.

I noticed that I also have $config['username_domain_forced'] = false;: can it be the case that you have changed it to $config['username_domain_forced'] = true; ?

Weird. No, I have $config['username_domain_forced'] = false;
 
Back
Top