postfix: add simple rate limiting without allow list or leaky bucket, also for internal mail

This commit is contained in:
missytake
2023-10-17 11:57:04 +02:00
committed by holger krekel
parent 31c71fa6e9
commit b8673d8625

View File

@@ -29,6 +29,9 @@ myhostname = {{ config.domain_name }}
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
# hard limit, also on internal messages
smtpd_client_message_rate_limit = 80
# Postfix does not deliver mail for any domain by itself.
# Primary domain is listed in `virtual_mailbox_domains` instead
# and handed over to Dovecot.