|
If you are receiving bounced emails containing spam that are sent to your email address, then your email address is probably being forged by a spammer. An SPF record can help stop this.
SPF (Sender Policy Framework) is an extension to SMTP (Simple Email Transfer Protocol) that allows mail servers to detect and reject forged email addresses. SPF records help to detect spam emails that uses your forged email address. They are a special DNS TXT entry that gives details on which servers are allowed to send email from your domain. Using this information along with further information in email headers, forged email addresses can be detected.
To set an SPF record for your domain, visit the SPF wizard at:
http://www.openspf.org/wizard.html
follow the instructions, which will generate an SPF string for your domain. Now visit:
http://www.z-host.com/members/dns.php
select your domain and click "Go" (this step is not necessary if you only host 1 domain with us). Scroll down to the "Add new entries" section. In the first column enter your domain name followed by a dot (e.g. "yourdomain.com."). In the 3rd column select "TXT". In the fourth column enter the SPF record that the wizard generated (including the beginning and ending quote). You should end up with something like:
| yourdomain.com. | 1440 | TXT | "v=spf1 a mx include:your_isp.com ~all" | | |
Click "Update".
|