I want a bulletproof way to give email sub-addresses, since some websites strip out special characters like +
and .
. I have an idea for how it could work, let’s say my email is TheTwelveYearOld@Reddit.com and I have the following:
+
, perhaps “From”Are there any services that can do this? I’m thinking I should make my own domain for emails that way my email addresses aren’t tied to any companies and I can easily switch.
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
much thanks to @gary_host_laptop for the logo design :)
My solution to this has been a catchall on my domain.
service1@domain.com, service2@domain.com, etc
how do u set these up?
First purchase a domain. Cloudflare is definitely the cheapest but there are other options out there if you don’t want to use Cloudflare.
Use an alias service like SimpleLogin or addy.io. addy.io has a cheaper ‘lite’ (limited) plan, SL has a cheaper ‘premium’ (unlimited) plan.
Alias is not catchall
They both will automatically create an address on-the-fly. Give a service whatever@domain.tld and it will automatically be generated and sent to your mailbox of choice.
Thanks, I’ve been using proton on my custom domains so far, who seem to support catch all email addresses*, although I’d love also to have a feature where I could cut off an email if it gets too spammy, I think I’ve seen that on some other alias services. Do you know if that’s something simple login can do?
Yes, both SL and addy.io have the feature to enable/disable individual addresses.
Nice thank u for the infos ❤️
Why use a catch all when you can configure postfix to use
_
as a separator instead of+
. and then you can configure dovecot to automatically classify the selector into directories!