← Back to context

Comment by aphexairlines

5 years ago

You already can, if you use an email provider like gmail with your own domain name.

No. Terms and conditions do not apply. Anyone can, at any time, for any reason. Email domains are a historic accident; let's semantically decouple them from the domain system. The tech companies can figure out how to implement that.

The nice thing about a law is we can figure out how to do it after, not before. :)

It wouldn't be difficult! There are 7.6 billion people on the planet, an average email address is probably 25 characters. If every email address is forwarded, that's ~380GB of forwarding data (from address + to address) - and keep in mind that's the stupidest implementation and the worst case possible. I'd like to think that someone who offers a public email service can reserve 380GB of SSD for a forwarding table without going out of business.

Practically, I'd expect vendors to quickly agree on a "301 permanently moved" scheme. So if a Yahoo user is sending an email to a GMail user who moved to a private mail server, Yahoo wouldn't even bother pinging GMail (after the first time) because they'd know that address was moved.

Which literally puts you on all autoreject spam lists because SPF and DNSSEC. Unless you pay for GSuite and/or your mail provider allows this custom domain functionality.

  • So pay for it ? GSuite is $6/month and other mail providers can be found for cheaper.

    • The point is, when you switch your phone operator, you don't have to pay the previous operator, in perpetuity, for the privilege of using your number without your calls being blocked.

      3 replies →

  • SPF is trivial to set up for people who already have their own domain; it's literally 1 DNS TXT record.

    I'm not aware of any mail providers that require DNSSEC. Were you thinking of DKIM? That's just 1 more TXT record (to publish the public key used to verify the signature), and some mail signing software if your mail server doesn't have that feature built-in (which is freely available).