[Config] Add ACL_ANYONE to generate_config.sh
This commit is contained in:
parent
520a3f94cc
commit
c3d67805a1
@ -148,6 +148,12 @@ TZ=${MAILCOW_TZ}
|
|||||||
|
|
||||||
COMPOSE_PROJECT_NAME=mailcowdockerized
|
COMPOSE_PROJECT_NAME=mailcowdockerized
|
||||||
|
|
||||||
|
# Set this to "allow" to enable the anyone pseudo user. Disabled by default.
|
||||||
|
# When enabled, ACL can be created, that apply to "All authenticated users"
|
||||||
|
# This should probably only be activated on mail hosts, that are used exclusivly by one organisation.
|
||||||
|
# Otherwise a user might share data with too many other users.
|
||||||
|
ACL_ANYONE=disallow
|
||||||
|
|
||||||
# Garbage collector cleanup
|
# Garbage collector cleanup
|
||||||
# Deleted domains and mailboxes are moved to /var/vmail/_garbage/timestamp_sanitizedstring
|
# Deleted domains and mailboxes are moved to /var/vmail/_garbage/timestamp_sanitizedstring
|
||||||
# How long should objects remain in the garbage until they are being deleted? (value in minutes)
|
# How long should objects remain in the garbage until they are being deleted? (value in minutes)
|
||||||
|
Loading…
Reference in New Issue
Block a user