Sign inSign up

luis/postfix

By luis

Updated almost 11 years ago

Image
0

281

luis/postfix repository overview

docker-postfix

Builds a simple "SMTP Only" postfix image.

Emails can be send from any private network address:

  • 127.0.0.1/32
  • 192.168.0.0/16
  • 172.16.0.0/12
  • 10.0.0.0/8

Start the image and include your (docker) hosts DNS entry. e.g.

docker run -d --name postfix -p 25:25 --restart always yorkshirekev/postfix mail.example.com

This images is available on docker hub and can be downlaoded by running

docker pull yorkshirekev/postfix

https://registry.hub.docker.com/u/yorkshirekev/postfix/

Tag summary

Content type

Image

Digest

sha256:95261bad6

Size

101.2 MB

Last updated

almost 11 years ago

docker pull luis/postfix