开发者

Cpanel Mail Query

I have a client whom's disk space has been taken up by mail. Is there away 开发者_如何学JAVAthat I can delete all old emails that have been deleted/tml files. I do not want to loose the clients inbox emails.


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:

  • new -> unread emails
  • cur -> e-mails that have already been read
  • .Trash
  • .Sent

Also you should use a du -h --max-depth=1 /home/cpanel_user/mail to see what folder use most of disk space.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜