| SPF (Sender Policy Framework) is
a system to help domain owners identify all the servers
which are expected to send mail from their domain. The
aim is that other mail systems can then check to make
sure the server sending email from that domain is authorised
to do so - reducing the chance of email 'spoofing',
phishing schemes and spam!
In the past many people have avoided
SPF because of the trouble of setting up the SPF records
- especially if you use multiple ISP's or have mobile
users.
When used with AuthSMTP to send
your outgoing mail the setup can be very simple -
a
'typical' SPF record would be:
"v=spf1 a ptr include:authsmtp.com
?all"
This will by default allow email from
the default IP address for your domain (typically your
web server), any hosts at your domain (i.e. hostname.your-domain-name.com)
and all the domains we currently use for sending your
email.
There are 3 options for 'all' - we
recommend using '?all' to start with then consider changing
to the stricter '~all' and strictest '-all' when you
are 100% sure the SPF records you have chosen are accurate.
Note: Depending on your email / server
configuration you may need to setup some additional
records - contact your ISP for more details and to add
SPF to your domain DNS records or use the official SPF
Wizard.
If you have any questions please contact
us.
Now choose from Next
FAQ, Previous FAQ, FAQs Index or our Home Page. |