Skip to content
Snippets Groups Projects
Commit 59501e2e authored by putro's avatar putro
Browse files

raised max msg size to 20Mb

parent a063d8d4
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ transport_maps = ${ldap}all-recipients ${indexed}transport ${indexed}mailman_tra ...@@ -49,7 +49,7 @@ transport_maps = ${ldap}all-recipients ${indexed}transport ${indexed}mailman_tra
virtual_alias_maps = ${indexed}virtual ${ldap}aliases virtual_alias_maps = ${indexed}virtual ${ldap}aliases
# Message size limit. # Message size limit.
message_size_limit = 15000000 message_size_limit = 20971520
# Concurrency tuning for "relay" and "smtp" transport. # Concurrency tuning for "relay" and "smtp" transport.
relay_destination_concurrency_limit = 20 relay_destination_concurrency_limit = 20
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment