User Tools

Site Tools


add_spf_record_for_your_vpm_mail

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
add_spf_record_for_your_vpm_mail [2023/10/11 00:56] peteyboyadd_spf_record_for_your_vpm_mail [2023/10/12 07:24] (current) – correct the bad thing where I didn't know that the spf1 record needs to be in a "TXT" directive. Also simplify with the more complicated but more straightforward 'include' peteyboy
Line 40: Line 40:
   www             IN      CNAME   vhostcity.net.   www             IN      CNAME   vhostcity.net.
  
-  * To map to whatever SDF is doing, add a line at the bottom that looks like this: ''v=spf1 include:mx.sdf.org ~all''  +  * To map to whatever SDF is doing, add a ''TXT'' directive line ''under the '$ORIGINline'' that looks like this: ''@ IN TXT "v=spf1 include:mx.sdf.org ~all"''. Now it will look like:
-  * If you want to map to whatever your site is using for MX record (which is probably the same thing as above, since your MX is set to //mx.sdf.org// as above, then add a line instead that looks like this: ''@ IN TXT "v=spf1 mx ~all"''. Now it will look like:+
  
   ;PDNS:205.166.94.20   ;PDNS:205.166.94.20
Line 53: Line 52:
   $ORIGIN vhostcity.net.   $ORIGIN vhostcity.net.
   www            IN      CNAME   vhostcity.net.   www            IN      CNAME   vhostcity.net.
-  @              IN      TXT "v=spf1 mx ~all+  @              IN      TXT "v=spf1 include:mx.sdf.org ~all"
      
  
add_spf_record_for_your_vpm_mail.1696985777.txt.gz · Last modified: 2023/10/11 00:56 by peteyboy