Simple SMTP server / postfix null relay host for your Docker and Kubernetes containers. Based on Alpine Linux.
Find a file
2016-12-14 17:03:44 +01:00
Dockerfile 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
postfix.sh mynetworks via ENV 2016-12-14 17:00:12 +01:00
README.md Create README.md 2016-12-14 17:03:44 +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