• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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