From e2a2b421394bc83c4e747d4f5b44cc469b4501a1 Mon Sep 17 00:00:00 2001 From: DerLinkman Date: Tue, 5 Aug 2025 16:36:29 +0200 Subject: [PATCH] Update _modules/scripts/new_options.sh Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- _modules/scripts/new_options.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_modules/scripts/new_options.sh b/_modules/scripts/new_options.sh index 263958108..c4a01affb 100644 --- a/_modules/scripts/new_options.sh +++ b/_modules/scripts/new_options.sh @@ -139,7 +139,7 @@ adapt_new_options() { ACL_ANYONE) echo '# Set this to "allow" to enable the anyone pseudo user. Disabled by default.' >> mailcow.conf echo '# When enabled, ACL can be created, that apply to "All authenticated users"' >> mailcow.conf - echo '# This should probably only be activated on mail hosts, that are used exclusivly by one organisation.' >> mailcow.conf + echo '# This should probably only be activated on mail hosts, that are used exclusively by one organisation.' >> mailcow.conf echo '# Otherwise a user might share data with too many other users.' >> mailcow.conf echo 'ACL_ANYONE=disallow' >> mailcow.conf ;;