I’m looking into getting some domains for email, so I don’t need to use the same few addresses for everything. In doing this, the domain name itself becomes the identity, but it’s also entirely arbitrary.

What is a good method to choose domain names so that they look more or less normal? Catch all addresses can of course be detected in SMTP, but the idea is just to not look suspicious. Would anyone be comfortable sharing the constructions they use? (though not the domains themselves, for obvious reasons) Should I use subdomains for the things that can safely be correlated, (as spam defense) or is it better to only use different mailboxes on one domain?

  • Termight@lemmy.ml
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    1 day ago

    I’m looking into getting some domains for email, so I don’t need to use the same few addresses for everything.

    Getting a custom domain for email is smart. It’s a necessary step given how data is treated these days. The domain becomes your identifier, but it’s essentially arbitrary. I switched from sharing a single email address (which predictably led to breaches and spam) to creating dedicated emails for each service. Now, when an account gets compromised, I just redirect that email to oblivion. It’s a clean break, and a strangely revealing look at how online identities get resold and repurposed. Worth considering.

  • pHr34kY@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    1 day ago

    I set up my postfix server so that anything after a hyphen (“-”) becomes a wildcard. It like Gmail’s “plus addressing”, but the hyphen is more subtle. It means multiple users can make infinite aliases on one domain.

    So, “user@domain.com” has the same mailbox as “user-somesuffix@domain.com”.

  • upstroke4448@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 day ago

    Something you can remember…

    Catch alls are most useful when you are away and you need to give an email out. If you can’t remember the domain that becomes a pain.

  • artyom@piefed.social
    link
    fedilink
    English
    arrow-up
    8
    ·
    2 days ago

    Use an email alias. Domains are not connected to you. Shared with thousands of other people.

  • rumba@lemmy.zip
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 days ago

    I just use a single catch-all account in my existing domain. If you send an email to my primary address it just goes to my primary box. If you send an email to my secondary address it goes to my secondary box. If you send an email to anything else it goes to my catch-all box.

    Rumba@mycustomdomain.com Skips the catch only goes right to me.

    Intel@mycustomdomain.com Go straight to the catch-all

    I don’t have to pre-make them I simply use anything that doesn’t exist.

  • Giblet2708@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    2 days ago

    I went to expireddomains.net and searched for ones ending in “__mail.net”. Found a good, short domain that was once a regional ISP and email provider 15-20 years ago. (I still get spam for some of their old subscribers.).

    I do not use subdomains for this one. Generally, I combine a simple name with a number for the mailbox name. Like “johnathan2715@zzzmail.net” if I think it needs to look like a real name, or some other word like “giraffe1238” or something like that.

    It’s working great.

    • spinning_disk_engineer@lemmy.caOP
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      2 days ago

      Finding previously existing services is a great idea, thanks for the link. Here’s hoping I don’t get too much spam as a result. (but at least I can block individual customers addresses)