You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just started to study your very cool product - Haraka.
I have a few questions. I need to limit/increase the speed of sending letters for each recipient domain individually.
For example, for the domain @gmail.com - 10/min, @hotmail.com - 25/min, @yahoo.com - 50/min
I found the file /usr/lib/node_modules/Haraka/node_modules/haraka-plugin-limit/config/limit.ini
But I don’t understand what recording format should be done?
Please give me a sample of how to correctly write down the speed limit for sending letters for each recipient domain individually?
[rate_rcpt]
what should I write here?
Thanks!
The text was updated successfully, but these errors were encountered:
It sounds like you want rate limiting for Haraka outbound. Currently there's only one outbound limit: concurrency. Rate limiting for outbound would be a new feature.
Hey!
I just started to study your very cool product - Haraka.
I have a few questions. I need to limit/increase the speed of sending letters for each recipient domain individually.
For example, for the domain @gmail.com - 10/min, @hotmail.com - 25/min, @yahoo.com - 50/min
I found the file /usr/lib/node_modules/Haraka/node_modules/haraka-plugin-limit/config/limit.ini
But I don’t understand what recording format should be done?
Please give me a sample of how to correctly write down the speed limit for sending letters for each recipient domain individually?
[rate_rcpt]
what should I write here?
Thanks!
The text was updated successfully, but these errors were encountered: