add support to set message_size_limit
This commit is contained in:
parent
78abfca2b9
commit
e2bbc1db5e
1 changed files with 2 additions and 1 deletions
|
|
@ -40,7 +40,6 @@ mydestination = {{ inventory_hostname_short }} {{ inventory_hostname }} localhos
|
|||
alias_maps = hash:/etc/aliases
|
||||
alias_database = hash:/etc/aliases
|
||||
|
||||
|
||||
relayhost = {{ postfix.relayhost|d('') }}
|
||||
relay_domains = {{ postfix.relay_domains|d([])|join(', ') }}
|
||||
relay_transport = {{ postfix.relay_transport|d('smtp') }}
|
||||
|
|
@ -53,6 +52,8 @@ recipient_delimiter = +
|
|||
inet_interfaces = all
|
||||
inet_protocols = all
|
||||
|
||||
message_size_limit = {{ postfix.message_size_limit|d('20480000') }}
|
||||
|
||||
{% if "virtual_transport" in postfix and postfix.virtual_transport == "dovecot" %}
|
||||
smtpd_sasl_type = dovecot
|
||||
smtpd_sasl_path = private/auth
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue