Skip to main content

What should SPF Record be if you're on a GoDaddy VPS?

Comments

6 comments

  • webhostuk
    In the right way it should be your VPS IPS that needs to be in SPF record and email should be sent received from your VPS IP only. In email configuration check the setting if something is incorrectly set.
    0
  • ItsMattSon
    Oh, you know I should probably point out that my VPS is through GoDaddy, Inc. so maybe they force all smtp traffic through that server so they can count how many smtp relays you've used out of your daily 5000 quota? If that's unlikely, disregard that lol I'm not sure where to check the configuration I'm afraid. I'll do a bit of digging around and see if I can figure it out!
    0
  • cPanelMichael
    Oh, you know I should probably point out that my VPS is through GoDaddy, Inc. so maybe they force all smtp traffic through that server so they can count how many smtp relays you've used out of your daily 5000 quota? If that's unlikely, disregard that lol

    Hi Matt, Email actually does go out from the IP address of the individual VPS by default, however you are correct that GoDaddy relays their SMTP traffic through an email relay server. Here's a related thread on GoDaddy's forums: What are the correct GoDaddy SPF Settings For DNS ... - GoDaddy Community You may want to reach out to their support team to verify the correct settings to use for your specific VPS. Thanks!
    0
  • ItsMattSon
    Thanks Michael! I'll reach out to them to tell me how I should set up my spf record :)
    0
  • ItsMattSon
    Hi @cPanelMichael All resolved! I figured it out myself without GoDaddy's help so I'm hoping it's right haha. It all checks out according to mxtoolbox though so I'm pretty happy with it. I ended up setting the TXT record to: v=spf1 +mx include:secureserver.net -all Apparently the include mechanism will reference the spf record of the secureserver.net domain and then return if no match. Interestingly, there is no match of any IPs starting with 208.109 at secureserver.net but it has an include for ss1.domaincontrol.com which has an include for ss2.domaincontrol.com which does have the IP listed in its spf record (as 208.109.0.0/16). According to Gmail: Received-SPF: pass (google.com: domain of contact@domain.tld[/EMAIL] designates 208.109.xx.xxx as permitted sender) client-ip=208.109.xx.xxx; Would be useful I think if I set thread title to "GoDaddy VPS" i think instead of OpenVZ VPS. I believe we're sorted now :D
    0
  • cPanelMichael
    Hello, I'm happy to see you were able to sort out the issue. Thanks for updating us with the outcome.
    0

Please sign in to leave a comment.