Hello fellow postfix users,

how do you currently run postfix in containers? As far as I can see
there is no official image out there, just a number of people who
published their own.

If I was to start building an image, I'd likely do something like this: [0]

--------------------------------------------------------------------------------
FROM alpine:3.20

RUN apk add --update postfix

RUN postconf maillog_file=/dev/stdout
--------------------------------------------------------------------------------

And potentially adding an entrypoint to `postfix start-fg`. However I
was wondering how others are doing it here so far and whether there is a
notion of an official image to come up?

Best regards,

Nico

[0] Based on
https://code.ungleich.ch/ungleich-public/ungleich-containers/src/branch/master/ungleich-mail/Dockerfile_3.20


-- 
Sustainable and modern Infrastructures by ungleich.ch

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to