This repo deploys and configures postfix inside a Docker container.
See ./bin/postfix_init.sh for configuration parameters that are available via environment variables.
- Supervisor to manaage
postfix,rsyslog, and log output tostdout - Logging support is added with
rsyslog - TLS Support
- Set
POSTFIX_TLStotrue - Default: unset/disabled
- Set
- SASL Support
- Set
POSTFIX_SASL_AUTHto<SMTP_USERNAME>:<SMTP_PASSWORD> - Requires
POSTFIX_RELAYHOSTandPOSTFIX_TLS - Default: unset/disabled
- Set