On 1/30/2015 10:38 AM, rupesh chandurkar wrote: > Hi All, > > Please help me about control outgoing mail delivery.I want to delay > "1s" in every mail delivery. > Approx 30 mail per/min. > > How I can do ...... > > Regards, > Rupesh
Postfix doesn't have a global delivery limit. You can use smtp_destination_rate_delay to limit the delivery to each remote recipient destination, which is usually what is really needed. # main.cf smtp_destination_rate_delay = 2s http://www.postfix.org/postconf.5.html#default_destination_rate_delay -- Noel Jones