Postfix-Relay
loganmarchione/docker-postfixrelay:latest
https://hub.docker.com/r/loganmarchione/docker-postfixrelay
bridge
sh
false
https://forums.unraid.net/topic/130953-support-devzwf-postfix-relay/
https://github.com/loganmarchione/docker-postfixrelay
This runs Postfix (as a relay) in Docker.
Most home ISPs block port 25, so outbound emails must be relayed through an external SMTP server (e.g., Gmail).
This container acts as a single collections point for devices needing to send email.
⚠️ Postfix acts as an open relay. As such, this is not meant to be run on the internet, only on a trusted internal network! ⚠️
Requirements
You must already have a account on an external SMTP server (e.g., Gmail, AWS SES, etc...).
Your external SMTP server must be using encryption (i.e., plaintext is not allowed)
Productivity: Network:Other
https://raw.githubusercontent.com/devzwf/unraid-docker-templates/main/images/postfix-logo.gif
--restart unless-stopped
1668395289
Don't donate to me! Instead, please donate the creators of the apps, but if you insist
https://ko-fi.com/devzwf
25
America/New_York
### 2023.10.03
- add FROMADDRESS variable
### 2022.12.12
- add MYNETWORKS to be compatible with v1.3.0
### 2022.11.14
- Adding support thread
### 2022.11.13
- Initial Release