qmail-log(5) Headers, Tables, and Macros qmail-log(5)
NAME
qmail-log - the qmail activity record
DESCRIPTIONqmail-send prints a series of lines describing its activi-
ties. Each possible line is described below.
STARTINGANDSTOPPINGrunningqmail-send is ready to deliver messages.
localdeliverieswillbeputon
The local concurrency limit is 0, so qmail-send will
not perform any local deliveries.
remotedeliverieswillbeputon
The remote concurrency limit is 0, so qmail-send will
not perform any remote deliveries.
numberofdeliveriesleftbeforeexiting:qmail-send wants to exit as soon as possible, usually
because it was sent a TERM signal, but it has to wait
for some deliveries to finish. It will not start any
new deliveries.
exitingqmail-send is done.
FATALPROBLEMSalert:cannotstart:...qmail-send is unable to prepare itself for delivering
messages; it is giving up. This normally indicates a
serious configuration error, but it can be caused by a
temporary lack of resources.
alert:ohno!lost...
One of the other daemons has died. qmail-send will
exit as soon as possible.
SERIOUSPROBLEMSalert:unabletoappendtobounceqmail-send is unable to record a permanent failure,
usually because the disk is full. This is a very seri-
ous problem; qmail-send cannot proceed without record-
ing the results. It will try again in ten seconds.
alert:outofmemory...qmail-send tried to allocate more memory and failed.
It will try again in ten seconds.
alert:unabletoopendir...qmail-send is having trouble reading a file list from
SunOS 5.5 Last change: 1
qmail-log(5) Headers, Tables, and Macros qmail-log(5)
disk, usually because the system's file descriptor
table is full, but possibly because permissions are set
incorrectly. It will try again in ten seconds.
alert:unabletoswitchback...qmail-send was sent SIGHUP, and it is unable to reenter
the queue directory. This is a very serious problem;
qmail-send cannot proceed outside the queue directory.
It will try again in ten seconds.
alert:unabletoreread...qmail-send was sent SIGHUP, but it is unable to read
the new controls. It will continue operating with the
original controls.
MESSAGESnewmsgmqmail-send is going to preprocess a queued message.
The message number, m, is its disk inode number. After
a message is removed from the queue, its number can be
reused immediately.
infomsgm:bytesbfrom
Message m contains b bytes; its envelope sender is s;
it was queued by a user with user ID u. q is a long-
term queue identifier, the process ID of the qmail-queue that queued the message.
bouncemsgmqpq
Message m had some delivery failures. The long-term
queue identifier of the bounce (or double-bounce) mes-
sage is q.
triplebounce:discarding...
Message m had some delivery failures, but it is already
a double-bounce message, so it must be thrown away.
Triple-bounce messages do not exist.
endmsgmqmail-send is about to remove message m from the queue.
DELIVERIESstartingdeliveryd:msgmtoqmail-send is telling qmail-lspawn or qmail-rspawn to
deliver message m to one recipient. The delivery
number, d, starts at 1 and increases by 1 for each new
delivery.
deliveryd:success:...
Delivery d was successful.
deliveryd:failure:...
SunOS 5.5 Last change: 2
qmail-log(5) Headers, Tables, and Macros qmail-log(5)
Delivery d failed permanently. The message will
bounce.
deliveryd:deferral:...
Delivery d failed temporarily. This recipient will be
retried later.
deliveryd:reportmangled,willdefer
There is a serious bug in qmail-lspawn or qmail-rspawn.
This recipient will be retried later.
WARNINGSinternalerror:deliveryreportoutofqmail-lspawn or qmail-rspawn has supplied a report on a
nonexistent delivery. This is a serious bug.
qmail-cleanunabletocleanup...
For some reason qmail-clean is unable to remove the
indicated file. It will try again later.
troublefsyncing...qmail-send was unable to write to disk the results of
preprocessing a queued message. It will try again
later.
troubleinselect
There is an operating system bug.
troubleinjectingbouncemessage...qmail-send was unable to queue a bounce message, usu-
ally because the disk is full. It will try again
later.
troublemarking...qmail-send was unable to record the result of a suc-
cessful or permanently unsuccessful delivery. This
means that the delivery will be tried again later.
troubleopening...qmail-send was unable to open the list of local or
remote recipients for a message. It will try again
later.
troublereading...
Either qmail-send is unable to read a recipient list,
or it is unable to read the envelope of a queued mes-
sage, or it is out of memory. Whatever it was doing,
it will try again later.
troublewritingto...qmail-send was unable to preprocess a queued message,
usually because the disk is full. It will try again
SunOS 5.5 Last change: 3
qmail-log(5) Headers, Tables, and Macros qmail-log(5)
later.
unabletocreate...qmail-send was unable to preprocess a queued message,
usually because the disk is out of inodes. It will try
again later.
unabletoopen...qmail-send is unable to read the envelope of a queued
message for preprocessing. It will try again later.
unabletostartqmail-queue...qmail-send is unable to queue a bounce message, usually
because the machine is almost out of memory. It will
try again later.
unabletostat...qmail-send is unable to obtain information about a file
that should exist. It will try again later.
unabletounlink...qmail-send is unable to remove a file. It will try
again later.
unabletoutime...qmail-send is about to exit, and it is unable to record
on disk the next scheduled delivery time for a message.
The message will be retried as soon as qmail-send is
restarted.
unknownrecordtypein...
There is a serious bug in either qmail-queue or qmail-send.
SEEALSO
qmail-send(8)
SunOS 5.5 Last change: 4