Re: Defer Retry

2009-01-29 Thread Victor Duchovni
On Thu, Jan 29, 2009 at 07:32:57PM -0800, Jacky Chan wrote: > Jan 30 11:16:36 mailgw1 postfix-slow/smtp[16362]: 6EB522EDD17: > to=, relay=d.mx.mail.yahoo.com[66.196.82.7]:25, > delay=214, delays=0.11/176/35/2.3, dsn=2.0.0, status=sent (250 ok dirdel 4/1) > > Jan 30 11:16:36 mailgw1 postfix/qmgr[16

Re: Defer Retry

2009-01-29 Thread Jacky Chan
# postconf default_destination_concurrency_failed_cohort_limit default_destination_concurrency_failed_cohort_limit = 1 After one successful delivery (The following shows the first delivery for 5 recipients has been successful) Jan 30 11:16:28 mailgw1 postfix-slow/smtp[16362]: connect to b.mx.mai

Re: Defer Retry

2009-01-29 Thread Victor Duchovni
On Thu, Jan 29, 2009 at 05:52:09PM -0800, Jacky Chan wrote: > > Thx, I did "postfix reload". > How do I verify the _failed_cohort_limit = 0 is been taking effect since > postconf doesn't show self-defined transport parameter. Just make sure "postconf default_destination_concurrency_failed_cohort

Re: Defer Retry

2009-01-29 Thread Jacky Chan
Thx, I did "postfix reload". How do I verify the _failed_cohort_limit = 0 is been taking effect since postconf doesn't show self-defined transport parameter. Wietse Venema wrote: > > Jacky Chan: >> >> I tried to set slow_destination_concurrency_failed_cohort_limit = 0, and >> send > > And you

Re: Defer Retry

2009-01-29 Thread Wietse Venema
Jacky Chan: > > I tried to set slow_destination_concurrency_failed_cohort_limit = 0, and send And you also need to "postfix reload" before the change takes effect. > Jan 30 09:09:35 mailgw1 postfix/error[15341]: B10952EDE00: > to=, relay=none, delay=4.1, delays=0.1/4/0/0.04, > dsn=4.0.0, status=

Re: Defer Retry

2009-01-29 Thread Jacky Chan
I tried to set slow_destination_concurrency_failed_cohort_limit = 0, and send 20 messages with number of recipients is 5 for each message (I used a self made JAVA program, and re-establish SMTP connection to my Postfix server for each message), slow_destination_rate_delay = 300s, the first message

Re: Defer Retry

2009-01-29 Thread Victor Duchovni
On Thu, Jan 29, 2009 at 12:47:42AM -0800, Jacky Chan wrote: > > Hi all, > > I implemented slow transport with delay of 5 mins in Postfix 2.5, when my > client send a lot of messages at a time, I notice that Postfix active queued > queued most of this messages. A symptom occurs when one of the sl