sdelements/postfix-docker

By sdelements

Updated about 6 years ago

A customized postfix container

Image

3.1K

postfix-docker

This repo deploys and configures postfix inside a Docker container

Configuration

See ./bin/postfix_init.sh for configuration parameters that are available via environment variables.

Features

  • Supervisor to manaage postfix, rsyslog, and log output to stdout
  • Logging support is added with rsyslog
  • TLS Support
    • Set POSTFIX_TLS to true
    • Default: unset/disabled
  • SASL Support
    • Set POSTFIX_SASL_AUTH to <SMTP_USERNAME>:<SMTP_PASSWORD>
    • Requires POSTFIX_RELAYHOST and POSTFIX_TLS
    • Default: unset/disabled

CI Status

Travis CI:

Build Status

Docker Pull Command

docker pull sdelements/postfix-docker