Le 08/01/2010 03:03, Wietse Venema a écrit :
Patrick Chemla:
But the CPU of the box is idle more than 80%. It is clear that it is not a
matter of CPU, nor memory, nor disk. Something in the number of
processes/users/simultaneous tasks is blocking.
Indeed, the symptom of blocking is in the third field of
the Postfix "delays" logging.

        The format of the "delays=a/b/c/d" logging is as follows:

        o      a = time from message arrival to last active queue entry

        o      b = time from last active queue entry to connection setup

        o      c = time in connection setup, including DNS, EHLO and TLS

        o      d = time in message transmission

In your case, it takes a minute or more to set up the connection
including DNS lookup and EHLO handshake. That is holding up your mail.

- Check if the qmail servers are responsive (telnet hostname 25).

qmail are responsive. I made some arrangements to my DNS. DNS is better now, but the connexion is still very slow. I saw this morning c=285.
- Check if your Postfix needs a /var/spool/postfix/etc/resolv.conf
   file, and if that file is consistent with /etc/resolv.conf. If
   Postfix needs /var/spool/postfix/etc/resolv.conf and the file
   is missong or contains a bogus server that will add time to
   your deliveries.

Hi Wietse,
How do I know if " Postfix needs a /var/spool/postfix/etc/resolv.conf"
directory /var/spool/postfix/etc doesn't exist.


- If they aren't, increase the concurrency on the qmail side.

conccurency =100. It's already a large number. I can increase it.
        Wietse
Thanks
Patrick

Reply via email to