Simple SMTP server / postfix null relay host for your Docker and Kubernetes containers. Based on Alpine Linux.
Go to file
2017-07-24 08:17:04 +02:00
Dockerfile Fixed an issue with ALLOWED_SENDER_DOMAINS. Fixed an issue with pthread_setname_np: symbol not found. 2017-07-24 08:17:04 +02:00
postfix.sh Fixed an issue with ALLOWED_SENDER_DOMAINS. Fixed an issue with pthread_setname_np: symbol not found. 2017-07-24 08:17:04 +02:00
README.md readme and MYNETWORKS via ENV (#1) 2016-12-14 17:29:59 +01:00
rsyslog.conf Fix for postfix; it now checks properly for allowed domains and sends off the email if the domain matches. 2016-04-22 14:16:12 +02:00
supervisord.conf Fix for postfix; it now checks properly for allowed domains and sends off the email if the domain matches. 2016-04-22 14:16:12 +02:00

docker-postfix

Simple postfix relay host for your Docker containers. Based on Alpine Linux.

ENV vars
$HOSTNAME= Postfix myhostname
$RELAYHOST= Host that relays your msgs
$MYNETWORKS= allow domains from per Network ( default 127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16 )
$ALLOWED_SENDER_DOMAINS = domains sender domains