2022-02-02 11:37:12 +01:00
|
|
|
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
|
|
|
|
```
|
|
|
|
|
2022-06-23 15:17:00 +02:00
|
|
|
Apply the changes by running `docker-compose up -d`.
|