SPF Record: Difference between revisions
Appearance
Content deleted Content added
mNo edit summary |
mNo edit summary |
||
| (9 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<indicator name="Faults">[[File:Menu-email.svg|link=:Category:Email|30px|Back up to the Email Category]]</indicator> |
<indicator name="Faults">[[File:Menu-email.svg|link=:Category:Email|30px|Back up to the Email Category]]</indicator> |
||
Also see [[DKIM]] |
|||
SPF = Sender Policy Framework |
SPF = Sender Policy Framework |
||
| Line 8: | Line 10: | ||
Many of the large email providers (Gmail, Yahoo, Office 365) are getting picky about accepting email that has no 'validation' mechanisms. Even if your email is not spam or junk they may treat it as so and either reject the message or put it in the recipients junk folder. |
Many of the large email providers (Gmail, Yahoo, Office 365) are getting picky about accepting email that has no 'validation' mechanisms. Even if your email is not spam or junk they may treat it as so and either reject the message or put it in the recipients junk folder. |
||
| ⚫ | |||
Whilst we don't provide DMARK or DKIM features on our email service customers are are welcome to use their own email servers and configure them as they wish. |
|||
| ⚫ | Typically, our customers would use <code>smtp.aa.net.uk</code> to send email - however '''thought must be given to other servers that may also send email from your domain - eg you may have a 3rd party web server or some other service that sends email on our behalf - these would want to be included too.''' In these cases, you'd add the IP addresses as: ip4:x.x.x.x and/or ip6:xxxx:xxxx:xxxx::xxxx |
||
| ⚫ | |||
| ⚫ | Typically, our customers would use <code>smtp.aa.net.uk</code> to send email - however thought must be given to other servers that may also send email from your domain - eg you may have a 3rd party web server or some other service that sends email on our behalf - these would want to be included too. |
||
To cover the IP addresses of the A&A email servers, you can include <code>_spf_include.aa.net.uk</code>, eg: |
To cover the IP addresses of the A&A email servers, you can include <code>_spf_include.aa.net.uk</code>, eg: |
||
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>~all</code>). This should be added as a domain level TXT record (Typically "@" through a control panel). |
||
This is just a brief example of SPF, the record above will be useful to customers who only send email via <code>smtp.aa.net.uk</code>. 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) |
This is just a brief example of SPF, the record above will be useful to customers who only send email via <code>smtp.aa.net.uk</code>. 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) |
||
| Line 34: | Line 35: | ||
[[Category:Email]] |
[[Category:Email]] |
||
[[Category:Email Features]] |
|||
[[Category:Email How to]] |
|||