Add ability to use different hostnames for stalwart and roundcube

This commit is contained in:
2026-09-18 09:45:22 +03:00
parent 046abbc830
commit 838ba9b0ea
3 changed files with 10 additions and 2 deletions
+2
View File
@@ -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: