mirror of https://github.com/zulip/zulip.git
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:
parent
c7f42de8ba
commit
c98bf184bb
|
@ -38,3 +38,6 @@ virtual_alias_maps = regexp:/etc/postfix/virtual
|
||||||
allow_percent_hack = no
|
allow_percent_hack = no
|
||||||
allow_untrusted_routing = yes
|
allow_untrusted_routing = yes
|
||||||
strict_rfc821_envelopes = no
|
strict_rfc821_envelopes = no
|
||||||
|
|
||||||
|
# Ingest messages up to 25MB
|
||||||
|
message_size_limit = 26214400
|
||||||
|
|
Loading…
Reference in New Issue