1

Topic: max upload size

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

Hi I changed message size limit as mentioned below but it does not work.Is it wrong?

vi /etc/postfix/main.cf
message_size_limit = 25600000


vi /etc/sogo/sogo.conf
    WOMaxUploadSize = 25600000;

----

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

2

Re: max upload size

first, check values.

message_size_limit in /etc/postfix/main.cf   is in bytes
WOMaxUploadSize  is in kilobytes

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

you have also to restart either postfix and sogod services to load new config.