Hey there,

i have a domain (.de-domain, registered with netcup) that i would like to use for my email-provider, but i am hesitant.

Why i am hesitant: I don’t want that people might be able to find out my name/adress that is registered with my domain. If some service does not need my personal data, i simply don’t want them to be able to access them. It’s as simple as that.

I read that a whois-check could reveal my data, but the situation seems more complicated. At least, i couldn’t reveal my personal data with a whois-check.

Why i would like to use my own domain: I want to be more independent from my mail-provider.

I am not that tech-savvy, so sorry if this is a silly question. I tried searching, but didn’t found anything, probably because keywords like domain bring up lots of different topics.

  • waigl@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    22 hours ago

    The reason I gave up self hosting email was because all my emails kept going to spam for everyone I emailed.

    You need to set up DKIM, SPF and DANE, then most big email providers will accept your mail. Worst case, you may need to contact them to unblock your mail server’s IP if that has been used by a spammer prior to you.

    Plus incoming email needs spam protection.

    Both SpamAssassin and Rspamd do a decent job of that.

    Note: I’m using rspamd, and for some time at the beginning, it looked like it wasn’t really doing anything. Turns out it needs a couple hundred training emails before it will start using the Bayes function. Just feed your Spam folder into the learn_spam command and any of your normal, not-spam folders into the learn_ham command.