Some logo fixes and ability to use selfsigned certs

This commit is contained in:
2026-09-18 11:40:57 +03:00
parent f17a357795
commit 2fc905986a
5 changed files with 20 additions and 2 deletions
+2
View File
@@ -79,6 +79,7 @@ services:
volumes:
- ${DATA_ROOT:-/opt/eternitymail}/roundcube-config:/var/roundcube/config
- ./roundcube-config/eternity-logo.php:/var/roundcube/config/eternity-logo.php:ro
- ./roundcube-config/stalwart-tls.php:/var/roundcube/config/stalwart-tls.php:ro
- ${ROUNDCUBE_SKIN_PATH:-../ep-roundcube-skin/eternity}:/var/www/html/skins/${ROUNDCUBE_SKIN_NAME:-eternity}:ro
environment:
@@ -96,6 +97,7 @@ services:
ROUNDCUBEMAIL_SMTP_SERVER: tls://${ROUNDCUBE_SMTP_HOST:-${MAIL_HOSTNAME}}
ROUNDCUBEMAIL_SMTP_PORT: 587
ROUNDCUBE_ALLOW_SELF_SIGNED_CERT: ${ROUNDCUBE_ALLOW_SELF_SIGNED_CERT:-false}
ROUNDCUBEMAIL_USERNAME_DOMAIN: ${MAIL_DOMAIN}