Tanmaya Anand wrote:
Hi All,

I would like to know everyone feedback on how you handle old mails say 2 months old.
Also, how one implements deleting mails, say older than 2 months, from user's 
mailbox.

Thanks and Regards
Tanmay

Here is another way to use find

find /home/vpopmail/domains -mtime +60 -name "*,S=*" -exec rm {} \;

where 60 (days) = 2 months

Ken Jones

Reply via email to