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

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