I don't
see a compelling reason that users be denied use of qmail-queue.
Is not it too easy to do stupid stuff like
cat some huge files | qmail-queue &
(BTWY, does qmail have a control file that would prevent local users
to send too big files?).
In any case, is it difficult to patch qmail-queue so that it
immediately writes the received line after invocation? Afterall, for
qmail-queue, it should not make any difference if it called as
echo|qmail-queue
or
qmail-queue
But I really do not understand why qmail-queue does not write first to
a tmp file.
Mate