As you may know, if mail service is unauthenticated you can face the following issues:
- emails you send are delivered to Spam/Junk folders
- emails you send bounce with "SPF record failure" error
- your Inbox gets numerous "Failed delivery" bounce backs of the emails you never sent
In the first case, recipient mail server looks up SPF record for your domain, and if it is not added / does not match actual outgoing server IP address, such a mail delivery will fail. Such checking mechanism is implemented in order to make sure email comes from a legitimate sender and verified sender.
Second situation takes place when there is no SPF/DKIM configured for your domain or they are configured incorrectly, which lets unauthorized party to forge emails using @yourdomain.com mailbox. Such cases are called mail spoofing.
Email Authentication is an effective set of anti-spoofing and anti-spamming tools available in cPanel.
It consists of two major components – SPF and DKIM records setup.
Click on Enable and the records will be added to the DNS zone of *all* hosted domains automatically
Most Popular Articles
Common cPanel Commands List
Most Common Linux Cpanel Commands for Server Admins & Cpanel Users . Limit webuser...
How to check the installation log of Whm/Cpanel
To check progress, login to vps and check log: tail -f ins_cpanel.log
What is the difference between parked, addon, and subdomains?
Subdomain A subdomain is a second website, with its own unique content, but there is no new...
How to redirect HTTP traffic to HTTPS using an .htaccess file
The below code when added to an .htaccess file will automatically redirect any traffic destined...
Migrating Server from Webmin to cPanel Control Panel
Transfering the accounts including all such as domains, databases and email accounts between the...