Postal is a complete and fully featured mail server for use by websites & web servers. Think Sendgrid, Mailgun or Postmark but open source and ready for you to run on your own servers.
- Documentation
- Installation Instructions
- FAQs & Features
- Discussions - ask for help or request a feature
- Join us on Discord
This fork publishes a runnable Docker image to GitHub Container Registry on every push to main
and via manual workflow dispatch.
- Image name:
ghcr.io/<github-owner>/<github-repository> - Tags:
latestandsha-<commit-sha> - Build target:
full
Example:
docker pull ghcr.io/<owner>/<repo>:latestIf the package is private:
echo "<github_pat_with_read:packages>" | docker login ghcr.io -u <github-username> --password-stdin
docker pull ghcr.io/<owner>/<repo>:latestRuntime notes:
- The image expects a Postal config at
POSTAL_CONFIG_FILE_PATHand a signing key atPOSTAL_SIGNING_KEY_PATH. - The repo's root
docker-compose.ymlis a test helper, not a production deployment manifest.
