Skip to content

Instantly share code, notes, and snippets.

@cutzenfriend
cutzenfriend / mailcow-monitor.php
Last active April 20, 2020 07:49
Mailcow unlimited mailbox compared to domain space & vmail E-Mail alerts php script
<?php
/****************************************************************************************************************************/
// USECASE:
// All my mailboxes are set up as unlimited because I want all mailboxes to share the available domian space.
// Problem -> Used space from unlimited mailboxes will not be calculated into domain usage so I need to monitor (with alert email) this myself and inform my customers if they hit their limit.
// With unlimited mailboxes it could be that the vmail storage runs full so I will monitor this too.
// Run this script as often as you want (e.g. once a day).
// Add --nomail parameter if you do not want to send E-Mail and just get the console output. (Just shows domain above treshold)
// CONFIG: