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 00dab0ce04
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

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