Tudásbázis

Multiple SPF Records

Multiple SPF records are not recommended and may cause delivery and spam classification issues. According to RFC specs, a domain name must not have multiple records that would cause an authorization check to select more than one record.

If you need to authorize more than one mail server for your domain, we recommend that you update your existing SPF record instead of creating multiple records.

Example

v=spf1 ip4:121.79.196.33 ~all
v=spf1 include:_spf.rapidweb.co.nz ~all

This text will cause the SPF check to fail because there are multiple records. Instead, add the mail server's IP address before the ~all argument using the format ip4:address or ip6:address to add the server to your existing SPF record:

v=spf1 ip4:121.79.196.33 include:_spf.rapidweb.co.nz ~all

  • 55 A felhasználók hasznosnak találták ezt

Hasznosnak találta ezt a választ?

Kapcsolódó cikkek

Website Backups

1. Log into your cPanel account.2. In the "Files" section, click on "Backup Wizard" Icon.3. Under...

Should I use POP or IMAP?

IMAP and POP are the two primary protocols used by email clients for retrieving and storing...

Getting your site on Google

You can submit your website to Google by browsing to this link:...

Setting up Google Analytics

Adding Google Analytics to your website is a great way to track visitors to your website, as well...

How to Setup an Email AutoResponder in cPanel

An autoresponder replies automatically when a specific email address receives an email. This is...