From c0f28dd6f7363b88b52d48f2d6caaa20067fc418 Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Fri, 5 May 2023 14:09:31 -0400 Subject: [PATCH] Fix typo --- docs/compose/.env | 2 +- setup/flavors/compose/mailu.env | 2 +- tests/compose/core/mailu.env | 2 +- tests/compose/fetchmail/mailu.env | 2 +- tests/compose/filters/mailu.env | 2 +- tests/compose/webdav/mailu.env | 2 +- tests/compose/webmail/mailu.env | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/compose/.env b/docs/compose/.env index 10bf03eb..62e767cf 100644 --- a/docs/compose/.env +++ b/docs/compose/.env @@ -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) diff --git a/setup/flavors/compose/mailu.env b/setup/flavors/compose/mailu.env index eae69104..616cd89b 100644 --- a/setup/flavors/compose/mailu.env +++ b/setup/flavors/compose/mailu.env @@ -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) diff --git a/tests/compose/core/mailu.env b/tests/compose/core/mailu.env index 405d736f..e7456679 100644 --- a/tests/compose/core/mailu.env +++ b/tests/compose/core/mailu.env @@ -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) diff --git a/tests/compose/fetchmail/mailu.env b/tests/compose/fetchmail/mailu.env index dfc35a7a..af736912 100644 --- a/tests/compose/fetchmail/mailu.env +++ b/tests/compose/fetchmail/mailu.env @@ -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) diff --git a/tests/compose/filters/mailu.env b/tests/compose/filters/mailu.env index ebf92b5a..0c48baf3 100644 --- a/tests/compose/filters/mailu.env +++ b/tests/compose/filters/mailu.env @@ -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) diff --git a/tests/compose/webdav/mailu.env b/tests/compose/webdav/mailu.env index 9d70c58d..88f3c671 100644 --- a/tests/compose/webdav/mailu.env +++ b/tests/compose/webdav/mailu.env @@ -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) diff --git a/tests/compose/webmail/mailu.env b/tests/compose/webmail/mailu.env index 26fa5cdb..53b86cba 100644 --- a/tests/compose/webmail/mailu.env +++ b/tests/compose/webmail/mailu.env @@ -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)