
Set global Postfix destination_rate_delay and not per domain
In postfix docs it says:
"The default amount of delay that is inserted between individual deliveries to the same destination; the resulting behavior depends on the value of the corresponding per-destination recipient limit.
- With a corresponding per-destination recipient limit > 1, the rate delay specifies the time between deliveries to the same domain. Different domains are delivered in parallel, subject to the process limits specified in master.cf.
- With a corresponding per-destination recipient limit equal to 1, the rate delay specifies the time between deliveries to the same recipient. Different recipients are delivered in parallel, subject to the process limits specified in master.cf.
"
I realized default_destination_rate_delay is PER DOMAIN.
But microsoft have different domains Hotmail,Live,Outlook...
So I want to set global destination_rate_delay for all domains (any domain in the world) to 30s. How to do it?

-
annak698 -
Thanks - Reply
{{ DiscussionBoard.errors[11386687].message }} -