Files
mailgoserver/.env.example
T

13 lines
408 B
Bash
Raw Normal View History

2026-08-15 06:22:02 +01:00
# Copy to .env (in this docker-deploy/ folder) and adjust if the defaults below clash
# with something else on the host, or if you want to run more than one of the
# "standalone" / "with-rspamd" / "all-in-one" profiles side by side (give each its own
# set of host ports).
2026-08-15 06:22:02 +01:00
SMTP_PORT=25
SMTP_TLS_PORT=465
IMAP_PORT=143
IMAP_TLS_PORT=993
ACME_HTTP_PORT=80
2026-08-15 06:22:02 +01:00
WEB_HTTP_PORT=5000
WEB_HTTPS_PORT=5001
2026-08-22 06:45:05 +01:00
JMAP_PORT=8443