On Mon, Sep 10, 2012 at 4:53 PM, Robert Schetterer <rob...@schetterer.org>wrote:
> Am 10.09.2012 13:11, schrieb DN Singh: > > Hello List, > > > > I have configured rate delays for different domains, but it seems that > > rate delays are not working. Please help me understand if there is any > > problem in the configuration. > > > > i do it like this, hope it helps > > master.cf > ... > slow unix - - n - - smtp > ... > > transport > > ... > hotmail.com slow:hotmail.com > hotmail.de slow:hotmail.de > gmx.de slow:gmx.de > gmx.net slow:gmx.net > yahoo.de slow:yahoo.de > yahoo.com slow:yahoo.com > aol.de slow:aol.de > aol.com slow:aol.com > web.de slow:web.de > free.fr slow:free.fr > t-online.de slow:t-online.de > gmail.com slow:gmail.com > alice-dsl.de slow:alice-dsl.de > freenet.de slow:freenet.de > versanet.de slow:versanet.de > online.de slow:online.de > arcor.de slow:arcor.de > googlemail.com slow:googlemail.com > google.com slow:google.com > --- > > main.cf > > ... > slow_destination_recipient_limit = 5 > slow_destination_rate_delay = 5s > slow_destination_concurrency_failed_cohort_limit = 100 > slow_destination_concurrency_limit = 2 > ... > > > -- > Best Regards > MfG Robert Schetterer > That is a similar configuration except, you have kept all domains on same transport. I have kept different delays for different domains. Thanks for the help anyways.