Add ip bindings to .env and Add stalwart-cli install script

This commit is contained in:
2026-09-14 20:51:29 +03:00
parent 1cd38af60e
commit 4c1fcc6d6f
7 changed files with 96 additions and 4 deletions
+2
View File
@@ -14,11 +14,13 @@ DATA_ROOT=/opt/eternitymail
STALWART_SMTP_PORT=25
STALWART_SUBMISSION_PORT=587
STALWART_IMAPS_PORT=993
# Leave empty to bind the Stalwart admin interface on all host interfaces.
STALWART_ADMIN_BIND=127.0.0.1
STALWART_ADMIN_PORT=8081
STALWART_RECOVERY_ADMIN=
# Roundcube port bindings
# Leave empty to bind Roundcube on all host interfaces.
ROUNDCUBE_BIND=127.0.0.1
ROUNDCUBE_PORT=8091