Understanding SPF and DMARC
SPF and DMARC are like security badges and policies for your mailbox.
- SPF tells other email servers which machines are allowed to send emails for your domain.
- DMARC sets clear rules for handling suspicious messages and helps you track any attempted abuse.

Adding a SPF Record
- In DirectAdmin, go to “DNS Management” for your domain.
- Click “Add Record.”
- For Type, select TXT.
- For Name, enter your domain (for example:
yourdomain.com). - For Value, enter:pythonRun CodeCopy code
v=spf1 +a +mx +ip4:SERVERIP -allReplace SERVERIP with your web server’s IP address. (You can find this information in your Tresseo welcome email or by contacting support.) - Click Save to finish.
Your SPF record is now set up to help protect your outgoing email from being marked as spam.
How to Add a DMARC Record
- In DirectAdmin, open DNS Management for your domain.
- Click Add Record.
- For Type, choose TXT.
- For Name, enter:textCopy code
_dmarc - For Value, enter:javaRun CodeCopy code
v=DMARC1; p=quarantine; rua=mailto:you@yourdomain.comYou can use your preferred email address afterrua=mailto:to receive DMARC reports. - Click Save to finish.
Your DMARC record is now added. This will help control how other mail servers handle suspicious emails sent from your domain.
Keeping your email secure is simple once you know what to look for. If you run into trouble, the Tresseo support team is always ready to help wit





