mirror of
https://github.com/Mailu/Mailu.git
synced 2025-03-03 14:52:36 +02:00
Merge #2969
2969: Upgrade dovecot: fix proxying ipv6 via xclient r=mergify[bot] a=nextgens ## What type of PR? bug-fix ## What does this PR do? Upgrade dovecot: fix proxying ipv6 via xclient ### Related issue(s) - close #2918 ## Prerequisites Before we can consider review and merge, please make sure the following list is done and checked. If an entry in not applicable, you can check it or remove it from the list. - [ ] In case of feature or enhancement: documentation updated accordingly - [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file. Co-authored-by: Florent Daigniere <nextgens@freenetproject.org> Co-authored-by: Florent Daigniere <nextgens@users.noreply.github.com>
This commit is contained in:
commit
fc74d5c996
@ -7,7 +7,8 @@ ARG VERSION
|
|||||||
LABEL version=$VERSION
|
LABEL version=$VERSION
|
||||||
|
|
||||||
RUN set -euxo pipefail \
|
RUN set -euxo pipefail \
|
||||||
; apk add --no-cache dovecot dovecot-fts-xapian dovecot-lmtpd dovecot-pigeonhole-plugin dovecot-pop3d dovecot-submissiond rspamd-client xapian-core \
|
; apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main 'dovecot<2.4' dovecot-fts-xapian dovecot-lmtpd dovecot-pigeonhole-plugin dovecot-pop3d dovecot-submissiond xapian-core \
|
||||||
|
; apk add --no-cache rspamd-client \
|
||||||
; mkdir /var/lib/dovecot
|
; mkdir /var/lib/dovecot
|
||||||
|
|
||||||
COPY conf/ /conf/
|
COPY conf/ /conf/
|
||||||
|
1
towncrier/newsfragments/2918.misc
Normal file
1
towncrier/newsfragments/2918.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Upgrade dovecot to ensure we can proxy ipv6 via XCLIENT.
|
Loading…
x
Reference in New Issue
Block a user