Compare commits

..

No commits in common. "8396f494a42959dd04cca8e9b336f420ee7f6122" and "6de16ffd272fd823c52a5d0319acaca2ca6a1655" have entirely different histories.

3 changed files with 1 additions and 19 deletions

View file

@ -1,8 +1,3 @@
FROM alpine:3.19
RUN apk add --update \
postfix \
dovecot
COPY entrypoint.sh /
ENTRYPOINT /entrypoint.sh
RUN apk add --update postfix

View file

@ -1,9 +0,0 @@
* Stuff to do
** TODO Add smtp support (postfix?)
** TODO Add imap support
** TODO Define where/how to save mails
** PROGRESS Add db support (?) or not?
- all file based could be very easy
- restarts are usually fine
- requires dovecot in same containerx
** TODO Define deployment requirements (such as SPF/DKIM etc)

View file

@ -1,4 +0,0 @@
#!/bin/sh
/usr/sbin/postfix start
/usr/sbin/dovecot