Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

SPF Record: Difference between revisions

Content deleted Content added
AA-Andrew (talk | contribs)
mNo edit summary
AA-Andrew (talk | contribs)
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==