Merge pull request #1094 from YunoHost/fix-too-many-recipient

[fix] Avoid too many recipient
This commit is contained in:
Alexandre Aubin 2020-12-11 14:22:30 +01:00 committed by GitHub
commit 379c6e435c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -182,6 +182,9 @@ milter_default_action = accept
smtp_destination_concurrency_limit = 2
default_destination_rate_delay = 5s
# Avoid to be blacklisted due to too many recipient
smtpd_client_recipient_rate_limit=150
# Avoid email adress scanning
# By default it's possible to detect if the email adress exist
# So it's easly possible to scan a server to know which email adress is valid