I want to implement rate limiting based on the target server rather
than by recipient domain. Specifically, I want to rate limit email
sent to domains like yahoo.com, ymail.com, aol.com, myyahoo.com, and
verizon.net as a group, since these domains appears to be handled by
the same servers. This grouping should be done in case the receiving
server does not discriminate based on domain for rate limiting
purposes.

(I'm not sure how yahoo works in this respect. I also want to do this
for google, for which there can be a large group of related domains
(eg gmail, googlemail, and users using their own domain with google
workspace?).

Currently, I have grouped the domains under the same transport, but if
i'm not mistaken this approach rate limits each domain independently.
Is there a way to group domains as a single entity for rate limiting
purposes? iow i think i might want a particular transport to rate
limit all the traffic it handles regardless of the domain
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to