On Thu, Dec 23, 2010 at 07:03:45PM +0800, Yaoxing wrote:

> qshape active
>
>                              T  5 10 20 40 80 160 320 640 1280 1280+
>                     TOTAL 1000  0  0  0  0  0   0   0   0    0  1000
>                 gmail.com  254  0  0  0  0  0   0   0   0    0   254
>               hotmail.com  168  0  0  0  0  0   0   0   0    0   168
>                 yahoo.com   70  0  0  0  0  0   0   0   0    0    70
>               comcast.net   14  0  0  0  0  0   0   0   0    0    14
>                   msn.com   12  0  0  0  0  0   0   0   0    0    12
>                   aol.com   11  0  0  0  0  0   0   0   0    0    11
>             sbcglobal.net   10  0  0  0  0  0   0   0   0    0    10
>              yahoo.com.br    9  0  0  0  0  0   0   0   0    0     9
>             hotmail.co.uk    9  0  0  0  0  0   0   0   0    0     9
>                    web.de    8  0  0  0  0  0   0   0   0    0     8
>                   mail.ru    8  0  0  0  0  0   0   0   0    0     8
>                   free.fr    8  0  0  0  0  0   0   0   0    0     8
>                  yahoo.es    7  0  0  0  0  0   0   0   0    0     7
>                hotmail.fr    7  0  0  0  0  0   0   0   0    0     7
>                    gmx.de    6  0  0  0  0  0   0   0   0    0     6
>                  juno.com    6  0  0  0  0  0   0   0   0    0     6
>                   cox.net    5  0  0  0  0  0   0   0   0    0     5
>                  live.com    5  0  0  0  0  0   0   0   0    0     5
>              sympatico.ca    5  0  0  0  0  0   0   0   0    0     5

So it seems that the active queue contains *only* mail that is 1 day
or so old, NO mail (for the destinations above) has entered the active
queue in 1280 minutes.

> and for qshape incoming:
>

No mail in the incoming queue that is older than 640 minutes, so it
would seem that the active queue is not being drained at all. Is the
queue-manager even running? Are any attempted deliveries logged?

Some logging of qmgr(8) and smtp(8) activity is essential at this
juncture. It is implausible that no mail has entered the active queue
at all, while the incoming queue is full, unless your queue manager is
not running at all, or consistently crashes.

Are any of the messages in the queue addressed to thousands of recipients?
Can you report the file counts in the active and incoming queues?

        cd /var/spool/postfix/active
        find . ! -name '?' -print | wc -l
        cd ../incoming
        find . ! -name '?' -print | wc -l

>                              T  5 10 20 40 80 160 320 640 1280 1280+
>                     TOTAL 1000  9  7 33 47 79 181 393 251    0     0
>                 gmail.com  221  1  2  6  9 18  45 100  40    0     0
>               hotmail.com  153  1  1  4  9 15  32  63  28    0     0
>         e.dealextreme.com  152  1  0  4  4  2  17  35  89    0     0
>                 yahoo.com   88  0  0  3  7  3  14  37  24    0     0
>                   msn.com   12  0  0  0  0  0   1   6   5    0     0
>              yahoo.com.br   12  0  0  1  2  1   1   6   1    0     0
>                   aol.com    9  0  0  0  0  1   1   5   2    0     0
>                   mail.ru    8  0  0  0  0  1   2   3   2    0     0
>                   free.fr    7  0  0  0  0  2   1   4   0    0     0
>               comcast.net    5  0  0  0  0  0   2   2   1    0     0
>                    web.de    4  0  0  0  0  1   0   2   1    0     0
>                  yahoo.es    4  0  0  0  1  0   1   2   0    0     0
>                hotmail.fr    4  0  0  0  0  0   0   2   2    0     0
>              terra.com.br    4  0  0  0  0  1   2   1   0    0     0
>              sympatico.ca    4  0  0  0  0  1   0   2   1    0     0
>              ntlworld.com    4  0  0  0  0  1   0   3   0    0     0
>             bellsouth.net    4  0  0  0  0  0   2   1   1    0     0
>                    gmx.de    3  0  0  0  0  1   0   2   0    0     0
>                   ono.com    3  0  0  0  0  0   0   3   0    0     0

-- 
        Viktor.

Reply via email to