1

Topic: Sending more attachments than default in IredMail

iRedMail version 1.7.0
- Linux/BSD distribution name and version: Ubuntu 22.04.4 LTS
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): PGSQL
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro: NO


Tell me what I'm doing wrong. I need to send files larger than 10M, but something doesn't allow me to send files larger than 10M.

I used the instructions
docs.iredmail.org/change.mail.attachment.size.html
my postfix
message_size_limit=20971520
mailbox_size_limit=107374182400
my iRedAPD
plugins throttle is disabled
my PHP.INI
memory_limit = 200M;
upload_max_filesize = 100M;
post_max_size = 100M;
Roundcube webmail is not installed
my Nginx
client_max_body_size 100m;
my SOGo
SOGoMaximumMessageSizeLimit = 25600;
WOMaxUploadSize = 25600;

Post's attachments

Screenshot_1.jpg
Screenshot_1.jpg 12.23 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

----

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

2

Re: Sending more attachments than default in IredMail

Did you restart nginx and sogo services after modified their config files?

3

Re: Sending more attachments than default in IredMail

Yes, I restarted it, but I didn't get any success.