Postfix Mail / SMTP Server on Alpine
6.3K
Mail Server http://www.postfix.org/documentation.html
docker run --rm -p 25:25 fphammerle/postfix
config docs: http://www.postfix.org/postconf.5.html
docker run --name postfix \
--volume $PWD/main.cf:/etc/postfix/main.cf:ro \
--detach --restart unless-stopped \
--security-opt=no-new-privileges \
--publish 25:25 \
fphammerle/postfix
Optionally enable user namespace remapping via docker daemon option userns-remap.
Content type
Image
Digest
sha256:d1912ef46…
Size
8.9 MB
Last updated
over 1 year ago
docker pull fphammerle/postfix:1.1.0-postfix3.10.2r0