Sign inSign up

kaigara/postfix

By kaigara

•Updated over 8 years ago

postfix email relay image

Image
2

10K+

kaigara/postfix repository overview

⁠Postfix docker image to relay emails

⁠Run a relay emails server

Example of relay.yml configuration to relay emails to SendGrid:

---
hostname: "relay"
fqdn: "relay.example.com"
defaultUser: "root"
relayHost: "[smtp.sendgrid.net]:2525"
sendgrid:
  username: "apikey"
  password: "SG.FnpawADeziUlfOcNxmSIPHg.PmBTZuMbngSNQJqLAVwyXFvOxelDUtYWcCRozHkaiIGr"

Run the relay as follow:

docker run -v $(pwd)/relay.yml:/etc/kaigara/metadata/relay.yml -d kaigara/postfix

⁠Credits

This container is a part of DevStack⁠, a project to facilitate DevOps work with continuous integration and deployment environment ready to use.

Tag summary

Content type

Image

Digest

Size

91.6 MB

Last updated

over 8 years ago

docker pull kaigara/postfix