The DNS record type 99 (SPF) has been deprecated

  • My mistake, you are right.
    The customized SPF will be implemented soon (2.x, maybe earlier (done when done))


    @ theemstra, do you know how to modify the entrys as SPFv3 compatible entrys?

    Code
    1. SPF v=spf1 a mx ip4:xx.xx.xx.xxx ~all
    2. TXT v=spf1 a mx ip4:xx.xx.xx.xxx ~all
  • @fulltilt


    SPFv3? For me, SPFv3 relates to the SPF record (SPF "v=spf3 ...") which is now deprecated. To resume, you must have only that record right now:

    Code
    1. TXT "v=spf1 a mx ip4:xx.xx.xx.xxx ~all"

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • @fulltilt


    SPFv3? For me, SPFv3 relates to the SPF record (SPF "v=spf3 ...") which is now deprecated. To resume, you must have only that record right now:

    Code
    1. TXT "v=spf1 a mx ip4:xx.xx.xx.xxx ~all"

    thanks Nuxwin, that means only the TXT entry is needed and I have to delete the SPF syntax?

  • @fulltilt


    YES ;)

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206