Jonathan Maier <[EMAIL PROTECTED]> wrote:
> Sorry, let me clarify:
>
> I am trying control at a more finite level, the ability to tell qmail that
> if the recipient's mail host is not responding to try 4 times, at 60 minute
> intervals, before qmail should give up.
>
> I have been told that this may not be possible, because qmail uses a
> quadratic backoff algorithm. I am unfamiliar with this algorithm, so if
> someone could briefly explain it to me, that would help my determination on
> what kind of policy I need to setup for unreachable mail hosts.
First of all, you're talking about deferrals, not bounces. If a mail
delivery results in a permanent error (like "no such email address here"),
the MTA returns it to the envelope sender. That is called a bounce.
You can control (to some extent) how long qmail will keep a given message
in the queue by setting /var/qmail/control/queuelifetime to the number of
seconds you want -- it defaults to a week. However, you will have to hack
the code if you want to control how often qmail tries delivering a message
in the queue.
Charles
--
-----------------------------------------------------------------------
Charles Cazabon <[EMAIL PROTECTED]>
GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
-----------------------------------------------------------------------