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…
I thought that sending email from EC2 instance was not allowed and only option was using their SES service.
Helm: Personal Email Server
91–100 of 592 posts
Re: Helm: Personal Email Server
#92Interesting product with great potential. Their website doesn't seem to address my two main concerns: 1. How do they ensure high, non-spam delivery rates to the main email services like Gmail, Fastmail, Yahoo, and Microsoft? 2. How would the product work in case Helm the company/service goes away (or even just service outage)? Can the device work on its own without the need for their web service (perhaps with lower d…
There are very good open source projects, namely rspamd etc.
Re: Helm: Personal Email Server
#93Earlier quoted context omitted.
Holy crap, US ISPs are completely absurd. This definitely isn't a thing (or at least not enforced in any way) in Canada; most of my friends run on-prem web services out of their basements or closets.
It's not enforced. I've had HTTP and SSH available on Comcast and Verizon lines for... decades, I guess. No one cares. SMTP is more problematic because of spam: outbound traffic on port 25 is blocked, so a true home mail server won't work without a reachable gateway mail server somewhere else. That's basically what the linked product is: they manage the protocol side of the service on your behalf, and forward all the…
Re: Helm: Personal Email Server
#94Don't most ISPs ban residential accounts from running something like this? Comcast terms: > use or run dedicated, stand-alone equipment or servers from the Premises that provide network content or any other services to anyone outside of your Premises local area network (“Premises LAN”), also commonly referred to as public services or servers. Examples of prohibited equipment and servers include, but are not limited t…
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…
I am glad you are doing this because running a mail server is non trivial. I have done it for a long time now and love the fact that I own my email identity. It is one of the few things left you can own online.
Re: Helm: Personal Email Server
#95I never understand why people think having your files physically in their homes is somehow more secure than a data center. - You run the risk of hardware failure, which would take days to recover. When your warranty expires, it'd cost you, too. - Disk failure may lose all your data. - Fire, theft, or hurricanes may destroy it. - You still give access to your data to a company, which controls software updates and the…
Re: Helm: Personal Email Server
#96Re: Helm: Personal Email Server
#97Try https://mailinabox.email It's rad, does all of the DNS/SSL/DKIM foo necessary to make your email fully deliverable, includes contacts and calendar sync, is multi-user, multi-domain, etc.
Re: Helm: Personal Email Server
#98$99/year? They are targeting an extremely small market. I can get Fastmail for a fraction of that amount, and I don't see much of an advantage with this - and I'm one of the few willing to pay for something I get elsewhere for free.
I mean, "a fraction" is "half" in this case, which is actually pretty close to par in my mind. And that's what I pay for one address for a year; so if this is more addresses and more domains at better scaling prices, that's quite interesting.
I don’t seem to be the target market for this but I wish them well—we need more effort towards re-decentralizing E-mail.
Re: Helm: Personal Email Server
#99I never understand why people think having your files physically in their homes is somehow more secure than a data center. - You run the risk of hardware failure, which would take days to recover. When your warranty expires, it'd cost you, too. - Disk failure may lose all your data. - Fire, theft, or hurricanes may destroy it. - You still give access to your data to a company, which controls software updates and the…
I fail to see the point here -- data centers suffer partially or entirely from each point you referenced
Re: Helm: Personal Email Server
#100They're "solving" the residential ISP email blacklist issue by offering an IPSEC VPN with static addresses they control: > Helm just works with your home network—no configuration needed. Helm connects securely to a unique gateway, which is assigned a static IP address so Helm is reachable by other mail servers and secure TLS sessions can be established. A nice approach, but it does sort of chip away at the decentrali…