These instructions only apply if you host your domains in eApps DNS. If you use a third party DNS provider, you will need to contact them for instructions on how to add an SPF record to their service. |
[root@eapps-example ~]# dig -t TXT eapps-example.com ; <<>> DiG 9.3.4-P1 <<>> -t TXT eapps-example.com ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10438 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 4, ADDITIONAL: 4 ;; QUESTION SECTION: ;eapps-example.com. IN TXT ;; ANSWER SECTION: eapps-example.com. 403 IN TXT "v=spf1 a mx ~all" |
These instructions assume you have already installed SPF. See the Installing SPF section for more information if you still need to install SPF. |