This image runs the Postfix MDA.
docker run -d --name postfix -p 25:25 -p 465:465 -p 587:587 gevattergaul/postfix
The image is based on the current Alpine release.
The tags follow the Postfix Alpine package naming scheme with an added build number: For version "3.7.2-r0" the tag name will be "3.7.2-r0-0" for the first build, "3.7.2-r0-1" for the second and so on.
Mount your config to /etc/postfix.
I wrote a blogpost explaining the Postfix docker container.
Content type
Image
Digest
sha256:70acb96bb…
Size
8.4 MB
Last updated
about 2 years ago
docker pull gevattergaul/postfix