No one compares You stand alone To every record I own Music to my heart That’s what you are A song that goes on and on

  • 0 Posts
  • 60 Comments
Joined 1 year ago
cake
Cake day: September 28th, 2023

help-circle




  • Avoiding spam filters and ISP blocks are a common issue with self hosted email.

    Ideally you’ll have a mature domain, dkim configured and an IP that’s not blacklisted on a network that allows email traffic.

    OVH offers pretty cheap email hosting if you just want a turn key solution.

    Otherwise if you want your home lab to work this way you may need to configure something akin to a forward proxy on a VPS to act as a gateway for your homelab.

    This could be achieved using wireguard and iptables. By routing the email traffic to your homelab.




  • So this comes down to how the browser, OS and VPN handle this.

    My understanding has been that Windows handles openvpn poorly and is prone to leaking.

    However, Linux when using wireguard works fairly well but may leak lan IPs.

    People who configure their router to use a VPN service are safe because it’s transparent to the OS.

    Then there’s the rare few that are using socks and their IP information gets leaked by webRTC fairly easily.

    Now my understanding of these may be outdated, so I would suggest building test units to evaluate these conditions and confirm it for yourself in your app.

    Generally speaking the kind of person that’s concerned with this problem also runs their browser with JavaScript disabled and by extension webrtc disabled.