Page 1 of 1

RoundCube upload attachment file size always 75MB

Posted: Thu 28. Nov 2024, 06:06
by akong77
Hello,
I have set mail message size to 50M and set php post_max_size to 30M and upload_max_filesize to 25M,But it's always show 75M at roundcube upload attachment file size.How to edit it?

Re: RoundCube upload attachment file size always 75MB

Posted: Thu 28. Nov 2024, 09:14
by akong77
Webmail show upload attachment size is 75MB
dtAJkUAZzj.png
But I set max message size is 50M
AdcHPo9Agz.png
AdcHPo9Agz.png (15.39 KiB) Viewed 3284 times
I also set php setup.
P0odeeavYd.png
P0odeeavYd.png (11.27 KiB) Viewed 3284 times

Re: RoundCube upload attachment file size always 75MB

Posted: Thu 28. Nov 2024, 09:56
by Florian
Hello,

Roundcube attachment size limit value is limited to 75% of

Code: Select all

$config['max_message_size'] = '100M'
in /home/keyhelp/www/roundcube/config/defaults.inc.php

Re: RoundCube upload attachment file size always 75MB

Posted: Thu 28. Nov 2024, 10:00
by Alexander
Additional information: Please note that these settings will be overwritten by any future Roundcube update.
akong77 wrote: Thu 28. Nov 2024, 09:14
I also set php setup.
P0odeeavYd.png
This is only relevant for the user's web pages, not for the webmailer.
The webmailer belongs to KeyHelp and its PHP configuration can be found here: /etc/php/<PHP-VERSION>/fpm/pool.d/keyhelp.conf

Re: RoundCube upload attachment file size always 75MB

Posted: Fri 29. Nov 2024, 04:09
by akong77
I edit file in /home/keyhelp/www/roundcube/config/defaults.inc.php and resolved it.Thanks a lot.