mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-12 10:45:38 +02:00
Merge #2807
2807: Fix typo r=mergify[bot] a=strugee ## What type of PR? Documentation ## What does this PR do? Typo fix; see diff ### Related issue(s) None ## Prerequisites Before we can consider review and merge, please make sure the following list is done and checked. If an entry in not applicable, you can check it or remove it from the list. - [x] In case of feature or enhancement: documentation updated accordingly - [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file. Co-authored-by: AJ Jordan <alex@strugee.net>
This commit is contained in:
commit
a1e07994b6
@ -28,7 +28,7 @@ SUBNET=192.168.203.0/24
|
||||
# Main mail domain
|
||||
DOMAIN=mailu.io
|
||||
|
||||
# Hostnames for this server, separated with comas
|
||||
# Hostnames for this server, separated with commas
|
||||
HOSTNAMES=mail.mailu.io,alternative.mailu.io,yetanother.mailu.io
|
||||
|
||||
# Postmaster local part (will append the main mail domain)
|
||||
|
@ -20,7 +20,7 @@ SUBNET6={{ subnet6 }}
|
||||
# Main mail domain
|
||||
DOMAIN={{ domain }}
|
||||
|
||||
# Hostnames for this server, separated with comas
|
||||
# Hostnames for this server, separated with commas
|
||||
HOSTNAMES={{ hostnames }}
|
||||
|
||||
# Postmaster local part (will append the main mail domain)
|
||||
|
@ -31,7 +31,7 @@ SUBNET=192.168.203.0/24
|
||||
# Main mail domain
|
||||
DOMAIN=mailu.io
|
||||
|
||||
# Hostnames for this server, separated with comas
|
||||
# Hostnames for this server, separated with commas
|
||||
HOSTNAMES=localhost
|
||||
|
||||
# Postmaster local part (will append the main mail domain)
|
||||
|
@ -31,7 +31,7 @@ SUBNET=192.168.203.0/24
|
||||
# Main mail domain
|
||||
DOMAIN=mailu.io
|
||||
|
||||
# Hostnames for this server, separated with comas
|
||||
# Hostnames for this server, separated with commas
|
||||
HOSTNAMES=localhost
|
||||
|
||||
# Postmaster local part (will append the main mail domain)
|
||||
|
@ -31,7 +31,7 @@ SUBNET=192.168.203.0/24
|
||||
# Main mail domain
|
||||
DOMAIN=mailu.io
|
||||
|
||||
# Hostnames for this server, separated with comas
|
||||
# Hostnames for this server, separated with commas
|
||||
HOSTNAMES=localhost
|
||||
|
||||
# Postmaster local part (will append the main mail domain)
|
||||
|
@ -31,7 +31,7 @@ SUBNET=192.168.203.0/24
|
||||
# Main mail domain
|
||||
DOMAIN=mailu.io
|
||||
|
||||
# Hostnames for this server, separated with comas
|
||||
# Hostnames for this server, separated with commas
|
||||
HOSTNAMES=localhost
|
||||
|
||||
# Postmaster local part (will append the main mail domain)
|
||||
|
@ -31,7 +31,7 @@ SUBNET=192.168.203.0/24
|
||||
# Main mail domain
|
||||
DOMAIN=mailu.io
|
||||
|
||||
# Hostnames for this server, separated with comas
|
||||
# Hostnames for this server, separated with commas
|
||||
HOSTNAMES=localhost
|
||||
|
||||
# Postmaster local part (will append the main mail domain)
|
||||
|
Loading…
Reference in New Issue
Block a user