|
Most domains send outbound mail through a relatively
small number of servers. Domains should describe that set
of servers in an SPF record in their DNS. Internet email
receivers can then reject forged messages which don't come
from an envelope sender domain's approved servers. This
wizard helps domain owners identify all the servers which
could be expected to send mail from their domain.
The SPF record:
v=spf1 redirect=spf.sqpt.net
can be explained as:
|
v=spf1 | This identifies the TXT record as an SPF string. |
|
redirect=spf.sqpt.net |
Load the SPF record for spf.sqpt.net and execute it instead.
|
You need to transfer these records to your DNS server by yourself. No
changes can be made by the wizard, it can only provide you with the
data that needs to be entered into your DNS server.
If you run BIND
Paste this into your zone file:
askapache.com. IN TXT "v=spf1 redirect=spf.sqpt.net"
|
If you run tinydns (djbdns)
'askapache.com:v=spf1 redirect=spf.sqpt.net:3600
|
If you run Windows DNS
Please see these instructions.
More options
If your site requires more complex configuration than
this, you should read more about
mechanisms. You should also review the tradeoffs
involved in choosing an "all" default: see page 15 of the white
paper.
You can test some pretend scenarios at one of the DNS tools. MTAs that reject mail
because SPF tests failed will link to the why page.
|