Skip to content

Commit

Permalink
Upgrade dovecot: fix proxying ipv6 via xclient
Browse files Browse the repository at this point in the history
  • Loading branch information
nextgens committed Oct 9, 2023
1 parent 26e1077 commit ad5b6fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/dovecot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ ARG VERSION
LABEL version=$VERSION

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/main 'dovecot<2.4' dovecot-fts-xapian dovecot-lmtpd dovecot-pigeonhole-plugin dovecot-pop3d dovecot-submissiond xapian-core \
; apk add rspamd-client \
; mkdir /var/lib/dovecot

COPY conf/ /conf/
Expand Down
1 change: 1 addition & 0 deletions towncrier/newsfragments/2918.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgrade dovecot to ensure we can proxy ipv6 via XCLIENT.

0 comments on commit ad5b6fe

Please sign in to comment.