On 16/11/24 16:38, Hua Y via Postfix-users wrote:
On 2024-11-16 13:05, Phil via Postfix-users wrote:
On 16/11/24 11:31, Phil via Postfix-users wrote:
On 16/11/24 11:25, jeff--- via Postfix-users wrote:
How can I setup recipient rate limit in postfix? or via a milter?
This setting should be against local users in our system.

Thank you.


you can put

default_extra_recipient_limit = 50

in main.cf & postfix reload

_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org
should have been

default_destination_rate_delay = 3
default_extra_recipient_limit = 50

works for small setups . . .



Can you please explain the two options a bit more?


Yes - default_destination_rate_delay  sets how many seconds between sending messages, the server could have a 1000 messages in the queue and it will send 1 message every 3 seconds. The default_extra_recipient_limit sets how many recipients the message can be sent to, ie 50 people max. HTH

_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to