Postfix error: "mailbox_size_limit is smaller than message_size_limit"
After some digging, it appears that mailbox_size_limit and message_size_limit variables are stored as int.
So even if you set them correctly make sure they're not over the int limit (2147483647)
Technology:

Add new comment