SPF help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dethfire
    Senior Member
    • Mar 2003
    • 475
    • 3.8.x

    SPF help

    I send email from my with the "From" being a gmail account. I have this record in my DNS v=spf1 a mx ~all

    It comes out as Neutral though. Any advice?
    http://www.physicsforums.com
  • Andy Huang
    Senior Member
    • Feb 2004
    • 4602

    #2
    If you're doing a google apps thing like me, be sure to use smtp instead of php's mail. In my opinion, it is more reliable to send the mail via google's servers instead of sending it from your own.

    Also, their SPF entry (as written in bind conf file, adjust as needed to match your server / control panel) should be:
    Code:
    @       IN      TXT     "v=spf1 include:aspmx.googlemail.com ~all"
    Best Regards,
    Andy Huang

    Comment

    • dethfire
      Senior Member
      • Mar 2003
      • 475
      • 3.8.x

      #3
      I use vb and my webmaster address is a gmail account. So when I send email the "from" is gmail address. How do I make SPF for that? I am not using google app. thanks
      http://www.physicsforums.com

      Comment

      • Andy Huang
        Senior Member
        • Feb 2004
        • 4602

        #4
        SPF identifies which server(s) is allowed to send mails from your domain. Since your email address is a gmail address (IE: @gmail.com / @googlemail.com domain), you can't setup SPF for neither domains (they don't belong to you). Just channel it through SMTP so the mail will come from gmail's servers (allowed by their SPF if they're using SPF).
        Best Regards,
        Andy Huang

        Comment

        Related Topics

        Collapse

        Working...