1 Feb
2007
1 Feb
'07
2:16 a.m.
Troy Engel wrote:
Thanks for any help/ideas - I'm not sure if we can live without this feature, the amount of spam is horrendous and users never clean out that folder.
I personally use a shell script to achieve this:
find /var/virtualmail/ -regex
'.*/\.\(Trash\|Junk\)\(/.*\)?\/\(cur\|new\)/.*' -type f -mtime +30
-exec rm '{}' \;
MT