OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Subject: Re: site destination queue overflow??
From: Wietse Venema (wietseporcupine.org)
Date: Fri May 12 2000 - 15:28:08 CDT


Admin Mailing Lists:
>
> Hi,
>
> I started seeing this is my maillogs this afternoon. incoming messages
> started piling up in the incoming/ directory while messages with this

If the incoming queue fills up, then you are receiving mail faster
than Postfix can deliver. To fix that, run more delivery agents
and increase the xxx_destination concurrency_limit where xxx is
the name of the delivery transport in master.cf (smtp, lmtp, local).
Or run fewer SMTP servers (but users might be unhappy when they can't
drop off their mail).

> error piled up in the defer/ and deferred/ directory
>
> May 12 15:49:56 athena postfix/qmgr[26305]: 361BE1DC7A:
> to=<mailusermydomain.net>, relay=none, delay=2034, status=deferred (site
> destination queue overflow)

That is not an error. If it was, then Postfix would have said so.

When a large amount of mail is going to the same destination,
Postfix will defer some of that mail in order to give other mail
a chance. To disable, set "qmgr_site_hog_factor = 100".

        Wietse