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

roundcube fileupload failure

Riijou

New Pleskian
i upgraded to 11.5 and just changed webmail to roundcube, but file upload is not working just giving me the message file upload failed! someone got the same issue? or can someone tell me where i can find the roundcube logs?
 
i found the solution log/plesk-roundcube/ and tmp/plesk-roundcube/ should be writable and chowned to root, else roundcube would not be able to use them.
 
Here are proper permissions:

# ls -ald "/var/log/plesk-roundcube/" "/var/tmp/plesk-roundcube/"
drwxr-x--- 2 roundcube_sysuser root 4096 Jun 13 17:58 /var/log/plesk-roundcube/
drwxr-x--- 2 roundcube_sysuser root 4096 Jun 13 17:58 /var/tmp/plesk-roundcube/


Which ones did you have?
 
i found the solution log/plesk-roundcube/ and tmp/plesk-roundcube/ should be writable and chowned to root, else roundcube would not be able to use them.

Nikolay wrote correct permissions in the previous post.
Also you should set safe_mode = Off in php.ini:
/etc/psa-webmail/roundcube/php.ini
 
Back
Top