Don't hardcode domains

This commit is contained in:
Sam A. 2022-11-26 23:15:09 +01:00
parent ab1f170790
commit a1e8203d55
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ SUBNET={{ services.mailu.subnet }}
DOMAIN={{ base_domain }}
# Hostnames for this server, separated with comas
HOSTNAMES=mail.{{ base_domain }}
HOSTNAMES={{ services.mailu.domain }}
# Postmaster local part (will append the main mail domain)
POSTMASTER=admin
@ -120,7 +120,7 @@ WEB_WEBMAIL=/webmail
SITENAME={{ base_domain }}
# Linked Website URL
WEBSITE=https://mail.{{ base_domain }}
WEBSITE=https://{{ services.mailu.domain }}