• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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