From 7a138d270e0416dca62c910da13e465761abfa84 Mon Sep 17 00:00:00 2001 From: lolcat Date: Tue, 5 Aug 2025 05:18:34 +0000 Subject: [PATCH] fuck --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a074a32..8050d34 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,12 @@ Log onto your registrar and set and A and AAAA record onto your domain that poin Now, you want to point these records in a way that `mail.yourdomain.com` resolves to your server's IP. -Now, make sure to also add these TXT records (these TXT records have no name. Input `@` if it forces you to put a name in): +Now, make sure to also add this TXT record (this 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 ``` + +Also add this record. Give it the `_dmarc` name. ``` v=DMARC1; p=reject; rua=mailto:postmaster@yourdomain.com; fo=1 ```