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…
But you pay for this EC2 instance, and all traffic flows through it. Honest question: What stops a malicious employee on your end sshing to this server and dumping plaintext messages from memory? What stops a court from ordering you to do that? Even if you disable remote access, what stops someone from adding a new LaunchConfiguation that enables it silently on the next instance rotation in spite of whatever configur…
Helm: Personal Email Server
391–400 of 592 posts
Re: Helm: Personal Email Server
#392Don'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…
Re: Helm: Personal Email Server
#393Earlier quoted context omitted.
I'm so glad to be living in Europe. When it comes to consumer internet services, the US is a 3rd world country, which is kinda odd considering most of the western world does their business there. I just checked the terms on my 300/300 fiber connection, as well as my (backup, company paid) 25/5 ADSL. They're almost identical: * no spamming. * no racism/unethical behavior. * no portscanning. * no illegal downloads/uplo…
> They block port 25 though They don't explicitly disallow it in their TOS, they just make it impossible by disabling the underlying tech. And this > no racism/unethical behavior. * no portscanning. * no illegal downloads/uploads "unethical" behavior is the most arbitrary, un-objective clause one can ever have. Your ISP may find your hosting an email server "unethical", and this clause allows them to ban you. Europe…
They also specifically disallow distribution/downloading of child pornography and leaks like "fappening", which i translated to "illegal downloads/uploads".
The list of things that are disallowed is very specifically worded in Danish, as legalese usually is. Furthermore it is also customary in Denmark to allow all traffic. in or outbound.
All "metadata" is logged for 5 years, mandated by law, so every IP i connect to is there along with port, duration, protocol (if available).
Re: Helm: Personal Email Server
#394Re: Helm: Personal Email Server
#395Earlier quoted context omitted.
So, we're in agreement that this sort of thing should 1) be paid for, 2) not readable by the provider, and 3) maintenance-free for the user. I still don't understand why this is a hardware play. There are advantages to owning the hardware but none of those advantages seem to apply here. The hardware feels like a bit of an albatross.
If you want to truly control your data, you've got to control your hardware too. See: Lavabit.
Re: Helm: Personal Email Server
#396Earlier quoted context omitted.
I'm so glad to be living in Europe. When it comes to consumer internet services, the US is a 3rd world country, which is kinda odd considering most of the western world does their business there. I just checked the terms on my 300/300 fiber connection, as well as my (backup, company paid) 25/5 ADSL. They're almost identical: * no spamming. * no racism/unethical behavior. * no portscanning. * no illegal downloads/uplo…
I'm so glad to be living in Europe. Germany's third biggest city, I can only get 50/10 Mbit, maybe 100/20 - no fiber in sight. No static IP and no guarantees anyone will accept mail from this dialup subnet. /s
Re: Helm: Personal Email Server
#397Earlier 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…
Why? The SPAM Scoring Industry is a kind of monoculture that will impede or cancel delivery of messages. Most big email providers outsource SPAM scoring to a third party like Symantec or Brightworks. And when your email is found offensive by Brightworks with one of their clients, you’re banned on all of their clients. Part of how SPAM scorers gather intel us by hooking into the CFL system so they get a notification when a user hits the junk button to delete an email. Another way is by checking for mass duplication in your emails. Another way is tracking open rates via the email provider’s UI sending metrics to the scorer’s APIs.
And then there’s the CIDR block lists they coordinate and distribute as a courtesy for their customers. So you might be able to deliver to @gmail.com and then @yahoo.com won’t even take a connection from your server’s IP.
Why does all this happen? According to my friend who works for a midrange ISP on their email service, they have about 120PB to store real email. And the amount of SPAM they reject outright (never reaches any box, not even the junk box) is 93% of all their email traffic. They simply can’t afford to store all the SPAM.
Re: Helm: Personal Email Server
#398Earlier quoted context omitted.
I believe you will be more successful if you establish two things, first your own ASIN with a couple of class C IPV4 blocks and an IPV6 block. Then you create an infrastructure for relaying the mail from your boxes to the Internet. Then you work with the various spam agencies to create both a way to respond to spam complaints and to detect and throttle or cut off spam senders. You'll find that spammers will offer to…
and to detect and throttle or cut off spam senders Isn't throttling outbound email count/day from the start the only real solution?
People have lives which can sometimes look spammy, like you are made the coordinator of the school potluck and suddenly you're sending email to 150 parents asking them to volunteer to bring food. But after that event you go back to your regular rate.
Because this isn't a "PC" in the sense that it is more difficult to be overtaken by a virus and start sending spam without your knowledge, and as a mail service provider you know that email originating from the device has to come from a specific domain, you have a lot more tools to detect that someone is being a bad actor or not.
Re: Helm: Personal Email Server
#399Don'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…
I'm so glad to be living in Europe. When it comes to consumer internet services, the US is a 3rd world country, which is kinda odd considering most of the western world does their business there. I just checked the terms on my 300/300 fiber connection, as well as my (backup, company paid) 25/5 ADSL. They're almost identical: * no spamming. * no racism/unethical behavior. * no portscanning. * no illegal downloads/uplo…
Re: Helm: Personal Email Server
#400Earlier quoted context omitted.
I'm so glad to be living in Europe. Germany's third biggest city, I can only get 50/10 Mbit, maybe 100/20 - no fiber in sight. No static IP and no guarantees anyone will accept mail from this dialup subnet. /s
In Germany, with Unitymedia Buisness, I get symmetric 100Mbit/sec over coax (even in mid-size cities), a static IPv4 adresse and excellent customer service. Price tag: 35EUR/month.