Add ability to use different hostnames for stalwart and roundcube
This commit is contained in:
+2
-2
@@ -91,10 +91,10 @@ services:
|
||||
|
||||
ROUNDCUBEMAIL_DES_KEY: ${RC_DES_KEY}
|
||||
|
||||
ROUNDCUBEMAIL_DEFAULT_HOST: ssl://${MAIL_HOSTNAME}
|
||||
ROUNDCUBEMAIL_DEFAULT_HOST: ssl://${ROUNDCUBE_IMAP_HOST:-${MAIL_HOSTNAME}}
|
||||
ROUNDCUBEMAIL_DEFAULT_PORT: 993
|
||||
|
||||
ROUNDCUBEMAIL_SMTP_SERVER: tls://${MAIL_HOSTNAME}
|
||||
ROUNDCUBEMAIL_SMTP_SERVER: tls://${ROUNDCUBE_SMTP_HOST:-${MAIL_HOSTNAME}}
|
||||
ROUNDCUBEMAIL_SMTP_PORT: 587
|
||||
|
||||
ROUNDCUBEMAIL_USERNAME_DOMAIN: ${MAIL_DOMAIN}
|
||||
|
||||
Reference in New Issue
Block a user