Postfix SMTP backup relay server as Docker image
Find a file
2021-12-29 15:01:29 +01:00
.drone.yml Adds CI config 2021-12-29 15:01:29 +01:00
Dockerfile Adds Dockerfile, LICSENSE and basic README.md 2021-12-29 14:59:28 +01:00
LICENSE Adds Dockerfile, LICSENSE and basic README.md 2021-12-29 14:59:28 +01:00
README.md Adds Dockerfile, LICSENSE and basic README.md 2021-12-29 14:59:28 +01:00

Docker Postfix

Build Status

Unofficial Postfix Dockerfile for backup MX (relay host) purposes Prebuild images can be found at this Dockerhub repository.

Quickstart

After installing Docker, just run the following command to start your Postfix instance:

$ docker-compose up -d

Dockerfile

The Dockerfile can be found at the Github repository.

What gets installed in this image?

The following packages are installed in this Docker image:

  • Some utility packages like build essentials etc.
  • Postfix

Issues & Contribution

If you find any problems, bugs or missing packages, feel free to open an issue on Github.