This commit is contained in:
lolcat 2025-08-05 05:18:34 +00:00
parent c16d7c2038
commit 7a138d270e
1 changed files with 3 additions and 1 deletions

View File

@ -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
```