OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: 4xx on HELO

From: Victor Duchovni (Victor.DuchovniMorganStanley.com)
Date: Thu Sep 01 2005 - 09:58:44 CDT


On Thu, Sep 01, 2005 at 09:37:36AM +0200, Pavel Urban wrote:

> how does Postfix react when
>
> - there are many e-mails destined to one domain
> - when the first delivery attempt is made, remote server responds with
> 4xx on HELO

If there are no backup MX hosts, the first message is deferred, and the
destination is decremented by one from $initial_destination_concurrency
(default 5). If "$initial_destination_concurrency" messages in a row
all fail, the destination is throttled for $minimal_backoff_time.

If there are backup MX hosts, they are tried.

> ? Is this behaviour configurable?
>

You can raise the initial_destination_concurrency limit (but it cannot be
raised past the per-transport or default destination concurrency limit).

See QSHAPE_README.

--
        Viktor.

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the "Reply-To" header.

To unsubscribe from the postfix-users list, visit
http://www.postfix.org/lists.html or click the link below:
<mailto:majordomopostfix.org?body=unsubscribe%20postfix-users>

If my response solves your problem, the best way to thank me is to not
send an "it worked, thanks" follow-up. If you must respond, please put
"It worked, thanks" in the "Subject" so I can delete these quickly.