SOLVED Roundcube increase upload limit
-
Hi all,
Is it save to manually amend the php.ini for the roundcube app to increase the file upload limit?
It's set to 25MB which is way too tiny for easy importing of mailboxes
Yes, there is IMAPsync but... roundcube's import/export function is super quick-n-easy.
-
Hi,
the problem is not whether it is safe or not safe, simply it is not very effective because after each update that value will be restored, what you can do is a custom app and simply change that parameter in the dockerfile.--> https://git.cloudron.io/cloudron/roundcube-app/-/blob/master/Dockerfile#L28
-
I've created an issue to track this at https://git.cloudron.io/cloudron/roundcube-app/-/issues/2
-
In the new package, you can override PHP.ini settings in /app/data/php.ini
-
Thank you @girish