"Nguyen Hong Son" <[EMAIL PROTECTED]> writes:
> _ How to delete messages in queue ?
This is answered at <URL:http://qmail.sgi.net/qmail/top.html#tips>.
(grep for `week'.) First, identify the message you want to kill. The
full message appears in /var/qmail/queue/mess/N/12345, where N is a
number between 1 and conf-split, and 12345 is the inode number of the
file. Then do:
# touch -d '1 week ago' /var/qmail/queue/info/N/12345
The message will bounce as if it had been stuck in the queue for a
week.
> _ How to extend queue (current is 23 ?) in qmail for a very busy server ?
You'd have to recompile qmail and use a fresh installation, letting
the old one run long enough to empty its queue. Once the queue split
is set (in conf-split) at compile time, those binaries will be
unusable for other queue sizes.
paul