Scripts for warning about mailbox sizes or quotas

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Scripts for warning about mailbox sizes or quotas

    Hi.

    I would like to set up a process (I think it would be as a cron job?) on my VPS which would send me an email once a day listing all mailboxes which are >75% of their mailbox size (with the current size and quota listed) and all cpanel accounts which are >75% of their quota (again with their disk space used and quota).

    I have done some trawling of the internet but haven't been able to find a script that would do this... can anyone assist / suggest how it can be done?

    Many thanks!

    #2
    There is no script available which will send notifications for the disk space usage of each mailbox. If you need such script, you will have to develop one using PHP and then set cron jobs for it.

    When it comes to notifications for the disk space usage of each account, unfortunately, this is also not possible. However, you can receive notifications if the disk space usage of your server is more than a specific limit. To receive such notifications, you will have to enable alerts via WHM.

    This can be done under WHM >> Server Configuration >> Tweak Settings >> Notifications.

    Comment

    Working...
    X