SPF Record: Difference between revisions
Appearance
Content deleted Content added
mNo edit summary |
mNo edit summary |
||
| Line 12: | Line 12: | ||
v=spf1 mx include:_spf_include.aa.net.uk ~all |
v=spf1 mx include:_spf_include.aa.net.uk ~all |
||
This says to accept email from the mx records (<code>mx</code>) and A&A's published list of IP addresses (<code>include:_spf_include.aa.net.uk</code>) , everything else should be marked as possible junk (<code>~al</code>). |
|||
Thi sis just a brief example, there are lots of information and spf 'generators' on the internet. The main thing to do is to test what you have added by looking at the headers of email that has been received by Gmail/O365 etc) |
|||
==Testing with Gmail== |
==Testing with Gmail== |
||