Is there a way to more easily determine which directory that a message
is living in? When I look at the queue, you have the individual message
ID, but I can't figure out how to find where its at without going into
each and every folder, i.e. /var/qmail/queue/remote/* ? I know there
must be an easier way than that, but I can't find it.
Use qmail-qread to get the message id. Then, do 'find /var/qmail/queue -name [id]'. That will show you all the components of the message.
Regards,
Bill