Skip to content

alvistack/docker-postfix

Repository files navigation

Docker Image Packaging for Postfix

AlviStack

GitLab pipeline status GitHub tag GitHub license Docker Pulls

This image contains an installation of the Postfix mail transport agent.

Learn more about Postfix: http://www.postfix.org/

Supported Tags and Respective Packer Template Links

Overview

This Docker container makes it easy to get an instance of postfix up and running.

Based on Official Ubuntu Docker Image with some minor hack:

  • Packaging by Packer Docker builder and Ansible provisioner in single layer
  • Handle ENTRYPOINT with catatonit

Quick Start

Start Postfix:

# Pull latest image
docker pull alvistack/postfix-3.8

# Run as detach
docker run \
    -itd \
    --name postfix \
    --publish 2525:25 \
    alvistack/postfix-3.8

Success. Postfix is now available on port 2525.

Versioning

YYYYMMDD.Y.Z

Release tags could be find from GitHub Release of this repository. Thus using these tags will ensure you are running the most up to date stable version of this image.

YYYYMMDD.0.0

Version tags ended with .0.0 are rolling release rebuild by GitLab pipeline in weekly basis. Thus using these tags will ensure you are running the latest packages provided by the base image project.

License

Author Information