[SOGo] Always show GAL contacts
parent
60910c496c
commit
74008735ca
|
@ -83,6 +83,8 @@ while read line
|
||||||
<string>domain</string>
|
<string>domain</string>
|
||||||
<key>MultipleBookingsFieldName</key>
|
<key>MultipleBookingsFieldName</key>
|
||||||
<string>multiple_bookings</string>
|
<string>multiple_bookings</string>
|
||||||
|
<key>listRequiresDot</key>
|
||||||
|
<string>NO</string>
|
||||||
<key>canAuthenticate</key>
|
<key>canAuthenticate</key>
|
||||||
<string>YES</string>
|
<string>YES</string>
|
||||||
<key>displayName</key>
|
<key>displayName</key>
|
||||||
|
|
|
@ -143,7 +143,7 @@ services:
|
||||||
- phpfpm
|
- phpfpm
|
||||||
|
|
||||||
sogo-mailcow:
|
sogo-mailcow:
|
||||||
image: mailcow/sogo:1.21
|
image: mailcow/sogo:1.22
|
||||||
build: ./data/Dockerfiles/sogo
|
build: ./data/Dockerfiles/sogo
|
||||||
environment:
|
environment:
|
||||||
- DBNAME=${DBNAME}
|
- DBNAME=${DBNAME}
|
||||||
|
|
Loading…
Reference in New Issue