use oauth2

This commit is contained in:
Sebastian Hugentobler 2021-08-22 22:45:28 +02:00
parent 970448f2dc
commit 076b6ba503
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
16 changed files with 26 additions and 99 deletions

View file

@ -7,7 +7,6 @@ RUN apk --no-cache add \
openssl \
openssl-dev \
lua-dev \
openldap-dev \
libsodium-dev \
linux-pam-dev \
zlib-dev \
@ -41,7 +40,6 @@ RUN cd /tmp/dovecot && \
--with-ssl=openssl \
--with-sodium \
--without-sql \
--with-ldap \
--with-lzma \
--with-lz4 \
--with-icu \
@ -54,7 +52,6 @@ RUN cd /tmp/dovecot && \
RUN cd /tmp/pigeonhole && \
./configure --prefix '' \
--with-ldap=yes \
--with-dovecot=/lib/dovecot \
--disable-static && \
make && make install
@ -79,7 +76,6 @@ RUN apk --no-cache add \
ssmtp \
ca-certificates \
lua \
lua-ldap \
inotify-tools
RUN addgroup -g 150 dovecot