Add postfix mailbox_size_limit

This commit is contained in:
s3lph 2021-11-05 11:22:09 +01:00
parent d932ba838a
commit 365a113201
2 changed files with 2 additions and 0 deletions
roles/postfix
defaults/main
templates/etc/postfix

View file

@ -1,6 +1,7 @@
---
postfix_message_size_limit: 10240000
postfix_mailbox_size_limit: 51200000
postfix_smtpd_relay_restrictions:
- permit_mynetworks

View file

@ -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 %}