Am 27.01.2012 10:40, schrieb DN Singh:
> On Sat, Jan 14, 2012 at 1:36 PM, Robert Schetterer
> <rob...@schetterer.org <mailto:rob...@schetterer.org>> wrote:
> 
>     Am 14.01.2012 04:40, schrieb Benny Pedersen:
>     > On Thu, 12 Jan 2012 17:31:17 +0100, Jiri Vitek wrote:
>     >
>     >>> slow_destination_concurrency_limit = 2
>     >>> slow_destination_concurrency_limit = 2
>     >
>     > ymvw, only one line is needed :)
>     >
>     >
>     >
> 
>     ups , yes youre right, some copy paste stuff
>     thx !!!
> 
>     --
>     Best Regards
> 
>     MfG Robert Schetterer
> 
>     Germany/Munich/Bavaria
> 
>  
> Can anyone please explain
> "slow_destination_concurrency_failed_cohort_limit = 100"?
> I tried to figure it out, couldn't.

transport_destination_concurrency_failed_cohort_limit (default:
$default_destination_concurrency_failed_cohort_limit)

    A transport-specific override for the
default_destination_concurrency_failed_cohort_limit parameter value,
where transport is the master.cf name of the message delivery transport.

    Note: some transport_destination_concurrency_failed_cohort_limit
parameters will not show up in "postconf" command output before Postfix
version 2.9. This limitation applies to many parameters whose name is a
combination of a master.cf service name and a built-in suffix (in this
case: "_destination_concurrency_failed_cohort_limit").

    This feature is available in Postfix 2.5 and later.

default_destination_concurrency_failed_cohort_limit (default: 1)

    How many pseudo-cohorts must suffer connection or handshake failure
before a specific destination is considered unavailable (and further
delivery is suspended). Specify zero to disable this feature. A
destination's pseudo-cohort failure count is reset each time a delivery
completes without connection or handshake failure for that specific
destination.

    A pseudo-cohort is the number of deliveries equal to a destination's
delivery concurrency.

    Use transport_destination_concurrency_failed_cohort_limit to specify
a transport-specific override, where transport is the master.cf name of
the message delivery transport.

    This feature is available in Postfix 2.5. The default setting is
compatible with earlier Postfix versions.


-- 
Best Regards

MfG Robert Schetterer

Germany/Munich/Bavaria

Reply via email to