mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-20 17:39:54 +00:00
Add docs for how to create a smtp gateway
This commit is contained in:
8
tools/exim/exim.dockerfile
Normal file
8
tools/exim/exim.dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk add --no-cache exim curl
|
||||
USER exim
|
||||
COPY ./exim.conf /etc/exim/
|
||||
EXPOSE 25
|
||||
ENTRYPOINT ["exim"]
|
||||
CMD ["-bdf", "-v", "-q1m"]
|
Reference in New Issue
Block a user