Roundcube attachment size issue

Machine-Aumix

Verified User
Joined
Apr 8, 2020
Messages
8
I am running Centos 7 with Nginx / php-fpm / PHP 7.4 / PHP 7.2 on the server , yesterday i tried to increase the limit for Roundcube so i changed both upload max size and post max size
/usr/local/php74/lib/php.ini:846:upload_max_filesize = 1G
/usr/local/php72/lib/php.ini:822:upload_max_filesize = 1G
I also added tried modifying client_max_body_size 1000m; in /etc/nginx/nginx-defaults.conf
i didnt do any modification to .htaccess for roundcube since it will be ignored by nginx
Note * roundcube was showing 64 mb as a limit , after editing the upload max size and post max size , it changed to 75 MB

any advice ?
 
Mail has a limit of ~25mb. There is no fixed limit on email though, but because email passes trough other systems that might have a limit.
If you need to share a file bigger than that, I'd suggest uploading it to a server somewhere.
 
Back
Top