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

main v1.0.60
boban 2025-10-26 19:31:52 +01:00
parent 988de01e82
commit cdb16fc4a5
4 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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;

View File

@ -21,7 +21,7 @@
</div>
</div>
<div class="mt-4 grid md:grid-cols-2 gap-3 text-sm text-white/70">
<div class="glass-chip">Rspamd: <span class="text-white/90">{{ $rspamdVer }}</span></div>
<div class="glass-chip">ClamAV: <span class="text-white/90">{{ $clamVer }}</span></div>

View File

@ -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');