mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +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}}
|
SUBNET={{mailu_subnet}}
|
||||||
|
|
||||||
# Main mail domain
|
# Main mail domain
|
||||||
DOMAIN={{domain}}
|
DOMAIN={{mailu_domain}}
|
||||||
|
|
||||||
# Hostnames for this server, separated with comas
|
# Hostnames for this server, separated with comas
|
||||||
HOSTNAMES=infinito.one
|
HOSTNAMES={{domain}}
|
||||||
|
|
||||||
# Postmaster local part (will append the main mail domain)
|
# Postmaster local part (will append the main mail domain)
|
||||||
POSTMASTER=admin
|
POSTMASTER=admin
|
||||||
@ -100,7 +100,7 @@ WEB_ADMIN=/admin
|
|||||||
WEB_WEBMAIL=/webmail
|
WEB_WEBMAIL=/webmail
|
||||||
|
|
||||||
# Website name
|
# Website name
|
||||||
SITENAME=Website name Infinito.one
|
SITENAME=Mailservices
|
||||||
|
|
||||||
# Linked Website URL
|
# Linked Website URL
|
||||||
WEBSITE=https://{{domain}}
|
WEBSITE=https://{{domain}}
|
||||||
|
Loading…
Reference in New Issue
Block a user