Update .env.example
This commit is contained in:
+4
-5
@@ -24,11 +24,10 @@ STALWART_RECOVERY_ADMIN=
|
|||||||
ROUNDCUBE_BIND=127.0.0.1
|
ROUNDCUBE_BIND=127.0.0.1
|
||||||
ROUNDCUBE_PORT=8091
|
ROUNDCUBE_PORT=8091
|
||||||
|
|
||||||
# Optional IMAP endpoint for Roundcube. Set an IP address here when DNS for
|
# Roundcube IMAP and SMTP endpoints. Replace either value with a Stalwart IP
|
||||||
# MAIL_HOSTNAME is unavailable from the Roundcube container.
|
# address when MAIL_HOSTNAME is unavailable from the Roundcube container.
|
||||||
# ROUNDCUBE_IMAP_HOST=192.0.2.10
|
ROUNDCUBE_IMAP_HOST=${MAIL_HOSTNAME}
|
||||||
# Optional SMTP submission endpoint for Roundcube. Defaults to MAIL_HOSTNAME.
|
ROUNDCUBE_SMTP_HOST=${MAIL_HOSTNAME}
|
||||||
# ROUNDCUBE_SMTP_HOST=192.0.2.10
|
|
||||||
|
|
||||||
# Roundcube database
|
# Roundcube database
|
||||||
RC_DB_NAME=roundcube
|
RC_DB_NAME=roundcube
|
||||||
|
|||||||
Reference in New Issue
Block a user