mirror of
https://github.com/chatmail/relay.git
synced 2026-05-19 20:38:05 +00:00
postfix: add simple rate limiting without allow list or leaky bucket, also for internal mail
This commit is contained in:
@@ -29,6 +29,9 @@ myhostname = {{ config.domain_name }}
|
|||||||
alias_maps = hash:/etc/aliases
|
alias_maps = hash:/etc/aliases
|
||||||
alias_database = 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.
|
# Postfix does not deliver mail for any domain by itself.
|
||||||
# Primary domain is listed in `virtual_mailbox_domains` instead
|
# Primary domain is listed in `virtual_mailbox_domains` instead
|
||||||
# and handed over to Dovecot.
|
# and handed over to Dovecot.
|
||||||
|
|||||||
Reference in New Issue
Block a user