Skip to content

Commit 383b62c

Browse files
committed
add opendkim to postfix group
1 parent d32a25e commit 383b62c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

opendkim/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
FROM ubuntu:noble
22

3+
ARG POSTFIX_GID=4005
34
RUN apt-get update && apt-get install -y opendkim openssl
5+
RUN groupadd -g ${POSTFIX_GID} postfix && gpasswd -a opendkim postfix
46

57
ENTRYPOINT ["/usr/sbin/opendkim"]
68
CMD ["-f", "-x", "/etc/opendkim.conf"]

0 commit comments

Comments
 (0)