Fix: Mailbox Stats über Dovecot mit config/mailpool.php

main v1.0.28
boban 2025-10-25 13:29:48 +02:00
parent 2e40e109a3
commit ee2c0dfd79
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ class UpdateCard extends Component
$this->state = 'running';
}
}
protected function reloadVersionsAndStatus(): void
{
$this->current = $this->readCurrentVersion();

View File

@ -15,4 +15,4 @@ Schedule::command('mailwolt:check-updates')->everytwoMinutes();
Schedule::command('mail:update-stats')->everyFiveMinutes()->withoutOverlapping();
Schedule::command('health:probe-disk', ['target' => '/', '--ttl' => 900])->everyTenMinutes();
Schedule::command('health:collect')->everyMinute();
Schedule::command('health:collect')->everyTenSeconds();