mcci-catena / docker-iot-dashboard

A complete IoT server for LoRaWAN IoT projects: node-red + influxdb + grafana + ssl + let's encrypt using docker-compose.
MIT License
101 stars 60 forks source link

Get email forwarding working. #8

Closed terrillmoore closed 7 years ago

terrillmoore commented 7 years ago

This addresses #6, on the assumption that the container host system has a mail forwarder listening on port 25 and willing to forward mail for the docker network.

For this to work, I changed my host's /etc/postfix/main.cf to add the following:

inet_interfaces = $myhostname, localhost
mynetworks=127.0.0.0/8, 172.18.0.0/24

Where 172.18.0.0 is the docker private network used for the docker-compose app on my machine.

terrillmoore commented 6 years ago

This is superseded by pull request #10