[SOGo] Disable display of ACL "any/authenticated" by default

[Dovecot] Disable "any" ACL by default
[SOGo] Might fix theme switching (yes, again)
This commit is contained in:
André
2018-08-17 21:42:31 +02:00
parent 6498fb0b39
commit 66ee11c03d
3 changed files with 36 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
netcat \
psmisc \
wget \
patch \
&& rm -rf /var/lib/apt/lists/* \
&& dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')" \
&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch" \
@@ -45,7 +46,7 @@ COPY supervisord.conf /etc/supervisor/supervisord.conf
COPY theme-blue.js /usr/lib/GNUstep/SOGo/WebServerResources/js/theme-blue.js
COPY theme-blue.css /usr/lib/GNUstep/SOGo/WebServerResources/css/theme-default.css
COPY sogo-full.svg /usr/lib/GNUstep/SOGo/WebServerResources/img/sogo-full.svg
COPY acl.diff /acl.diff
CMD exec /usr/bin/supervisord -c /etc/supervisor/supervisord.conf
RUN rm -rf /tmp/* /var/tmp/*