mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
mail/postfix: align mailbox and message size (#4330)
This commit is contained in:
parent
4b64525274
commit
1f1ae511c2
1 changed files with 1 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ smtpd_banner = $myhostname ESMTP Postfix
|
|||
{% endif %}
|
||||
{% if helpers.exists('OPNsense.postfix.general.message_size_limit') and OPNsense.postfix.general.message_size_limit != '' %}
|
||||
message_size_limit = {{ OPNsense.postfix.general.message_size_limit }}
|
||||
mailbox_size_limit = {{ OPNsense.postfix.general.message_size_limit }}
|
||||
{% endif %}
|
||||
{% if helpers.exists('OPNsense.postfix.general.masquerade_domains') and OPNsense.postfix.general.masquerade_domains != '' %}
|
||||
masquerade_domains = {{ OPNsense.postfix.general.masquerade_domains }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue