fix: update mail server configuration to reflect new email hostname and adjust SPF record

This commit is contained in:
2026-04-12 01:50:47 +08:00
parent aca10f2250
commit c48fa3d0df
3 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ Create these DNS records for your mail domain:
- A: mail.example.com -> your public IP
- MX: example.com -> mail.example.com (priority 10)
- SPF TXT: v=spf1 mx a:mail.example.com -all
- SPF TXT: v=spf1 mx a:mail.example.com -all # v=spf1 include:spf.efwd.registrar-servers.com ~all
- DKIM TXT: mail._domainkey.example.com -> generated DKIM key
- DMARC TXT: _dmarc.example.com -> v=DMARC1; p=quarantine; rua=mailto:postmaster@example.com