Show Navigation
Conversation
Notices
-
Got my outgoing email proxying via my ISP again. Well, that wasn't a multi-hour faff around at all.
The reason for doing that is because otherwise outgoing mail gets blocked by spamhaus.
-
You can use a VPN service (or set up your own on some VPS), and route your SMTP connections through it. That way, TLS encryption will keep the content of the mail confidential, yet you'll still get the benefits of static IP, reverse DNS, etc. This is better than using an outgoing SMTP relay (smarthost) because a smarthost can read all your mail.
-
@arunisaac I think I'd trust a VPN service even less than the ISP
-
The traffic you route through the VPN is TLS encrypted between your SMTP MTA and the remote SMTP MTA. So, the VPN service cannot decrypt the traffic.