Skip to content
Snippets Groups Projects
Commit 2c2245a5 authored by Jan Philipp Timme's avatar Jan Philipp Timme
Browse files

Make message_size_limit configurable

parent 63e85078
No related branches found
No related tags found
No related merge requests found
postfix: postfix:
nullclient: nullclient:
message_size_limit: '10240000'
relayhost: 'smtp.example.com' relayhost: 'smtp.example.com'
rootmail-destination: 'rootmails@example.com' rootmail-destination: 'rootmails@example.com'
...@@ -54,3 +54,5 @@ enable_long_queue_ids = yes ...@@ -54,3 +54,5 @@ enable_long_queue_ids = yes
# Disable smtputf8 support since exchange does not support it # Disable smtputf8 support since exchange does not support it
smtputf8_enable = no smtputf8_enable = no
# Allow configuring maximum message size
message_size_limit = {{ pillar['message_size_limit'] }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment