We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8bb97d commit d32a25eCopy full SHA for d32a25e
opendkim/Dockerfile
@@ -0,0 +1,6 @@
1
+FROM ubuntu:noble
2
+
3
+RUN apt-get update && apt-get install -y opendkim openssl
4
5
+ENTRYPOINT ["/usr/sbin/opendkim"]
6
+CMD ["-f", "-x", "/etc/opendkim.conf"]
0 commit comments