var partition
Peter Bonivart
peter at UCGBOOK.COM
Tue Jun 24 21:23:42 IST 2003
Seems a little complicated. Try this:
# find /var/spool/MailScanner/quarantine/2* -mtime +7 -type d -exec echo
rm -rf {} \;
If it selects the files you want to delete you can put it in root's
crontab (crontab -e). Use this line:
find /var/spool/MailScanner/quarantine/2* -mtime +7 -type d -exec rm -rf
{} \; > /dev/null 2>&1
Will not work after year 2999! ;)
/Peter Bonivart
--Unix lovers do it in the Sun
Derek Winkler wrote:
> http://www.sng.ecs.soton.ac.uk/mailscanner/files/contrib/clean_quarantine
>
> -----Original Message-----
> *From:* Richard Sidlin [mailto:richard at helpplc.com]
> *Sent:* Tuesday, June 24, 2003 3:58 PM
> *To:* MAILSCANNER at jiscmail.ac.uk
> *Subject:* var partition
>
> The above partition is getting full. I have noticed that the
> /var/spool/MailScanner/quarantine directory is growing. I don't
> particularly want to keep these for more than a day or so. On the
> basis that my Linux skills are limited, which command can I use to
> delete the files/directories under this directory please.
>
> TIA
>
> Richard Sidlin
More information about the MailScanner
mailing list