1

Topic: Changing Roundcube Import filesize limitation

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 1.4.0
- Deployed with iRedMail Easy or the downloadable installer? Installer
- Linux/BSD distribution name and version: Ubuntu 20.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): PGSQL
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

I am trying to importZIP files into Roundcube but the maximum filesize is just 10MB.

I have tried editing php.ini values but I don't think they are related. Not only was none of them 10 MB, changing them also didn't do anything.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Changing Roundcube Import filesize limitation

Maybe   /opt/www/roundcubemail/config/config.inc.php

parameter   $config['max_message_size']

and restart roundcube service.

3

Re: Changing Roundcube Import filesize limitation

FYI: https://docs.iredmail.org/change.mail.a … .size.html

4 (edited by Marco2G 2021-08-25 16:47:58)

Re: Changing Roundcube Import filesize limitation

I followed the tutorial you linked and that did it. I know where the problem lies now...

I edited the wrong things... THIS server is running nginx... Obviously there I have to change different settings. Pretty sure it was the php-fpm setting that did it.