Skip to content

Commit 2583066

Browse files
committed
install dovecot-pop3d
1 parent 6fbc506 commit 2583066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dovecot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG DOVECOT_UID=4006
55
ARG DOVECOT_GID=4006
66
ARG VMAIL_UID=4007
77
ARG VMAIL_GID=4007
8-
RUN apt-get update && apt-get install -qy dovecot-core dovecot-imapd
8+
RUN apt-get update && apt-get install -qy dovecot-core dovecot-imapd dovecot-pop3d
99

1010
RUN groupadd -g ${VMAIL_GID} vmail && \
1111
useradd -u $VMAIL_UID -g vmail -s /bin/false vmail && \

0 commit comments

Comments
 (0)