mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 12:41:05 +01:00
Optimized domain and hostname
This commit is contained in:
parent
c81b362211
commit
178f4022f9
@ -15,10 +15,10 @@ SECRET_KEY={{mailu_secret_key}}
|
||||
SUBNET={{mailu_subnet}}
|
||||
|
||||
# Main mail domain
|
||||
DOMAIN={{domain}}
|
||||
DOMAIN={{mailu_domain}}
|
||||
|
||||
# Hostnames for this server, separated with comas
|
||||
HOSTNAMES=infinito.one
|
||||
HOSTNAMES={{domain}}
|
||||
|
||||
# Postmaster local part (will append the main mail domain)
|
||||
POSTMASTER=admin
|
||||
@ -100,7 +100,7 @@ WEB_ADMIN=/admin
|
||||
WEB_WEBMAIL=/webmail
|
||||
|
||||
# Website name
|
||||
SITENAME=Website name Infinito.one
|
||||
SITENAME=Mailservices
|
||||
|
||||
# Linked Website URL
|
||||
WEBSITE=https://{{domain}}
|
||||
|
Loading…
Reference in New Issue
Block a user