Cpanel邮件查询

发布于 2024-11-26 18:08:20 字数 65 浏览 1 评论 0原文

我有一个客户的磁盘空间已被邮件占用。我可以删除所有已删除的旧电子邮件/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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烟雨扶苏 2024-12-03 18:08:20

要查看最旧的电子邮件/文件,您可以使用以下命令:

ls -ltr /home/cpanel_user/mail/example.com/user_email/cur

看一下 /home/cpanel_user/mail/example.com/user_email/

我想您应该查看以下文件夹之一:

  • new ->未读电子邮件
  • 当前 ->已阅读的电子邮件
  • .Trash
  • .Sent

另外,您应该使用 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:

  • 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文