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

Downloading attachments in Horde/Webmail

T

thedust2010

Guest
It seems anything above 1.5MB can not be downloaded or displayed at all from inside Horde. I've looked at my phpinfo() output and all limits are set to 2MB or higher, so I don't think it's a PHP configuration issue. Besides, I'm not uploading... just downloading.

Anyone else have this problem? Clients want to kill me...
 
Solved this by simply increasing the following values in /etc/php.ini:

max_execution_time
max_input_time
memory_limit
 
Back
Top