On Mon, Sep 10, 2012 at 6:09 PM, Wietse Venema <wie...@porcupine.org> wrote:
> DN Singh: > > 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 > > Wietse: > > Please define "not working". > > DN Singh > > My understanding of transport_rate_delay based on postconf manual is > that, > > since I have specified a rate delay of 30s for that particular > > domain/transport, there should have been a gap of at least 30s between > > successive deliveries to the same destination. But, the mails were > > delivered instantly and even simultaneously in some cases. > > Does the problem go away after you run > > postmap hash:/etc/postfix/transport > postfix reload > > When you run "ps ax|grep master", how many master daemons are running > on your system? > > That means my understanding is correct. I did postmap and reloaded postfix. This is what happened after that: ---------------------------- Sep 10 *18:15:34* hostname postfix/master[1227]: reload -- version 2.9.3, configuration /etc/postfix Sep 10 *18:15:47* hostname postfix/smtp[11163]: 03A6C4C71E4: to=<*@ rediffmail.com>, relay=mx.rediffmail.rediff.akadns.net[202.137.234.30]:25, delay=8617, delays=8617/0.05/0.53/0.11, dsn=2.0.0, status=sent (250 ok 1347281147 qp 18145) Sep 10 *18:15:47* hostname postfix/smtp[11155]: 7FA1F4C748B: to=<*@ rediffmail.com>, relay=mx.rediffmail.rediff.akadns.net[202.137.234.30]:25, delay=2011, delays=2010/0.13/0.54/0.12, dsn=2.0.0, status=sent (250 ok 1347281146 qp 5970) Sep 10 *18:15:47* hostname postfix/smtp[11152]: 78E6A4C7194: to=<*@ rediffmail.com>, relay=mx.rediffmail.rediff.akadns.net[202.137.234.30]:25, delay=8646, delays=8645/0.01/0.54/0.32, dsn=2.0.0, status=sent (250 ok 1347281146 qp 12352) Sep 10 *18:15:47* hostname postfix/smtp[11173]: 5350E4C77BE: to=<*@ rediffmail.com>, relay=mx.rediffmail.rediff.akadns.net[202.137.234.30]:25, delay=329, delays=329/0.02/0.29/0.39, dsn=2.0.0, status=sent (250 ok 1347281147 qp 27208) Sep 10 *18:15:47* hostname postfix/smtp[11166]: B6D9D4C7757: to=<*@ rediffmail.com>, relay=mx.rediffmail.rediff.akadns.net[202.137.234.30]:25, delay=417, delays=416/0.02/0.74/0.14, dsn=2.0.0, status=sent (250 ok 1347281147 qp 21739) Sep 10 *18:15:47* hostname postfix/smtp[11162]: 06F444C7774: to=<*@ rediffmail.com>, relay=mx.rediffmail.rediff.akadns.net[202.137.234.30]:25, delay=779, delays=778/0.06/0.53/0.36, dsn=2.0.0, status=sent (250 ok 1347281147 qp 11332) Sep 10 *18:15:47* hostname postfix/smtp[11189]: 6147E4C765C: to=<*@ rediffmail.com>, relay=mx.rediffmail.rediff.akadns.net[202.137.234.30]:25, delay=2008, delays=2008/0.01/0.28/0.44, dsn=2.0.0, status=sent (250 ok 1347281147 qp 23114) Sep 10 *18:15:47* hostname postfix/smtp[11177]: F12B24C71EE: to=<*@ rediffmail.com>, relay=mx.rediffmail.rediff.akadns.net[202.137.234.30]:25, delay=1321, delays=1320/0.01/0.53/0.38, dsn=2.0.0, status=sent (250 ok 1347281147 qp 27834) Sep 10 *18:15:47* hostname postfix/smtp[11167]: BAE464C7657: to=<*@ rediffmail.com>, relay=mx.rediffmail.rediff.akadns.net[202.137.234.30]:25, delay=1951, delays=1950/0.15/0.53/0.64, dsn=2.0.0, status=sent (250 ok 1347281147 qp 12473) ------------------------- Below is the output of "ps ax|grep master": --------------- 1227 ? Ss 0:14 /usr/libexec/postfix/master 11234 pts/0 R+ 0:00 grep master --------------- > Wietse >