mailwolt/app
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
..
Console/Commands Fix: Update-Check Bootstrap — --check-only Flag in mailwolt-update 2026-04-26 08:13:32 +02:00
Enums Feature: Update-System, Backup-Cron, SSL-Workflow, UI-Verbesserungen 2026-04-23 01:23:43 +02:00
Events Fix: Mailbox Stats über Dovecot mit config/mailpool.php 2025-10-24 23:25:14 +02:00
Exceptions Fix: Mailbox Stats über Dovecot mit config/mailpool.php 2025-10-29 18:34:08 +01:00
Helpers Fix: Mailbox Stats über Dovecot mit config/mailpool.php 2025-11-08 12:52:54 +01:00
Http Feature: Update-System, Backup-Cron, SSL-Workflow, UI-Verbesserungen 2026-04-23 01:23:43 +02:00
Jobs Feature: Update-System, Backup-Cron, SSL-Workflow, UI-Verbesserungen 2026-04-23 01:23:43 +02:00
Livewire Fix: SSL-Cert-Status zeigt 'Fehlt' obwohl Cert vorhanden 2026-04-26 08:27:49 +02:00
Models Feature: API-Key/Webhook responsive div-grid, Sandbox-Icon in Domains, Search-fix 2026-04-23 19:48:06 +02:00
Observers Rechtebechebung für User mit Sudorechte 2025-10-19 23:53:50 +02:00
Providers Feature: Update-System, Backup-Cron, SSL-Workflow, UI-Verbesserungen 2026-04-23 01:23:43 +02:00
Services Feature: API-Key/Webhook responsive div-grid, Sandbox-Icon in Domains, Search-fix 2026-04-23 19:48:06 +02:00
Support Feature: Update-System, Backup-Cron, SSL-Workflow, UI-Verbesserungen 2026-04-23 01:23:43 +02:00
View/Components/Partials Hinzufügen der Seiten Seccrity und Domains 2025-10-07 20:24:26 +02:00