Compare commits
No commits in common. "8396f494a42959dd04cca8e9b336f420ee7f6122" and "6de16ffd272fd823c52a5d0319acaca2ca6a1655" have entirely different histories.
8396f494a4
...
6de16ffd27
3 changed files with 1 additions and 19 deletions
|
@ -1,8 +1,3 @@
|
||||||
FROM alpine:3.19
|
FROM alpine:3.19
|
||||||
|
|
||||||
RUN apk add --update \
|
RUN apk add --update postfix
|
||||||
postfix \
|
|
||||||
dovecot
|
|
||||||
|
|
||||||
COPY entrypoint.sh /
|
|
||||||
ENTRYPOINT /entrypoint.sh
|
|
||||||
|
|
|
@ -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)
|
|
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
/usr/sbin/postfix start
|
|
||||||
/usr/sbin/dovecot
|
|
Loading…
Reference in a new issue