mailwolt/app/Livewire/Ui
boban 096e983313 Fix: SSL-Cert-Status zeigt 'Fehlt' obwohl Cert vorhanden
Problem: /etc/letsencrypt/archive/ ist chmod 700 (root only).
file_exists() auf Symlinks in live/ schlägt fehl weil Symlink-Ziel
in archive/ nicht lesbar ist. is_dir() auf live/domain/ funktioniert
da das Verzeichnis selbst 755 ist.

- SettingsForm: file_exists() → is_dir() für Existenzcheck
- SettingsForm: openssl-Aufruf via sudo -n (archive/ ist root-only)
- installer.sh + update.sh: sudoers-Regel für openssl auf LE-Cert-Pfade
  (www-data darf nur exakt diesen openssl-Aufruf, keine anderen Pfade)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-26 08:27:49 +02:00
..
Dashboard Fix: Mailbox Stats über Dovecot mit config/mailpool.php 2025-10-24 01:08:49 +02:00
Domain Fix: Mailbox Stats über Dovecot mit config/mailpool.php 2025-10-29 04:10:49 +01:00
Mail Feature: Update-System, Backup-Cron, SSL-Workflow, UI-Verbesserungen 2026-04-23 01:23:43 +02:00
Nx Feature: API-Key/Webhook responsive div-grid, Sandbox-Icon in Domains, Search-fix 2026-04-23 19:48:06 +02:00
Search/Modal Feature: API-Key/Webhook responsive div-grid, Sandbox-Icon in Domains, Search-fix 2026-04-23 19:48:06 +02:00
Security Feature: Update-System, Backup-Cron, SSL-Workflow, UI-Verbesserungen 2026-04-23 01:23:43 +02:00
System Fix: SSL-Cert-Status zeigt 'Fehlt' obwohl Cert vorhanden 2026-04-26 08:27:49 +02:00
V2/Mail Feature: Update-System, Backup-Cron, SSL-Workflow, UI-Verbesserungen 2026-04-23 01:23:43 +02:00
Webmail Feature: Update-System, Backup-Cron, SSL-Workflow, UI-Verbesserungen 2026-04-23 01:23:43 +02:00