From cdb16fc4a5c30b5907bd27407049ce52ae037dfa Mon Sep 17 00:00:00 2001 From: boban Date: Sun, 26 Oct 2025 19:31:52 +0100 Subject: [PATCH] =?UTF-8?q?Fix:=20Mailbox=20Stats=20=C3=BCber=20Dovecot=20?= =?UTF-8?q?mit=20config/mailpool.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Jobs/RunHealthChecks.php | 2 +- app/Livewire/Ui/System/WoltguardCard.php | 2 +- resources/views/livewire/ui/security/spam-av-card.blade.php | 2 +- routes/console.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/Jobs/RunHealthChecks.php b/app/Jobs/RunHealthChecks.php index 60721bd..fdc796c 100644 --- a/app/Jobs/RunHealthChecks.php +++ b/app/Jobs/RunHealthChecks.php @@ -2,8 +2,8 @@ namespace App\Jobs; +use App\Models\Setting; use App\Support\CacheVer; -use App\Support\Setting; use App\Support\WoltGuard\Probes; use Illuminate\Contracts\Queue\ShouldQueue; use Illuminate\Foundation\Queue\Queueable; diff --git a/app/Livewire/Ui/System/WoltguardCard.php b/app/Livewire/Ui/System/WoltguardCard.php index 4f3b2ad..9359be7 100644 --- a/app/Livewire/Ui/System/WoltguardCard.php +++ b/app/Livewire/Ui/System/WoltguardCard.php @@ -2,8 +2,8 @@ namespace App\Livewire\Ui\System; +use App\Models\Setting; use App\Support\CacheVer; -use App\Support\Setting; use Illuminate\Support\Facades\Cache; use Livewire\Component; diff --git a/resources/views/livewire/ui/security/spam-av-card.blade.php b/resources/views/livewire/ui/security/spam-av-card.blade.php index aa8fde4..286f3b1 100644 --- a/resources/views/livewire/ui/security/spam-av-card.blade.php +++ b/resources/views/livewire/ui/security/spam-av-card.blade.php @@ -21,7 +21,7 @@ - +
Rspamd: {{ $rspamdVer }}
ClamAV: {{ $clamVer }}
diff --git a/routes/console.php b/routes/console.php index 3354e7a..6548088 100644 --- a/routes/console.php +++ b/routes/console.php @@ -9,7 +9,7 @@ Artisan::command('inspire', function () { $this->comment(Inspiring::quote()); })->purpose('Display an inspiring quote'); -Schedule::job(RunHealthChecks::class)->everyMinute()->withoutOverlapping()->onOneServer(); +Schedule::job(RunHealthChecks::class)->everyMinute()->withoutOverlapping(); Schedule::command('spamav:collect')->everyFiveMinutes()->withoutOverlapping(); //Schedule::command('woltguard:collect-services')->everyMinute(); //Schedule::command('mailwolt:check-updates')->dailyAt('04:10');