This is the first "official release" of the Docker postfix container.
See README.md
for details on how to run it. Some samples are in the sample
directory.
Major changes since the latest (unreleased) version:
TZ
environment variable to set the timezone of the container- Better support for TLS connections to relay severs using the
RELAYHOST_TLS_LEVEL
variable and referencing theca-certificates.crt
file - Ability to set
MESSAGE_SIZE_LIMIT
for email messages - The possibility to enable debugging with
INBOUND_DEBUGGING
parameter ALLOWED_SENDER_DOMAINS
is now a required parameter as newer versions of postfix won't start without it
Minor changes:
- some nice colours of log files if running in terminal
bash
was removed from the container as the script is 100% sh-compatible