> But I would like to know if there is a procedure to cleanup > /var/spool/mail/%users% by deleting mail older then 3 month for exemple > > Hope someone got a solution, >
find /var/spool/mail/ -type f -ctime 3 -exec rm {} \;
but man find before you do this
Thanks
Craig
--
## List details at http://www.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/
