Domains Übersicht @php $_wmSub = config('mailwolt.domain.webmail'); $_wmBase = config('mailwolt.domain.base'); $_wmUrl = ($_wmSub && $_wmBase) ? 'https://'.$_wmSub.'.'.$_wmBase.'/inbox' : url('/webmail/inbox'); @endphp
Domains {{ $total }}
{{-- System Domain --}} @if($systemDomain)
System {{ $systemDomain->domain }}
Domain Status Postfächer Aliasse DKIM Aktionen
{{ $systemDomain->domain }}
@if($systemDomain->is_active) Aktiv @else Inaktiv @endif {{ $systemDomain->mailboxes_count ?? 0 }} {{ $systemDomain->aliases_count ?? 0 }} @if($systemDomain->dkimKeys?->isNotEmpty()) OK @else @endif
@endif {{-- User Domains --}} @if($domains->count())
User {{ $total }} {{ Str::plural('Domain', $total) }}
@foreach($domains as $d) @endforeach
Domain Status Postfächer Aliasse DKIM Max. Postf. Aktionen
@if(\App\Models\SandboxRoute::isActiveForDomain($d->domain))
@else
@endif
{{ $d->domain }}
@if(!empty($d->description))
{{ Str::limit($d->description, 50) }}
@endif @if(count($d->visible_tags))
@foreach($d->visible_tags as $tag) {{ $tag['label'] ?? '' }} @endforeach @if($d->extra_tags > 0) +{{ $d->extra_tags }} @endif
@endif
@if($d->is_active) Aktiv @else Inaktiv @endif {{ $d->mailboxes_count }} @if($d->max_mailboxes > 0) / {{ $d->max_mailboxes }} @endif {{ $d->aliases_count }} @if($d->max_aliases > 0) / {{ $d->max_aliases }} @endif @if($d->dns_verified) OK @else @endif {{ $d->max_mailboxes ?: '∞' }}
@else
@if($search !== '') Keine Domain gefunden für „{{ $search }}" @else Noch keine Domains vorhanden. @endif
@endif