Some logo fixes and ability to use selfsigned certs
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user