I had this wild thought that the queuelifetime value is compared with when
the qmail daemons were started, such that if I recently started qmail
(/etc/init.d/qmail start) and if I have a queuelifetime of 7 days, then
everything spooled, including the obsoleted messages, will get sent....
Thanks for all your reponse!
-a
-----Original Message-----
From: Chris Johnson [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 03, 2000 4:32 PM
To: DeChavez , Andrew
Cc: [EMAIL PROTECTED]
Subject: Re: qmail-clean does not work
On Thu, Feb 03, 2000 at 04:22:00PM -0800, DeChavez , Andrew wrote:
> I meant:
>
> Which file/process does qmail compare the files in queue/info/* against?
That's exactly what you said the first time.
> You suggested that I do touch -t 01010000 so that files in the subdirs
> queue/info/* will become older than.....????....
See the man page for touch. touch -t 01010000 will set the date of the file
to
midnight on January 1. That'll make qmail think it's been in the queue for
too
long, so it'll bounce it.
Chris