Cpanel邮件查询
我有一个客户的磁盘空间已被邮件占用。我可以删除所有已删除的旧电子邮件/tml 文件吗?我不想丢失客户收件箱电子邮件。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要查看最旧的电子邮件/文件,您可以使用以下命令:
ls -ltr /home/cpanel_user/mail/example.com/user_email/cur
看一下 /home/cpanel_user/mail/example.com/user_email/
我想您应该查看以下文件夹之一:
另外,您应该使用 du -h --max-depth=1 /home/cpanel_user/mail 来查看哪个文件夹使用了大部分磁盘空间。
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.