On Mon, 2009-11-23 at 15:51 +0530, Dhiraj Chatpar wrote: > > > > In your main.cf, set "default_destination_rate_delay = 1s" and > > > > leave all those other parameters at their default. > > > > > > > > This will instruct postfix to send no more than 60 messages > > > > per minute. > > > > > > This will apply to all transports, not just "smtp", if all mail is > > > sent to remote destinations, that's fine, otherwise, one may want > > > be more selective: > > > > > > smtp_destination_rate_delay = 1s >
If I set smtp_destination_rate_delay = 1s , the Max output will be less than 60 messages per minute. But in reality it can mean much lesser than 60 messages per sec Suppose Each mail already takes 1s to process, then additional delay will be totally unnecessary.