Default message_size_limit to 50MB

Add MESSAGE_SIZE_LIMIT variable in .env to allow setting the message
size limit for postfix.
This commit is contained in:
Amin Bandali
2016-09-24 19:46:10 -04:00
parent 525089a531
commit b5aec1f065
2 changed files with 7 additions and 0 deletions

View File

@@ -7,6 +7,9 @@ mydomain = {{ DOMAIN }}
myhostname = {{ HOSTNAME }}
myorigin = $mydomain
# Message size limit
message_size_limit = {{ MESSAGE_SIZE_LIMIT }}
# Relayed networks
mynetworks = 127.0.0.1/32 [::1]/128 {{ RELAYNETS }}