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

added postfix_message_size_limit

parent 12691706
No related branches found
No related tags found
No related merge requests found
...@@ -34,3 +34,5 @@ static_mail_domains: [] ...@@ -34,3 +34,5 @@ static_mail_domains: []
# Final destination address for abuse@ postmaster@ and similar. # Final destination address for abuse@ postmaster@ and similar.
abuse_destination_addr: "root@{{ domain }}" abuse_destination_addr: "root@{{ domain }}"
postfix_message_size_limit: 20971520
...@@ -43,3 +43,5 @@ default_database_type = cdb ...@@ -43,3 +43,5 @@ default_database_type = cdb
indexed = ${default_database_type}:${config_directory}/ indexed = ${default_database_type}:${config_directory}/
#pcre = pcre:${config_directory}/ #pcre = pcre:${config_directory}/
#ldap = proxy:ldap:/etc/postfix/ldap/ #ldap = proxy:ldap:/etc/postfix/ldap/
message_size_limit = {{ postfix_message_size_limit }}
...@@ -48,9 +48,6 @@ transport_maps = ${ldap}all-recipients ${indexed}transport ${indexed}mailman_tra ...@@ -48,9 +48,6 @@ transport_maps = ${ldap}all-recipients ${indexed}transport ${indexed}mailman_tra
# resolve aliases # resolve aliases
virtual_alias_maps = ${indexed}virtual ${ldap}aliases virtual_alias_maps = ${indexed}virtual ${ldap}aliases
# Message size limit.
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
default_destination_concurrency_limit = 20 default_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