
lists-qmail at maexotic
Jun 23, 2010, 9:10 AM
Post #4 of 4
(669 views)
Permalink
|
On Wed, Jun 23, 2010 at 11:53:19AM -0300, Rejaine Monteiro wrote: > I known this comand .. ;o ) :-) > i need to known, for exampe, how much a message specific in queue is > expected to be finished... > some like : > the message 123456 is about 80% to be finished.. I have never heard of such a patch. 1) qmail-remote reads the message from its stdin (FD 0). In most scenarios this is a file and thus seekable, but if it is a socket, or a terminal or a pipe it isn't and thus qmail-remote cannot determine the size of the emssage to be transferred. 2) In IMHO probably 99.99% of all transfers writing such status information would double the work load needed to send the message and the information will be totally uninteresting as the deliveries happen within 1-5 seconds. qmail-remote does not have a direct messaging mechanism to the caller or to a logfile, so you'd either have to write status files (open, update, update, close, remove) or write to a special logger program which will collect and log the updates, which may cost a lot of additional load. \Maex
|