-1

I'm trying to create a Sender ID record for TurboLab.it with Microsoft's own Sender ID wizard but the wizard always return something like v=spf1 a mx ptr ip4:95.141.32.205 -all: this looks like SPF, not Sender ID to me! Shouldn't it return something like spf2.0/....?

  • 1
    The headline of the wizard states "Sender ID Framework **SPF** Record Wizard" and the next line "This four-step wizard will guide you through the process of creating a new **SPF** record for your DNS domain." In other words, it does what it advertises. – Sven Apr 05 '14 at 10:56
  • 4
    This question appears to be off-topic because it is about a non-problem. – Sven Apr 05 '14 at 10:56
  • 2
    There is a problem. Someone got a Doctorate and can not read titles ;) – TomTom Apr 05 '14 at 11:31

1 Answers1

0

Sender ID tries to be backwards compatible and can use spf1 records.
There is a whole controversy going on around this which I'm not getting into here (see: http://www.openspf.org/SPF_vs_Sender_ID).

In any case, if you choose a scope other than "both" in the wizard it will create spf2 records.
Otherwise it will only generate a backwards compatible spf1 record.

faker
  • 17,496
  • 2
  • 60
  • 70