|
|
@ -45,6 +45,9 @@ WEBMAIL=none
|
|
|
|
# Expose the admin interface in publicly (values: yes, no)
|
|
|
|
# Expose the admin interface in publicly (values: yes, no)
|
|
|
|
EXPOSE_ADMIN=no
|
|
|
|
EXPOSE_ADMIN=no
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Use Letsencrypt to generate a TLS certificate (uncomment to enable)
|
|
|
|
|
|
|
|
# ENABLE_CERTBOT=True
|
|
|
|
|
|
|
|
|
|
|
|
###################################
|
|
|
|
###################################
|
|
|
|
# Mail settings
|
|
|
|
# Mail settings
|
|
|
|
###################################
|
|
|
|
###################################
|
|
|
@ -67,5 +70,5 @@ FETCHMAIL_DELAY=600
|
|
|
|
# Developers
|
|
|
|
# Developers
|
|
|
|
###################################
|
|
|
|
###################################
|
|
|
|
|
|
|
|
|
|
|
|
# Set this to enable debugging globally
|
|
|
|
# Uncomment this to enable debugging globally
|
|
|
|
DEBUG=False
|
|
|
|
# DEBUG=True
|
|
|
|