Postfix image configured to swallow messages.
50K+
Postfix blackhole docker image. Useful for for integration testing applications that send messages via SMTP. Messages sent to blackhole will not actually be delivered, but recorded to filesystem for verification.
password/mail
docker uid=1000 is used$ docker run -it -p 25:25 -p 80:80 feathj/postfix-blackhole
Note that VIRTUAL_HOST environment variable can be added if run with dinghy client
$ docker run -it -p 25:25 -p 80:80 -e VIRTUAL_HOST=postfix-blackhole.docker feathj/postfix-blackhole
Or from docker-compose.yml:
postfix:
image: feathj/postfix-blackhole
ports:
- "25:25"
- "80:80"
environment:
VIRTUAL_HOST: "postfix.docker"
Content type
Image
Digest
sha256:848247a6e…
Size
84.2 MB
Last updated
over 10 years ago
docker pull feathj/postfix-blackhole