Earlier quoted context omitted.
hey jawns, great question. I'm Giri Sreenivas, co-founder and CEO of Helm. To answer your question, ISPs block port 25 and email service providers typically reject emails coming from residential IP blocks. To build a plug and play solution, we knew that our server could not require listening for inbound connections on a residential internet connection. So we set about looking into how we could route traffic to and fr…
Outgoing email from EC2 nodes isn't trusted by recipient domains either. That's why AWS wants you to use SES instead.
Helm: Personal Email Server
481–490 of 592 posts
Re: Helm: Personal Email Server
#482Earlier quoted context omitted.
hey jawns, great question. I'm Giri Sreenivas, co-founder and CEO of Helm. To answer your question, ISPs block port 25 and email service providers typically reject emails coming from residential IP blocks. To build a plug and play solution, we knew that our server could not require listening for inbound connections on a residential internet connection. So we set about looking into how we could route traffic to and fr…
What VPN solution are you using? Wireguard or something else? Do you have a plan to help make email security features easy to consume: SPF, DMARC, MTA-STS etc.? Is there a way to opt out on the information that is collected? I looked on your site but it does not show a logical architecture which might be useful for some of us.
We automatically configure SPF, DKIM and DMARC for our customers. We are also investigating MTA-STS.
Device diagnostics are opt-in by default so they are not collected. Customer data like shipping and billing information is not opt-out unfortunately as we need to be able to process payments, ship the unit and track warranty coverage.
Appreciate the feedback on wanting more architectural details. This will be coming in a series of technical posts explaining how we designed and built the product. Stay tuned and thanks for your questions!
Re: Helm: Personal Email Server
#483Earlier quoted context omitted.
You can send email from an EC2 instance but good luck getting anyone to accept it. A lot of email providers block EC2 wholesale, or if they do accept it you are going to have to have a long standing reputation.
What do you mean by blocking "wholesale"? I started hosting an email server in EC2 and the worst I've had is my emails going to a spam folder if that person hasn't received an email from my address yet (and never after they've marked me as not being spam). That happened surprisingly rarely and didn't feel like much worse than I would get by just sending people email from gmail with an address they don't know. I don't…
Re: Helm: Personal Email Server
#484Earlier quoted context omitted.
What do you mean by blocking "wholesale"? I started hosting an email server in EC2 and the worst I've had is my emails going to a spam folder if that person hasn't received an email from my address yet (and never after they've marked me as not being spam). That happened surprisingly rarely and didn't feel like much worse than I would get by just sending people email from gmail with an address they don't know. I don't…
It depends on whom you send to. Like ironically I sent an abuse complaint to Verizon for a spammer and got rejected because they blocked all of Digital Ocean's IP space. Yahoo was particularly difficult too sending me a response saying they won't take my mail immediately on a single email to my brother. I had to go through a lot to get that fixed. Again this was due to being on cloud provider IP space. GMail is more…
Re: Helm: Personal Email Server
#485Earlier quoted context omitted.
I disagree. Seizing data stored on a server in your house is much, much more difficult that seizing data stored on a cloud server.
I can see that going both ways. The feds know that Apple (for example) are fully lawyered up, and that they need all their legally required paperwork with it's "i"s dotted and "t"s crossed before Apple will even look at their request for your data. While we know they _will_ hand over legally required data when they can and the paperwork is OKed by their legal department, they also very publicly go head to head with l…
Re: Helm: Personal Email Server
#486Earlier quoted context omitted.
I can see that going both ways. The feds know that Apple (for example) are fully lawyered up, and that they need all their legally required paperwork with it's "i"s dotted and "t"s crossed before Apple will even look at their request for your data. While we know they _will_ hand over legally required data when they can and the paperwork is OKed by their legal department, they also very publicly go head to head with l…
Also, if the feds raide your home you will know that your data was compromised. Apple won/can't tell you..
Not necessarily: https://en.m.wikipedia.org/wiki/Sneak_and_peek_warrant
Re: Helm: Personal Email Server
#487Earlier quoted context omitted.
I don't see what the issue with uniquely identifying a system is. The main metadata of concern is what other mail servers are being interacted with.
If everything has to go through their relay, they can pretty easily see what mail servers are being interacted with.
Re: Helm: Personal Email Server
#488Earlier quoted context omitted.
hey jawns, great question. I'm Giri Sreenivas, co-founder and CEO of Helm. To answer your question, ISPs block port 25 and email service providers typically reject emails coming from residential IP blocks. To build a plug and play solution, we knew that our server could not require listening for inbound connections on a residential internet connection. So we set about looking into how we could route traffic to and fr…
Also the fact that we can't run servers from our home connections is ripe for a challenge if we ever get net neutrality protections back. The 2015 Order said this, "A person engaged in the provision of broadband Internet access service, insofar as such person is so engaged, shall not block lawful content, applications, services, or nonharmful devices, subject to reasonable network management." I would argue that bann…
Re: Helm: Personal Email Server
#489Earlier quoted context omitted.
Since most email's not encrypted, how is having each Helm user's email hop through your server any better for them in terms of privacy than just hosting their email on a remote mail provider in the first place? You could still record every incoming and outgoing email as it goes through your server, couldn't you? I really don't see the advantage of Helm.
Most (gmail claims ~90%) email is encrypted with opportunistic TLS in transit and can't be passively monitored. https://transparencyreport.google.com/safer-email/overview?h... Further, "the provider could intercept email" and "the provider stores all email" are very very different.