forwardemail/free-email-forwarding

[feat] Forwarding sent one-to-many using different incoming vs. outgoing ports to help with self-hosting

MrPixelized opened this issue · 3 comments

Hello!

In Australia, Europe and the United states of America, it is quite common for ISPs to block outgoing traffic headed for port 25 on residential networks. Since port 25 is used for server-to-server communication, this makes running an email server at home impossible, which is terrible for things like net-neutrality and self-ownership of data.

Forwardemail could help address this problem, by functioning as a relay that accepts emails arriving at port 26, and then forwarding them to their destination address, port 25.

email server -> forwardemail port 26 -> destination host port 25

This way circumventing the blockage of traffic headed for port 25. Many ISPs provide their own SMTP relay servers for this, but they're often riddled with terrible reputation and are also highly shady.

By implementing something like this, forwardemail could be a FOSS alternative, which would make the service more useful for a pretty broad user base, unless it's already a feature, in which case I've simply missed it.

P.S.: Many thanks for this great service!

Edit:
There seems to be a paid-for, non-FOSS service that does this: https://www.authsmtp.com/faqs/faq-4.html
Just putting it here in case it makes the case clearer.

As I understand it, this guide tells you how to direct incoming email to a different port on your system, in case incoming traffic on port 25 is blocked. My suggestion would allow it to work the other way around as well: forward any sent email arriving on another port, to port 25 at the destination host.

Unless I'm understanding the FAQ wrong, the solution that it provides solves another problem.

I suppose this would be something to implement when the SMTP server is released, and doesn't fit in the current set of features for forwardemail.