Add ability to use different hostnames for stalwart and roundcube
This commit is contained in:
@@ -27,6 +27,8 @@ Edit `.env` and set production values, especially:
|
||||
|
||||
The real `.env` file is ignored by Git. Do not commit credentials or recovery settings.
|
||||
|
||||
Roundcube uses `MAIL_HOSTNAME` for IMAP and SMTP submission by default. To connect Roundcube to Stalwart by IP instead, add `ROUNDCUBE_IMAP_HOST=<ip-address>` and `ROUNDCUBE_SMTP_HOST=<ip-address>` to `.env`. These change only Roundcube's IMAP and SMTP endpoints; `MAIL_HOSTNAME` remains the Stalwart hostname and Docker network alias.
|
||||
|
||||
## Generate a DES key
|
||||
|
||||
On Linux or macOS:
|
||||
|
||||
Reference in New Issue
Block a user