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

Plesk Roundcube Attachment Size

sosbilisim

Basic Pleskian
Hello;

I seem Plesk Roundcube 6 MB attachment size. I Changed all php.ini and php.ini.tpl files but changes nothing. How Can I rise up the attachment size ?

Thanks
Muharrem
 
Roundcube Attachment Limit - with plesk

Hello;

I seem Plesk Roundcube 6 MB attachment size. I Changed all php.ini and php.ini.tpl files but changes nothing. How Can I rise up the attachment size ?

Thanks
Muharrem

I am seeing the same issue, I have the php limit raised and I raised the limit email size limit in Plesk - Mail Settings.
When I go to attach in Roundcube, it states that the limit is 5mb.
Does Roundcube have a settings area for the upload size?

I should also add, if I switch to Horde on the same server, I can send larger attachments (however Horde it now sending them as links)

Brad
 
Last edited:
Hello,

Please try to change "post_max_size" limit in /etc/psa-webmail/roundcube/php.ini and check it
 
Hello
Changing "post_max_size" doen't affect attachement limitation, it affects the size of the hole POST data
You need to change the value of "upload_max_filesize"
I think that "post_max_size" should be greater than "upload_max_filesize"
In my case i've defined "post_max_size" to 16M and "upload_max_filesize" to 15M
 
Back
Top