Sender Policy Framework (SPF) is a relatively new method of fighting spam. As more time passes, this protocol will be used as one of the standard methods of fighting spam on the internet. Essentially, an SPF record is a type TXT record placed into a domain's DNS zone. The string placed within the TXT record specifies a list of authorized host names/IP addresses that mail can originate from for a given domain name. Once this entry is placed within the DNS zone, no further configuration is necessary to take advantage of servers that incorporate SPF checking into their anti-spam systems. These are added the same way as a regular A, MX, or CNAME record would be.
A typical TXT record for SPF looks like this: example.com IN TXT v=spf1 a:domain.com ~all
- 0 Benutzer fanden dies hilfreich
Verwandte Artikel
How to create Database?
Refer the steps given below to create database: 1. Login into your Plesk control panel2. Click...
How can I open my Hosting Control panel?
To open your hosting control panel use the information given below: URL -...
What is Code Injection?
\"PHP Injection,\" \"ASP Injection,\" are terms coined which refer to various types of code...
What is phishing?
Phishing is the criminally fraudulent process of attempting to acquire sensitive information such...
What is SQL Injection and how we can prevent it?
SQL injection is a code injection technique that exploits a security vulnerability occurring in...