2019-01-16 10:54:59 +01:00
|
|
|
On August the 17th, we disabled the possibility to share with "any" or "all authenticated users" by default.
|
2018-08-31 09:54:00 +02:00
|
|
|
|
2019-01-16 10:54:59 +01:00
|
|
|
This function can be re-enabled by setting `ACL_ANYONE` to `allow` in mailcow.conf:
|
2018-08-31 09:54:00 +02:00
|
|
|
|
|
|
|
```
|
2019-01-16 10:54:59 +01:00
|
|
|
ACL_ANYONE=allow
|
2018-08-31 09:54:00 +02:00
|
|
|
```
|
|
|
|
|
2019-01-16 10:54:59 +01:00
|
|
|
Apply the changes by running `docker-compose up -d`.
|