Make path to admin and webmail configurable, related to #236

This commit is contained in:
kaiyou
2017-09-24 18:16:36 +02:00
parent 648d092e88
commit 4521fa9e29
2 changed files with 17 additions and 7 deletions

View File

@@ -74,6 +74,16 @@ RECIPIENT_DELIMITER=+
DMARC_RUA=admin
DMARC_RUF=admin
###################################
# Web settings
###################################
# Path to the admin interface if enabled
WEB_ADMIN = /admin
# Path to the webmail if enabled
WEB_WEBMAIL = /webmail
###################################
# Advanced settings
###################################