postfix: Increase the max message size to 25MB.

The default is 10MB[^1]; increasing this to 25MB aligns it with the
email mirror's internal limit.

[^1]: https://www.postfix.org/postconf.5.html#message_size_limit
This commit is contained in:
Alex Vandiver 2024-05-24 15:18:58 -04:00 committed by Tim Abbott
parent c7f42de8ba
commit c98bf184bb
1 changed files with 3 additions and 0 deletions

View File

@ -38,3 +38,6 @@ virtual_alias_maps = regexp:/etc/postfix/virtual
allow_percent_hack = no
allow_untrusted_routing = yes
strict_rfc821_envelopes = no
# Ingest messages up to 25MB
message_size_limit = 26214400