mailcow-dockerized-docs/docs/manual-guides/Dovecot/u_e-dovecot-any_acl.en.md
2022-12-15 15:31:09 +01:00

21 Zeilen
423 B
Markdown

On August the 17th, we disabled the possibility to share with "any" or "all authenticated users" by default.
This function can be re-enabled by setting `ACL_ANYONE` to `allow` in mailcow.conf:
```
ACL_ANYONE=allow
```
Apply the changes by restarting the stack:
=== "docker compose (Plugin)"
``` bash
docker compose up -d
```
=== "docker-compose (Standalone)"
``` bash
docker-compose up -d
```