1 (edited by sergraz 2020-06-02 07:57:45)

Topic: ERROR Attachment size (200kb) is oversized the 10 mb upload size.

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): .9.9
- Deployed with iRedMail Easy or the downloadable installer? Installer
- Linux/BSD distribution name and version: Linux Ubuntu 18.04 LTS
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):  MySQL
- 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.
====
Hello.

I had this problem where im tryign to attach a pdf (200kb) and xml(6kb) file to a response of an email and im getting the upload size is over 15 B *on error message) and in the drag and drop section of the email it says the upload max is 10 mb.

I have check the config from this article https://docs.iredmail.org/change.mail.a … .size.html and everything is over 10 mb.

So I don't know how to debug.

Any help?

Thanks.

----

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

2

Re: ERROR Attachment size (200kb) is oversized the 10 mb upload size.

Found the problem.

In the /opt/www/roundcubemail/config/config.inc.php file has

$config['max_message_size'] = '15';

and change to

$config['max_message_size'] = '15M';

that fix it.