Is there any way to configure delay in sending mails thru Postfix server (ubuntu 10.04Lts), what I'm trying to limit sending mail to 60 mails/min or 1 mail in 1Sec.

link|improve this question

Are you trying to rate-limit globally or per user? – Janne Pikkarainen Jan 20 at 12:19
rate-limit globally – user103373 Jan 21 at 7:12
feedback

3 Answers

What goal are you trying to achieve ?

Global rate limiting is almost never the right solution.

link|improve this answer
feedback

I would recommend Policyd/cluebringer

http://www.policyd.org/

link|improve this answer
feedback

Policyd mentioned by mangia is better complete solution to throttle all dispatches.

In postfix however you can throttle delivery per destination with: http://www.postfix.org/postconf.5.html#default_destination_rate_delay

Add smtp_destination_rate_delay = 1m for a minute gap between each delivery.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.