generated from coop-cloud/example
Reviewed-on: #2 Co-authored-by: Danny Groenewegen <danny@ecommons.space> Co-committed-by: Danny Groenewegen <danny@ecommons.space>
16 lines
509 B
Bash
16 lines
509 B
Bash
TYPE=stalwart
|
|
# Primary hostname for the mail server — used for admin UI, JMAP, and autodiscover
|
|
DOMAIN=stalwart.example.com
|
|
# The domain part only (without "mail.") — used for autodiscover/autoconfig/mta-sts subdomains
|
|
BASE_DOMAIN=example.com
|
|
|
|
LETS_ENCRYPT_ENV=production
|
|
ENABLE_BACKUPS=true
|
|
|
|
COMPOSE_FILE="compose.yml"
|
|
|
|
# Bulwark webmail #
|
|
#COMPOSE_FILE="compose.yml:compose.bulwark.yml"
|
|
#WEBMAIL_DOMAIN=webmail.example.com
|
|
#SECRET_SESSION_SEC_VERSION=v1 #length=64
|