Turn your Raspberry Pi into a Simple Mail Forwarder! Forward from your domain to your primary email.
594
If you have a domain name and only want to have one (or a few) email address on this domain, while forwarding all emails to another email account, SMF is exactly what you need. (with Docker for ARM )
This docker image was built for ultimate simplicity . I own many domains and need email addresses for them (for fun/work), and I hate to configure email servers. Some DNS providers provide free email forwarding service with domain purchase, some do not. And almost all email forwarding services are NOT free. I have a number of Raspberry Pi devices, some of them colocated in datacenters, so I decided to port Zhuohuan LI's SMF to ARM. All credit goes to Zhuohuan LI: https://github.com/zixia/docker-simple-mail-forwarder .
Just set SMF_CONFIG and run:
$ export SMF_CONFIG='[email protected]:[email protected]' $ docker run -e SMF_CONFIG=$SMF_CONFIG -p 25:25 stefand/simple-mail-forwarder-armhf
Don't forget to modify the DNS MX record of your domain. (in this example, it's testo.com) This will forward all emails received by [email protected] to [email protected].
NOTE: THIS IMAGE IS NOT FOR YOUR PC/MAC/VPS/CloudServer! This image is for ARM boards. If you don't know what this means you are most likely looking for: https://hub.docker.com/r/zixia/simple-mail-forwarder/
Content type
Image
Digest
Size
13.2 MB
Last updated
about 10 years ago
docker pull stefand/simple-mail-forwarder-armhf