Reduce mail disk space in supportwwfindia
Appearance
Objective[edit]
The Account supportwwfindia is using 101% of quota for maildisk_usage.
1) First login to the kloxo server using login sheet
2) switch to root user
3) Go to the domail list using bilow command:-
cd /home/lxadmin/mail/domain/
4) Change timestamp of .qmail-default file using touch command below:-
touch .qmail-default ( so that it should not get deleted )
5) just keep 6 months mail and delete old mails using below command:-
find . -mtime +180 -exec rm {} \;