forked from data.coop/ansible
Don't hardcode domains
This commit is contained in:
parent
ab1f170790
commit
a1e8203d55
|
@ -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 }}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue