add debian/postfix version
This commit is contained in:
parent
59ea4d14b6
commit
952eb8b545
2 changed files with 6 additions and 0 deletions
5
ungleich-mail/Dockerfile-debian-postfix-only
Normal file
5
ungleich-mail/Dockerfile-debian-postfix-only
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
FROM debian:12.7
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y postfix && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
RUN postconf maillog_file=/dev/stdout
|
|
@ -12,6 +12,7 @@
|
||||||
- maybe later?
|
- maybe later?
|
||||||
** PROGRESS Define where/how to save mails
|
** PROGRESS Define where/how to save mails
|
||||||
- /data would be fitting
|
- /data would be fitting
|
||||||
|
- database as an option - that might require its own pvc
|
||||||
** PROGRESS Add db support (?) or not?
|
** PROGRESS Add db support (?) or not?
|
||||||
- all file based could be very easy
|
- all file based could be very easy
|
||||||
- restarts are usually fine
|
- restarts are usually fine
|
||||||
|
|
Loading…
Reference in a new issue