[vchkpw] Old mailboxes

2004-09-08 Thread Lucas G. Obredor
Hi. I was wondering if there is a way to set the vpopmail in order to erase the mailboxes that haven't been used for a long time. Any idea ?

Re: [vchkpw] Old mailboxes

2004-09-08 Thread Dan Corrigan
Lucas G. Obredor wrote: Hi. I was wondering if there is a way to set the vpopmail in order to erase the mailboxes that haven't been used for a long time. Any idea ? find /home/vpopmail/domains/yourdomain/*/Maildir/new -type f -ctime +90|awk -F/ '{print $6}' stupid and quick.. but that

Re: [vchkpw] Old mailboxes

2004-09-08 Thread Rick Macdougall
Lucas G. Obredor wrote: Hi. I was wondering if there is a way to set the vpopmail in order to erase the mailboxes that haven't been used for a long time. Any idea ? Hi, vdeloldusers Regards, Rick

Re: [vchkpw] Old mailboxes

2004-09-08 Thread Lucas G. Obredor
thank you a lot Rick ! - Original Message - From: Rick Macdougall [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 10:32 AM Subject: Re: [vchkpw] Old mailboxes Lucas G. Obredor wrote: Hi. I was wondering if there is a way to set the vpopmail

Re: [vchkpw] Old mailboxes

2004-09-08 Thread Paul Theodoropoulos
while i see the program in my vpopmail bin dir, i see no documentation anywhere. running with a '-h' gives a far too terse usage. i'm curious why this isn't openly documented. At 06:32 AM 9/8/2004, you wrote: Hi, vdeloldusers Regards, Rick Paul Theodoropoulos http://www.anastrophe.com

Re: [vchkpw] Old mailboxes

2004-09-08 Thread Rick Macdougall
Paul Theodoropoulos wrote: while i see the program in my vpopmail bin dir, i see no documentation anywhere. running with a '-h' gives a far too terse usage. i'm curious why this isn't openly documented. Hi, vdeloldusers vdeloldusers: usage: [options] options: -a age_in_days (will delete

Re: [vchkpw] Old mailboxes

2004-09-08 Thread Paul Theodoropoulos
thanks. i see that the command doesn't symmetrically provide the help text, that was my error: root-POP /% vdeloldusers -h vdeloldusers: invalid option -- h error: you must supply either the -e or -d [domain] options root-POP /% vdeloldusers vdeloldusers: usage: [options] options: -a age_in_days