1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-12-27 02:43:38 +02:00

Update update.sh

This commit is contained in:
André Peters 2019-01-16 10:50:06 +01:00 committed by GitHub
parent 7f728cdae8
commit 31fba0d5e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -206,7 +206,7 @@ for option in ${CONFIG_ARRAY[@]}; do
elif [[ ${option} == "ACL_ANYONE" ]]; then
if ! grep -q ${option} mailcow.conf; then
echo "Adding new option \"${option}\" to mailcow.conf"
echo '# Set this to allow to enable the anyone pseudo user. Disabled by default.
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