-1

I have a VPS hosting with public IP and custom domain. I am sending email from the server, but the email is recognized as spam by google. I want to add and SPF domain record. I could follow the documentation, but I could restrict it a bit more.

I use only one email address noreply@example.com. Should I add SPF record for that only one address? Or the entire domain?

HBruijn
  • 84,206
  • 24
  • 145
  • 224

2 Answers2

6

You can't do that with SPF, it's at the domain level.

Tim
  • 33,870
  • 7
  • 56
  • 84
-1

If you sub-domain it like noreply@subdomain.example.com then you can SPF that sub-domain and leave your main domain without an SPF.

Henry
  • 848