On Wed, 30 Jun 1999 14:04:58 -0300, F�bio Eiki Doy wrote:

>1) When the delivery of a message is postponed for the next
>day, the sucessive log files regarding these postponned messages
>do not have the same information as before. For instance birth
>time and size are not present anymore. Since the message is
>delivered, this information is hidden somewhere. Is there some
>way to get this missing information?

Get qmailanalog for log analysis. The matchup script will output the
pending deliveries (with the info you require) to fd#5. this makes it
easy to carry it from matchup to matchup (see man matchup).

>2) Qmail has 23 queues for the local deliveries and 23 queues for the
>remote deliveries. We were informed that the message choose the queue
>across the relation QP (mod 23). A message to a list
>have the same QP but each destination is processed in a different queue.

No, there is only one queue for local and one queue for remote. The
23-way split is just to avoid too many files in one directory (e.g. 200
in each of 23 directories rather than 4600 in one). This is to make
access faster for very large queues. The local and remote destinations
are processed by different programs, but the message is still stored
only once in queue/mess.

>How can we know the queue number used in each destination?

it's the same message file name. QP is the pid of the qmail-queue
process.


-Sincerely, Fred

(Frederik Lindberg, Infectious Diseases, WashU, St. Louis, MO, USA)

Reply via email to