Closed vtolstov closed 2 years ago
Size of messages written via IMAP is limited via appendlimit
directive for the storage.imapsql module. Default is 32 MiB. Message that caused the error is almost 33.9 MiB.
To double the limit:
storage.imapsql local_mailboxes {
...
appendlimit 64M
}
How to increase message size limit in maddy?