Update u_e-dovecot-any_acl.md
Dieser Commit ist enthalten in:
Ursprung
b8460308f2
Commit
95abcee215
1 geänderte Dateien mit 4 neuen und 25 gelöschten Zeilen
|
@ -1,30 +1,9 @@
|
|||
On August the 17th, we disabled the possibility to share with "any" or "all authenticated users" in Dovecot by default.
|
||||
On August the 17th, we disabled the possibility to share with "any" or "all authenticated users" by default.
|
||||
|
||||
## Re-enable "any" ACL in Dovecot
|
||||
|
||||
Open `data/conf/dovecot/dovecot.conf`:
|
||||
```
|
||||
# Allow "any" or "authenticated" to be used in ACLs
|
||||
#acl_anyone = allow
|
||||
```
|
||||
Remove "#" from "acl_anyone" and restart Dovecot by running `docker-compose restart dovecot-mailcow`.
|
||||
|
||||
## Re-enable "any" ACL field in SOGo
|
||||
|
||||
We have not yet made it an optional setting. But you can still rebuild sogo-mailcow with a slight change to
|
||||
|
||||
Open `data/Dockerfiles/sogo/bootstrap-sogo.sh` and comment out the following code:
|
||||
This function can be re-enabled by setting `ACL_ANYONE` to `allow` in mailcow.conf:
|
||||
|
||||
```
|
||||
if patch -sfN --dry-run /usr/lib/GNUstep/SOGo/Templates/UIxAclEditor.wox < /acl.diff > /dev/null; then
|
||||
patch /usr/lib/GNUstep/SOGo/Templates/UIxAclEditor.wox < /acl.diff;
|
||||
fi
|
||||
```
|
||||
|
||||
Rebuild sogo-mailcow and update the stack:
|
||||
|
||||
```
|
||||
docker-compose build sogo-mailcow
|
||||
docker-compose up -d
|
||||
ACL_ANYONE=allow
|
||||
```
|
||||
|
||||
Apply the changes by running `docker-compose up -d`.
|
||||
|
|
Laden …
In neuem Issue referenzieren