This commit is contained in:
Andreas Knuth 2026-02-22 22:16:22 -06:00
parent 7bc8cbb9f7
commit eea0fcc35d
1 changed files with 3 additions and 0 deletions

View File

@ -140,6 +140,9 @@ services:
- ROUNDCUBEMAIL_SMTP_SERVER=tls://mailserver # intern, kein externer DNS-SNI-Chaos
- ROUNDCUBEMAIL_SMTP_PORT=587
- ROUNDCUBEMAIL_PLUGINS=password,email_config
# NEU: Schaltet die strikte PHP-Zertifikatsprüfung für interne Verbindungen ab
- ROUNDCUBEMAIL_IMAP_CONN_OPTIONS={"ssl":{"verify_peer":false,"verify_peer_name":false}}
- ROUNDCUBEMAIL_SMTP_CONN_OPTIONS={"ssl":{"verify_peer":false,"verify_peer_name":false}}
ports:
- "8888:80"
volumes: