A question about mqueue.in directory

Denis Beauchemin Denis.Beauchemin at USherbrooke.ca
Wed Aug 23 15:56:09 IST 2006


John Schmerold a écrit :
> To clean them up, run:
> find /var/spool/mqueue.in -type f -mtime +2 -exec rm {} \;
>

If you have many files in there the following will be much faster (and 
less resource intensive):
find /var/spool/mqueue.in -type f -mtime +2 -print | xargs rm -f

Denis

-- 
   _
  °v°   Denis Beauchemin, analyste
 /(_)\  Université de Sherbrooke, S.T.I.
  ^ ^   T: 819.821.8000x62252 F: 819.821.8045


-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3226 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.mailscanner.info/pipermail/mailscanner/attachments/20060823/5d3e57ab/smime.bin


More information about the MailScanner mailing list