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/08/18 19:31] – change headline 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 37: Line 37:
                  IN      MX      50 mx.sdf.org.                  IN      MX      50 mx.sdf.org.
                  IN      A       205.166.94.17                  IN      A       205.166.94.17
-  $ORIGIN loyalheights.net.+  $ORIGIN vhostcity.net.
   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 '$ORIGIN' line'' 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: ''v=spf1 mx ~all''. Now it will look like:+
  
   ;PDNS:205.166.94.20   ;PDNS:205.166.94.20
Line 51: Line 50:
                  IN      MX      50 mx.sdf.org.                  IN      MX      50 mx.sdf.org.
                  IN      A       205.166.94.17                  IN      A       205.166.94.17
-  $ORIGIN loyalheights.net. +  $ORIGIN vhostcity.net. 
-  www             IN      CNAME   vhostcity.net.net. +  www            IN      CNAME   vhostcity.net. 
-  v=spf1 mx ~all+  @              IN      TXT "v=spf1 include:mx.sdf.org ~all"
      
  
add_spf_record_for_your_vpm_mail.1692387110.txt.gz · Last modified: 2023/08/18 19:31 by peteyboy