From 2735b5681c618a25b5fad34c31ef0adce4465bbd Mon Sep 17 00:00:00 2001 From: lolcat Date: Mon, 14 Jul 2025 04:56:53 +0000 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 3af32cd..3750857 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,15 @@ In your DNS settings of your domain, create a TXT record called `mail._domainkey Make sure to copy-paste what the script outputs, not the bullshit I gave as an example, you moron. +Make sure to also add these TXT records (the TXT records have no name. Input `@` if it forces you to put a name in): +``` +v=spf1 mx a:mail.yourdomain.com ip4:51.79.70.119 ip6:2607:5300:205:200::35c2 -all +``` +``` +v=DMARC1; p=reject; rua=mailto:postmaster@lolcat.ca; fo=1 +``` +Replace the domain, ip4 and ip6 with your own. + # Check the shit works Make sure to wait for the DNS to propagate, and then send an email to ping@tools.mxtoolbox.com. You should get an email back with your deliverability score, and it should tell you if your DKIM is setup correctly. You'll also see what headers are being sent when you send out an email. Here are what my headers look on my server: