I have a client whom’s disk space has been taken up by mail. Is there away that I can delete all old emails that have been deleted/tml files. I do not want to loose the clients inbox emails.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To see the oldest emails/files you can use the following command:
ls -ltr /home/cpanel_user/mail/example.com/user_email/cur
Have a look at /home/cpanel_user/mail/example.com/user_email/
I think you should look on one of this folders:
Also you should use a du -h –max-depth=1 /home/cpanel_user/mail to see what folder use most of disk space.