server/mods-available/monitor_core_module.inc.php
@@ -117,7 +117,7 @@ } private function _monitorEmailQuota() { global $app; global $app, $conf; /* * This monitoring is expensive, so do it only every 15 minutes @@ -125,6 +125,10 @@ $min = @date('i'); if ($min % 15 != 0) return; $app->uses('getconf'); $mail_config = $app->getconf->get_server_config($conf['server_id'], 'mail'); if($mail_config['mailbox_quota_stats'] == 'n') return; /* * First we get the Monitoring-data from the tools