Bill Luckett <[EMAIL PROTECTED]> wrote:
>
> I'm using qmail 1.03. I've got a bunch of messages in the queue that I want
> to remove. I wrote a program that will touch the
> /var/qmail/queue/mess/<number>/<messagenumber> file for a message of a
> given subject to a date well in the past (01/01/1985) hoping that the next
> time the message was retried it would bounce and be removed automaitcally
> from the queue.
Touch the queue/info/... files, not the queue/mess/... files.
> Queueliftime is 432000--5 days, right?
Indeed.
> Well, after 15 hours they're still there. The dates on the files did
> change; I checked that.
>
> 1. How often are they retried?
It's a quadratic backoff algorithm; "Life with qmail" contains a table showing
the retry schedule if you're interested.
> 2. Can I verify that they're being retried?
The logs will show every delivery attempt.
> 3. Can I force a retry?
Send qmail-send an ALRM signal.
> 4. Any ideas on why they're still there? Am I touching the wrong files?
Yes; see above.
Charles
--
-----------------------------------------------------------------------
Charles Cazabon <[EMAIL PROTECTED]>
GPL'ed software available at: http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
-----------------------------------------------------------------------