From: Victor Duchovni (no email)
Date: Thu Sep 01 2005 - 18:44:13 EDT
On Thu, Sep 01, 2005 at 09:43:40PM +0200, wrote:
> Zitat von Aurelien Barrere <>:
>
> >Hi all,
> >
> >Since one month I noticed that my queue never decreases
> >I begin to panic because it s become huge like a blackhole.
> >Since one month I monitored regulary the queue and it 's started at 278.000
> >and now one month after I ve got more than 6.000.000 in the queue !
>
> You should run qshape and report the output to the list ....
>
Not practical with 6 million messages in the queue, it would take
many hours (don't know how many) to process all that data. Just
cd /var/spool/postfix;
for d in maildrop incoming active hold deferred
do
echo $d $(find $d -print | wc -l)
done
is all that is really practical with the backlog in question.
-- 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:?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.
|
|
|