Add postfix mailbox_size_limit
This commit is contained in:
parent
d932ba838a
commit
365a113201
2 changed files with 2 additions and 0 deletions
roles/postfix
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
|
||||
postfix_message_size_limit: 10240000
|
||||
postfix_mailbox_size_limit: 51200000
|
||||
|
||||
postfix_smtpd_relay_restrictions:
|
||||
- permit_mynetworks
|
||||
|
|
|
@ -96,6 +96,7 @@ smtp_tls_session_cache_database = {{ postfix_smtp_tls_session_cache_database }}
|
|||
disable_vrfy_command = yes
|
||||
|
||||
message_size_limit = {{ postfix_message_size_limit }}
|
||||
mailbox_size_limit = {{ postfix_mailbox_size_limit }}
|
||||
|
||||
smtpd_sender_login_maps =
|
||||
{% for restriction in postfix_smtpd_sender_login_maps %}
|
||||
|
|
Loading…
Add table
Reference in a new issue