mailwolt/app/Livewire/Ui/System
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
..
Form Fix: Mailbox Stats über Dovecot mit config/mailpool.php 2025-11-04 18:40:39 +01:00
Modal Feature: API-Key/Webhook responsive div-grid, Sandbox-Icon in Domains, Search-fix 2026-04-23 19:48:06 +02:00
AlertsCard.php Fix: Mailbox Stats über Dovecot mit config/mailpool.php 2025-10-24 01:08:49 +02:00
ApiKeyTable.php Feature: Update-System, Backup-Cron, SSL-Workflow, UI-Verbesserungen 2026-04-23 01:23:43 +02:00
BackupJobList.php Feature: Update-System, Backup-Cron, SSL-Workflow, UI-Verbesserungen 2026-04-23 01:23:43 +02:00
BackupStatusCard.php Fix: Mailbox Stats über Dovecot mit config/mailpool.php 2025-10-28 17:25:02 +01:00
DomainsSslForm.php Feature: Update-System, Backup-Cron, SSL-Workflow, UI-Verbesserungen 2026-04-23 01:23:43 +02:00
GeneralForm.php Init Mailwolt Installer 2025-10-16 10:33:51 +02:00
HealthCard.php Fix: Mailbox Stats über Dovecot mit config/mailpool.php 2025-10-24 23:25:14 +02:00
InstallerPage.php Feature: Update-System, Backup-Cron, SSL-Workflow, UI-Verbesserungen 2026-04-23 01:23:43 +02:00
SandboxMailbox.php Feature: Update-System, Backup-Cron, SSL-Workflow, UI-Verbesserungen 2026-04-23 01:23:43 +02:00
SandboxRoutes.php Feature: API-Key/Webhook responsive div-grid, Sandbox-Icon in Domains, Search-fix 2026-04-23 19:48:06 +02:00
SecurityForm.php Hinzufügen der Seiten Seccrity und Domains 2025-10-07 20:24:26 +02:00
ServicesCard.php Fix: Mailbox Stats über Dovecot mit config/mailpool.php 2025-10-26 20:59:59 +01:00
SettingsForm.php Fix: SSL-Cert-Status zeigt 'Fehlt' obwohl Cert vorhanden 2026-04-26 08:27:49 +02:00
StorageCard.php Fix: Mailbox Stats über Dovecot mit config/mailpool.php 2025-10-28 19:51:33 +01:00
TwoFaStatus.php Feature: Update-System, Backup-Cron, SSL-Workflow, UI-Verbesserungen 2026-04-23 01:23:43 +02:00
UpdateCard.php Fix: Mailbox Stats über Dovecot mit config/mailpool.php 2025-10-29 19:13:10 +01:00
UpdatePage.php Fix: Installer + Wizard Step 5 robuster gegen IPv6/SSL-Fehler 2026-04-24 13:16:42 +02:00
UserTable.php Feature: Update-System, Backup-Cron, SSL-Workflow, UI-Verbesserungen 2026-04-23 01:23:43 +02:00
WebhookTable.php Feature: Update-System, Backup-Cron, SSL-Workflow, UI-Verbesserungen 2026-04-23 01:23:43 +02:00
WoltguardCard.php Fix: Mailbox Stats über Dovecot mit config/mailpool.php 2025-10-27 01:50:34 +01:00