How to Change Attachment Size Limit in iRedMail
1. Modifying PostfixFirst, modify the Postfix values. Run the following commands (here we use 256M as an example):postconf -e message_size_limit='254857600'postconf -e mailbox_size_limit='254857600'Restart the Postfix servicesystemctl res …