Skip to content

kking124/docker-postfix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-postfix

Builds a simple "SMTP Only" postfix image.

Emails can be sent 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 downloaded by running

docker pull yorkshirekev/postfix

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%