Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
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?
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)
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!!