Hi Schrieb, i can use your solution. That match my needs.
thank you again Jirka Vitek On Thu, 2012-01-12 at 16:08 +0100, Robert Schetterer wrote: > Am 12.01.2012 15:40, schrieb Jiri Vitek: > > Hello list, > > > > is there any way to limit outgoing messages per recipient mx-set or > > domain? I need to set rate for google mail server for example to > > 1000msg/hour and for seznam.cz for 500msg/hour. > > > > what kind solution is best affordable for this needs? Is it possible to > > di it by pure postfix? > > > > please i'm not looking for exact tutorial or solution. Just kick me the > > right way. > > > > thanks for your time > > Jirka Vitek > > > > for google etc i do it like this, not exact what you asked for > but works here i.e. > > /etc/postfix/transport > > > googlemail.com slow:googlemail.com > google.com slow:google.com > > master.cf > > slow unix - - n - - smtp > > main.cf > > slow_destination_concurrency_limit = 2 > slow_destination_recipient_limit = 5 > slow_destination_rate_delay = 5s > slow_destination_concurrency_failed_cohort_limit = 100 > slow_destination_concurrency_limit = 2 >