|
|
@ -18,12 +18,12 @@
|
|
|
|
#VERSION=master
|
|
|
|
#VERSION=master
|
|
|
|
|
|
|
|
|
|
|
|
# Set to a randomly generated 16 bytes string
|
|
|
|
# Set to a randomly generated 16 bytes string
|
|
|
|
SECRET_KEY=DY8PPWQXCFV84N4K
|
|
|
|
SECRET_KEY=HGZCYGVI6FVG31HS
|
|
|
|
|
|
|
|
|
|
|
|
# Address where listening ports should bind
|
|
|
|
# Address where listening ports should bind
|
|
|
|
# This variables are now set directly in `docker-compose.yml by the setup utility
|
|
|
|
# This variables are now set directly in `docker-compose.yml by the setup utility
|
|
|
|
# PUBLIC_IPV4= 127.0.0.1 (default: 127.0.0.1)
|
|
|
|
# PUBLIC_IPV4= 127.0.0.1 (default: 127.0.0.1)
|
|
|
|
# PUBLIC_IPV6= ::1 (default: ::1)
|
|
|
|
# PUBLIC_IPV6= (default: ::1)
|
|
|
|
|
|
|
|
|
|
|
|
# Main mail domain
|
|
|
|
# Main mail domain
|
|
|
|
DOMAIN=mailu.io
|
|
|
|
DOMAIN=mailu.io
|
|
|
@ -35,7 +35,7 @@ HOSTNAMES=mail.mailu.io
|
|
|
|
POSTMASTER=admin
|
|
|
|
POSTMASTER=admin
|
|
|
|
|
|
|
|
|
|
|
|
# Choose how secure connections will behave (value: letsencrypt, cert, notls, mail, mail-letsencrypt)
|
|
|
|
# Choose how secure connections will behave (value: letsencrypt, cert, notls, mail, mail-letsencrypt)
|
|
|
|
TLS_FLAVOR=letsencrypt
|
|
|
|
TLS_FLAVOR=cert
|
|
|
|
|
|
|
|
|
|
|
|
# Authentication rate limit (per source IP address)
|
|
|
|
# Authentication rate limit (per source IP address)
|
|
|
|
AUTH_RATELIMIT=10/minute;1000/hour
|
|
|
|
AUTH_RATELIMIT=10/minute;1000/hour
|
|
|
|