mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-18 00:55:01 +00:00
[Postfix] Client rcpt rate limit set to 50
This commit is contained in:
parent
57af5103c7
commit
081602def9
1 changed files with 1 additions and 0 deletions
|
|
@ -193,6 +193,7 @@ smtputf8_enable = yes
|
|||
# Define protocols for SMTPS and submission service
|
||||
submission_smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3
|
||||
smtps_smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3
|
||||
smtpd_client_recipient_rate_limit = 50
|
||||
|
||||
# DO NOT EDIT ANYTHING BELOW #
|
||||
# User overrides #
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue