RoundCube upload attachment file size always 75MB

General discussions around KeyHelp.
Post Reply
akong77
KeyHelp Translator
Posts: 60
Joined: Mon 2. Aug 2021, 07:39

RoundCube upload attachment file size always 75MB

Post 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?
akong77
KeyHelp Translator
Posts: 60
Joined: Mon 2. Aug 2021, 07:39

Re: RoundCube upload attachment file size always 75MB

Post 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 218 times
I also set php setup.
P0odeeavYd.png
P0odeeavYd.png (11.27 KiB) Viewed 218 times
User avatar
Florian
Keyweb AG
Posts: 1462
Joined: Wed 20. Jan 2016, 02:28

Re: RoundCube upload attachment file size always 75MB

Post 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
Mit freundlichen Grüßen / Best regards
Florian Cheno

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
User avatar
Alexander
Keyweb AG
Posts: 4159
Joined: Wed 20. Jan 2016, 02:23

Re: RoundCube upload attachment file size always 75MB

Post 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
Mit freundlichen Grüßen / Best regards
Alexander Mahr

**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
akong77
KeyHelp Translator
Posts: 60
Joined: Mon 2. Aug 2021, 07:39

Re: RoundCube upload attachment file size always 75MB

Post by akong77 »

I edit file in /home/keyhelp/www/roundcube/config/defaults.inc.php and resolved it.Thanks a lot.
Post Reply