{"id":1059,"date":"2022-08-09T18:10:19","date_gmt":"2022-08-09T22:10:19","guid":{"rendered":"https:\/\/www.magicspam.com\/blog\/?p=1059"},"modified":"2022-08-09T18:16:16","modified_gmt":"2022-08-09T22:16:16","slug":"how-to-prevent-inbound-spoofed-emails-on-cpanel-email-servers-part-2","status":"publish","type":"post","link":"https:\/\/www.magicspam.com\/blog\/how-to-prevent-inbound-spoofed-emails-on-cpanel-email-servers-part-2\/","title":{"rendered":"How to Prevent Spoofed Emails on cPanel Email Servers (Part 2)"},"content":{"rendered":"\n<p>This is the second part of a two-part article focused on Spam Filtering Best Practices to reduce the amount of Spoofed Emails entering mailboxes hosted on cPanel \u2014 one of the most widely used web hosting control panels in the World.<\/p>\n\n\n\n<p>The first part covers the characteristics of Spoofed Emails and the ways threat actors use them to deceive victims \u2014 mainly how Spoofed Emails use forged sender information of trusted entities within the MAIL FROM and From Header to deceive and harm victims. By posing as a trusted authority figure, this email threat circumvents your natural skepticism leaving you more vulnerable against deception. Threat actors combine other threat techniques alongside email spoofing to deceive you into doing something that you would otherwise not have done leaving your business susceptible to financial and reputation damage. If you haven&#8217;t gone through the first part yet, you can find it <a href=\"https:\/\/www.magicspam.com\/blog\/how-to-prevent-inbound-spoofed-emails-on-cpanel-email-servers-part-1\/\">here<\/a>.<\/p>\n\n\n\n<p>Now in the second part, let&#8217;s see how we can prevent Spoofed Emails in cPanel.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Use Sender Policy Framework (SPF) Verification in cPanel SpamAssassin<\/h2>\n\n\n\n<p>Sender Policy Framework (SPF) is an email authentication methodology designed to detect forged sender addresses during the delivery of email, specifically forgery of the sender address in the MAIL FROM. SPF Verification allows the receiving email server to check that an email claiming to be sent from a specific domain originated from an IP address authorized by that domain&#8217;s administrators.<\/p>\n\n\n\n<p>cPanel comes with SpamAssassin as a built-in email content filtering tool designed to calculate a score for a message which estimates the likelihood of said message being spam using a variety of tests \u2014 including SPF Verification. As long as <a href=\"https:\/\/www.magicspam.com\/blog\/cpanel-spam-how-to-protect-your-server\/#spamassassin\">SpamAssassin has been enabled at the account level or global level<\/a>, it&#8217;s very likely that you are already being protected by their SPF Verification Rules.<\/p>\n\n\n\n<p>However, these SPF Verification Rules are not always effective at keeping out spoofed emails due to the their default scores. There is no guarantee spoofed emails that fail SPF Verification will be flagged as spam, as the default scores for these SPF Verification Rules does not exceed the default Spam Threshold Score of 5. Other scoring rules are needed in combination with the SPF Verification Rules in order to score high enough.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>score  SPF_NONE      0\nscore  SPF_PASS      -0.001\nscore  SPF_NEUTRAL   0\nscore  SPF_SOFTFAIL  1.5\nscore  SPF_FAIL      4.0<\/code><\/pre>\n\n\n\n<p>Also, whether a failed SPF Verification gets scored as SPF_NEUTRAL, SPF_SOFTFAIL, or SPF_FAIL is determined solely by the type of SPF ALL mechanism specified by the domain administrator.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td class=\"has-text-align-center\" data-align=\"center\">SPF Verification Rule<\/td><td class=\"has-text-align-center\" data-align=\"center\">Trigger Condition<\/td><td class=\"has-text-align-center\" data-align=\"center\">SPF ALL Mechanism<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">SPF_NONE<\/td><td class=\"has-text-align-center\" data-align=\"center\">No SPF Record<\/td><td class=\"has-text-align-center\" data-align=\"center\">N\/A<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">SPF_PASS<\/td><td class=\"has-text-align-center\" data-align=\"center\">Passed \/ Failed SPF Verification<\/td><td class=\"has-text-align-center\" data-align=\"center\">+all<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">SPF_NEUTRAL<\/td><td class=\"has-text-align-center\" data-align=\"center\">Failed SPF Verification<\/td><td class=\"has-text-align-center\" data-align=\"center\">?all<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">SPF_SOFTFAIL<\/td><td class=\"has-text-align-center\" data-align=\"center\">Failed SPF Verification<\/td><td class=\"has-text-align-center\" data-align=\"center\">~all<\/td><\/tr><tr><td class=\"has-text-align-center\" data-align=\"center\">SPF_FAIL<\/td><td class=\"has-text-align-center\" data-align=\"center\">Failed SPF Verification<\/td><td class=\"has-text-align-center\" data-align=\"center\">-all<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>If the domain administrator specifies the Neutral SPF ALL mechanism, then the SPF_NEUTRAL Verification Rule triggers which means that no score is added even though SPF Verification failed. From our experience, it&#8217;s not uncommon for domain administrators to specify the Neutral or Softfail SPF ALL mechanisms in order to avoid email deliverability issues.<\/p>\n\n\n\n<p>As such, we recommend taking back control by implementing this SPF Verification Email Security Policy.<\/p>\n\n\n\n<figure class=\"wp-block-pullquote no-left-border\"><blockquote><p>All Incoming Emails that <strong>Fail SPF Verification<\/strong> are <strong>Flagged as Spam<\/strong>.<\/p><\/blockquote><\/figure>\n\n\n\n<p>Regardless of the SPF ALL mechanism specified by the domain administrator, spoofed emails that fail SPF verification should never be delivered to the mailbox. This SPF Verification Email Security Policy can be achieved by overwriting the default scores of SPF Verification Rules at the global level or account level as a WHM Administrator and cPanel User respectively.<\/p>\n\n\n\n<p>Though one implementation specific caveat would be with the SPF_PASS Verification Rule which plays double duty for both passed SPF Verification and failed SPF Verification with Pass SPF ALL mechanism. Fortunately the Pass SPF ALL mechanism is a well-known bad practice, so no legitimate senders use it in actuality. Also, don&#8217;t add a custom score for the SPF_NONE Verification Rule as not having a SPF record is not a indicator of threat and may cause false positives. It goes without saying that SPF Verification only works when domain administrators set SPF records for their email domains.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Overwrite SPF Verification Rule Scores at Global-Level (WHM Administrator)<\/h3>\n\n\n\n<p>As a WHM Administrator with Root access, you can implement this SPF Verification Email Security Policy at the global-level on the behalf of all your cPanel users. This can be achieved by overwriting the scores of the SPF Verification Rules by editing the SpamAssassin Global Configuration File at:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/etc\/mail\/spamassassin\/local.cf<\/code><\/pre>\n\n\n\n<p>Simply open the configuration file via the WHM Terminal and add new scores for the SPF_FAIL, SPF_SOFTFAIL, and SPF_NEUTRAL Verification Rules to the bottom of the file with a high score like 6 which exceeds the default and recommended spam threshold score by one to ensure all incoming emails that fail SPF verification are flagged as spam. If you don&#8217;t have the Vim text editor installed, use any other text editor that you&#8217;re comfortable with to edit the file.<\/p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1025\" height=\"575\" data-id=\"740\" src=\"https:\/\/www.magicspam.com\/blog\/wp-content\/uploads\/2022\/07\/terminal_alt_01-2.png\" alt=\"\" class=\"wp-image-740\" srcset=\"https:\/\/www.magicspam.com\/blog\/wp-content\/uploads\/2022\/07\/terminal_alt_01-2.png 1025w, https:\/\/www.magicspam.com\/blog\/wp-content\/uploads\/2022\/07\/terminal_alt_01-2-300x168.png 300w, https:\/\/www.magicspam.com\/blog\/wp-content\/uploads\/2022\/07\/terminal_alt_01-2-768x431.png 768w\" sizes=\"auto, (max-width: 1025px) 100vw, 1025px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1025\" height=\"575\" data-id=\"1081\" src=\"https:\/\/www.magicspam.com\/blog\/wp-content\/uploads\/2022\/08\/terminal_02_alt.png\" alt=\"\" class=\"wp-image-1081\" srcset=\"https:\/\/www.magicspam.com\/blog\/wp-content\/uploads\/2022\/08\/terminal_02_alt.png 1025w, https:\/\/www.magicspam.com\/blog\/wp-content\/uploads\/2022\/08\/terminal_02_alt-300x168.png 300w, https:\/\/www.magicspam.com\/blog\/wp-content\/uploads\/2022\/08\/terminal_02_alt-768x431.png 768w\" sizes=\"auto, (max-width: 1025px) 100vw, 1025px\" \/><\/figure>\n<\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Once complete, save your edits and restart the SpamAssassin service for these updates to take effect by running the following script.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/usr\/local\/cpanel\/scripts\/restartsrv_spamd<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"675\" height=\"600\" src=\"https:\/\/www.magicspam.com\/blog\/wp-content\/uploads\/2022\/08\/terminal_03.png\" alt=\"\" class=\"wp-image-1030\" srcset=\"https:\/\/www.magicspam.com\/blog\/wp-content\/uploads\/2022\/08\/terminal_03.png 675w, https:\/\/www.magicspam.com\/blog\/wp-content\/uploads\/2022\/08\/terminal_03-300x267.png 300w\" sizes=\"auto, (max-width: 675px) 100vw, 675px\" \/><\/figure>\n\n\n\n<p>At this point, this SPF Verification Email Security Policy has been implemented on your cPanel server at the global level.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Overwrite SPF Verification Rule Scores at User-Level (cPanel User)<\/h3>\n\n\n\n<p>As a cPanel User without WHM Administrator privileges, you can implement this SPF Verification Email Security Policy at the user-level for all email domains under your account. This can be achieved by overwriting the SPF Verification Rule Scores through the Calculated Spam Score Settings.<\/p>\n\n\n<div class=\"n2-section-smartslider fitvidsignore  n2_clear\" data-ssid=\"2\"><div id=\"n2-ss-2-align\" class=\"n2-ss-align\"><div class=\"n2-padding\"><div id=\"n2-ss-2\" data-creator=\"Smart Slider 3\" data-responsive=\"auto\" class=\"n2-ss-slider n2-ow n2-has-hover n2notransition  \">\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div class=\"n2-ss-slider-wrapper-outside\" style=\"grid-template-rows:1fr auto\"><div class=\"n2-ss-slider-wrapper-inside\">\n        <div class=\"n2-ss-slider-1 n2_ss__touch_element n2-ow\">\n            <div class=\"n2-ss-slider-2 n2-ow\">\n                                                <div class=\"n2-ss-slider-3 n2-ow\">\n\n                    <div class=\"n2-ss-slide-backgrounds n2-ow-all\"><div class=\"n2-ss-slide-background\" data-public-id=\"1\" data-mode=\"fit\"><div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" data-alt=\"\" data-title=\"\"><picture class=\"skip-lazy\" data-skip-lazy=\"1\"><img decoding=\"async\" src=\"\/\/www.magicspam.com\/blog\/wp-content\/uploads\/2022\/05\/cpanel_tools_email_highlight.png\" alt=\"\" title=\"\" loading=\"lazy\" class=\"skip-lazy\" data-skip-lazy=\"1\"><\/picture><\/div><div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-slide-background-color\"><\/div><\/div><div class=\"n2-ss-slide-background\" data-public-id=\"2\" data-mode=\"fit\" aria-hidden=\"true\"><div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"100\" data-alt=\"\" data-title=\"\" style=\"--ss-o-pos-y:100%\"><picture class=\"skip-lazy\" data-skip-lazy=\"1\"><img decoding=\"async\" src=\"\/\/www.magicspam.com\/blog\/wp-content\/uploads\/2022\/07\/cpanel_tools_email_spam_filters-1.png\" alt=\"\" title=\"\" loading=\"lazy\" class=\"skip-lazy\" data-skip-lazy=\"1\"><\/picture><\/div><div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-slide-background-color\"><\/div><\/div><div class=\"n2-ss-slide-background\" data-public-id=\"3\" data-mode=\"fit\" aria-hidden=\"true\"><div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"100\" data-alt=\"\" data-title=\"\" style=\"--ss-o-pos-y:100%\"><picture class=\"skip-lazy\" data-skip-lazy=\"1\"><img decoding=\"async\" src=\"\/\/www.magicspam.com\/blog\/wp-content\/uploads\/2022\/07\/cpanel_tools_email_spam_filters_calculated_spam_score.png\" alt=\"\" title=\"\" loading=\"lazy\" class=\"skip-lazy\" data-skip-lazy=\"1\"><\/picture><\/div><div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-slide-background-color\"><\/div><\/div><\/div>                    <div class=\"n2-ss-slider-4 n2-ow\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1200 600\" data-related-device=\"desktopPortrait\" class=\"n2-ow n2-ss-preserve-size n2-ss-preserve-size--slider n2-ss-slide-limiter\"><\/svg><div data-first=\"1\" data-slide-duration=\"0\" data-id=\"4\" data-slide-public-id=\"1\" data-title=\"cPanel &gt;&gt; Email &gt;&gt; Spam Filters\" class=\"n2-ss-slide n2-ow  n2-ss-slide-4\"><div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">cPanel >> Email >> Spam Filters<\/div><div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-HjkQp2sOPzYt\" data-sstype=\"slide\" data-pm=\"default\"><\/div><\/div><\/div><div data-slide-duration=\"0\" data-id=\"5\" data-slide-public-id=\"2\" aria-hidden=\"true\" data-title=\"cPanel &gt;&gt; Email &gt;&gt; Spam Filters &gt;&gt; Additional Configurations\" class=\"n2-ss-slide n2-ow  n2-ss-slide-5\"><div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">cPanel >> Email >> Spam Filters >> Additional Configurations<\/div><div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-OpFFvdycZT0d\" data-sstype=\"slide\" data-pm=\"default\"><\/div><\/div><\/div><div data-slide-duration=\"0\" data-id=\"3\" data-slide-public-id=\"3\" aria-hidden=\"true\" data-title=\"cPanel &gt;&gt; Email &gt;&gt; Spam Filters &gt;&gt; Additional Configurations &gt;&gt; Calculated Spam Scores Settings\" class=\"n2-ss-slide n2-ow  n2-ss-slide-3\"><div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">cPanel >> Email >> Spam Filters >> Additional Configurations >> Calculated Spam Scores Settings<\/div><div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-jXql2lVU6j3h\" data-sstype=\"slide\" data-pm=\"default\"><\/div><\/div><\/div>                    <\/div>\n\n                                    <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-left-center\"><div style=\"--widget-offset:15px;\" class=\"n2-ss-widget n2-style-107cb0e4b96e295f0c4852cfc0854d07-heading nextend-arrow n2-ow-all nextend-arrow-previous  nextend-arrow-animated-fade\" data-hide-mobileportrait=\"1\" id=\"n2-ss-2-arrow-previous\" role=\"button\" aria-label=\"previous arrow\" tabindex=\"0\"><img loading=\"lazy\" decoding=\"async\" width=\"32\" height=\"32\" class=\"skip-lazy\" data-skip-lazy=\"1\" src=\"data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KICAgIDxwYXRoIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjAuOCIgZmlsbC1ydWxlPSJldmVub2RkIgogICAgICAgICAgZD0iTTE4Ljk5NTggOC45OTA3YzAtLjQyNC0uMjA0LS43MjMtLjYxLS44OTgtLjQwOS0uMTczLS43NzItLjEwNC0xLjA5My4yMDlsLTcuMDA2IDYuOTc1Yy0uMjAxLjE5OS0uMjk3LjQzNy0uMjg2LjcxNiAwIC4yNjcuMDk2LjQ5OC4yODYuNjg5bDcuMDA2IDcuMDAxYy4zMjEuMzIxLjY4NC4zODkgMS4wOTMuMjA5LjQwNi0uMTc0LjYxLS40ODIuNjEtLjkyMlY4Ljk5MDd6Ii8+Cjwvc3ZnPg==\" alt=\"previous arrow\"><\/div><\/div><div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-right-center\"><div style=\"--widget-offset:15px;\" class=\"n2-ss-widget n2-style-107cb0e4b96e295f0c4852cfc0854d07-heading nextend-arrow n2-ow-all nextend-arrow-next  nextend-arrow-animated-fade\" data-hide-mobileportrait=\"1\" id=\"n2-ss-2-arrow-next\" role=\"button\" aria-label=\"next arrow\" tabindex=\"0\"><img loading=\"lazy\" decoding=\"async\" width=\"32\" height=\"32\" class=\"skip-lazy\" data-skip-lazy=\"1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMiA4Ljk5YzAtLjQyMy4yMDQtLjcyMi42MS0uODk3LjQwOC0uMTczLjc3Mi0uMTA0IDEuMDkyLjIxbDcuMDA2IDYuOTc0Yy4yMDIuMi4yOTguNDM3LjI4Ny43MTYgMCAuMjY3LS4wOTYuNDk4LS4yODcuNjlsLTcuMDA2IDdjLS4zMi4zMi0uNjg0LjM5LTEuMDkyLjIxLS40MDYtLjE3NS0uNjEtLjQ4My0uNjEtLjkyM1Y4Ljk5eiIKICAgICAgICAgIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjAuOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPg==\" alt=\"next arrow\"><\/div><\/div><\/div><div class=\"n2-ss-slider-controls n2-ss-slider-controls-below\"><div class=\"n2-ss-widget nextend-bar nextend-bar-horizontal n2-ss-widget-hidden n2-ow-all\" style=\"text-align: left;width:100%;\"><div class=\"n2-style-c371bed12e94c3d9e638bf8bdeb281dd-simple \"><span class=\"n2-font-86860a54b7064aeda4451b2de9b363f3-simple \">&nbsp;<\/span><\/div><\/div><\/div><\/div><\/div><ss3-loader><\/ss3-loader><\/div><\/div><div class=\"n2_clear\"><\/div><\/div>\n\n\n<p><\/p>\n\n\n\n<p>Simply add new scores for the SPF_FAIL, SPF_SOFTFAIL, and SPF_NEUTRAL Verification Rules with a high score like 6 which exceeds the default and recommended spam threshold score by one to ensure all incoming emails that fail SPF verification are flagged as spam.<\/p>\n\n\n<div class=\"n2-section-smartslider fitvidsignore  n2_clear\" data-ssid=\"3\"><div id=\"n2-ss-3-align\" class=\"n2-ss-align\"><div class=\"n2-padding\"><div id=\"n2-ss-3\" data-creator=\"Smart Slider 3\" data-responsive=\"auto\" class=\"n2-ss-slider n2-ow n2-has-hover n2notransition  \">\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<div class=\"n2-ss-slider-wrapper-outside\" style=\"grid-template-rows:1fr auto\"><div class=\"n2-ss-slider-wrapper-inside\">\n        <div class=\"n2-ss-slider-1 n2_ss__touch_element n2-ow\">\n            <div class=\"n2-ss-slider-2 n2-ow\">\n                                                <div class=\"n2-ss-slider-3 n2-ow\">\n\n                    <div class=\"n2-ss-slide-backgrounds n2-ow-all\"><div class=\"n2-ss-slide-background\" data-public-id=\"1\" data-mode=\"fit\"><div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" data-alt=\"\" data-title=\"\"><picture class=\"skip-lazy\" data-skip-lazy=\"1\"><img decoding=\"async\" src=\"\/\/www.magicspam.com\/blog\/wp-content\/uploads\/slider3\/cpanel_tools_email_spam_filters_calculated_spam_score_add_score_01.png\" alt=\"\" title=\"\" loading=\"lazy\" class=\"skip-lazy\" data-skip-lazy=\"1\"><\/picture><\/div><div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-slide-background-color\"><\/div><\/div><div class=\"n2-ss-slide-background\" data-public-id=\"2\" data-mode=\"fit\" aria-hidden=\"true\"><div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" data-alt=\"\" data-title=\"\"><picture class=\"skip-lazy\" data-skip-lazy=\"1\"><img decoding=\"async\" src=\"\/\/www.magicspam.com\/blog\/wp-content\/uploads\/slider3\/cpanel_tools_email_spam_filters_calculated_spam_score_add_score_02.png\" alt=\"\" title=\"\" loading=\"lazy\" class=\"skip-lazy\" data-skip-lazy=\"1\"><\/picture><\/div><div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-slide-background-color\"><\/div><\/div><div class=\"n2-ss-slide-background\" data-public-id=\"3\" data-mode=\"fit\" aria-hidden=\"true\"><div class=\"n2-ss-slide-background-image\" data-blur=\"0\" data-opacity=\"100\" data-x=\"50\" data-y=\"50\" data-alt=\"\" data-title=\"\"><picture class=\"skip-lazy\" data-skip-lazy=\"1\"><img decoding=\"async\" src=\"\/\/www.magicspam.com\/blog\/wp-content\/uploads\/2022\/08\/cpanel_tools_email_spam_filters_calculated_spam_score_add_score_03.png\" alt=\"\" title=\"\" loading=\"lazy\" class=\"skip-lazy\" data-skip-lazy=\"1\"><\/picture><\/div><div data-color=\"RGBA(255,255,255,0)\" style=\"background-color: RGBA(255,255,255,0);\" class=\"n2-ss-slide-background-color\"><\/div><\/div><\/div>                    <div class=\"n2-ss-slider-4 n2-ow\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1200 600\" data-related-device=\"desktopPortrait\" class=\"n2-ow n2-ss-preserve-size n2-ss-preserve-size--slider n2-ss-slide-limiter\"><\/svg><div data-first=\"1\" data-slide-duration=\"0\" data-id=\"8\" data-slide-public-id=\"1\" data-title=\"Add New Score\" class=\"n2-ss-slide n2-ow  n2-ss-slide-8\"><div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Add New Score<\/div><div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-7ckOCObdPpLZ\" data-sstype=\"slide\" data-pm=\"default\"><\/div><\/div><\/div><div data-slide-duration=\"0\" data-id=\"6\" data-slide-public-id=\"2\" aria-hidden=\"true\" data-title=\"Set Score of SPF_FAIL to 6. Repeat for SPF_SOFTFAIL and SPF_NETURAL.\" class=\"n2-ss-slide n2-ow  n2-ss-slide-6\"><div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Set Score of SPF_FAIL to 6. Repeat for SPF_SOFTFAIL and SPF_NETURAL.<\/div><div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-S9bRVet5xiD1\" data-sstype=\"slide\" data-pm=\"default\"><\/div><\/div><\/div><div data-slide-duration=\"0\" data-id=\"9\" data-slide-public-id=\"3\" aria-hidden=\"true\" data-title=\"Save the New Scores.\" class=\"n2-ss-slide n2-ow  n2-ss-slide-9\"><div role=\"note\" class=\"n2-ss-slide--focus\" tabindex=\"-1\">Save the New Scores.<\/div><div class=\"n2-ss-layers-container n2-ss-slide-limiter n2-ow\"><div class=\"n2-ss-layer n2-ow n-uc-tn9Jsb7bKMeH\" data-sstype=\"slide\" data-pm=\"default\"><\/div><\/div><\/div>                    <\/div>\n\n                                    <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-left-center\"><div style=\"--widget-offset:15px;\" class=\"n2-ss-widget n2-style-107cb0e4b96e295f0c4852cfc0854d07-heading nextend-arrow n2-ow-all nextend-arrow-previous  nextend-arrow-animated-fade\" data-hide-mobileportrait=\"1\" id=\"n2-ss-3-arrow-previous\" role=\"button\" aria-label=\"previous arrow\" tabindex=\"0\"><img loading=\"lazy\" decoding=\"async\" width=\"32\" height=\"32\" class=\"skip-lazy\" data-skip-lazy=\"1\" src=\"data:image\/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KICAgIDxwYXRoIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjAuOCIgZmlsbC1ydWxlPSJldmVub2RkIgogICAgICAgICAgZD0iTTE4Ljk5NTggOC45OTA3YzAtLjQyNC0uMjA0LS43MjMtLjYxLS44OTgtLjQwOS0uMTczLS43NzItLjEwNC0xLjA5My4yMDlsLTcuMDA2IDYuOTc1Yy0uMjAxLjE5OS0uMjk3LjQzNy0uMjg2LjcxNiAwIC4yNjcuMDk2LjQ5OC4yODYuNjg5bDcuMDA2IDcuMDAxYy4zMjEuMzIxLjY4NC4zODkgMS4wOTMuMjA5LjQwNi0uMTc0LjYxLS40ODIuNjEtLjkyMlY4Ljk5MDd6Ii8+Cjwvc3ZnPg==\" alt=\"previous arrow\"><\/div><\/div><div class=\"n2-ss-slider-controls n2-ss-slider-controls-absolute-right-center\"><div style=\"--widget-offset:15px;\" class=\"n2-ss-widget n2-style-107cb0e4b96e295f0c4852cfc0854d07-heading nextend-arrow n2-ow-all nextend-arrow-next  nextend-arrow-animated-fade\" data-hide-mobileportrait=\"1\" id=\"n2-ss-3-arrow-next\" role=\"button\" aria-label=\"next arrow\" tabindex=\"0\"><img loading=\"lazy\" decoding=\"async\" width=\"32\" height=\"32\" class=\"skip-lazy\" data-skip-lazy=\"1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xMiA4Ljk5YzAtLjQyMy4yMDQtLjcyMi42MS0uODk3LjQwOC0uMTczLjc3Mi0uMTA0IDEuMDkyLjIxbDcuMDA2IDYuOTc0Yy4yMDIuMi4yOTguNDM3LjI4Ny43MTYgMCAuMjY3LS4wOTYuNDk4LS4yODcuNjlsLTcuMDA2IDdjLS4zMi4zMi0uNjg0LjM5LTEuMDkyLjIxLS40MDYtLjE3NS0uNjEtLjQ4My0uNjEtLjkyM1Y4Ljk5eiIKICAgICAgICAgIGZpbGw9IiNmZmZmZmYiIG9wYWNpdHk9IjAuOCIgZmlsbC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPg==\" alt=\"next arrow\"><\/div><\/div><\/div><div class=\"n2-ss-slider-controls n2-ss-slider-controls-below\"><div class=\"n2-ss-widget nextend-bar nextend-bar-horizontal n2-ss-widget-hidden n2-ow-all\" style=\"text-align: left;width:100%;\"><div class=\"n2-style-c371bed12e94c3d9e638bf8bdeb281dd-simple \"><span class=\"n2-font-86860a54b7064aeda4451b2de9b363f3-simple \">&nbsp;<\/span><\/div><\/div><\/div><\/div><\/div><ss3-loader><\/ss3-loader><\/div><\/div><div class=\"n2_clear\"><\/div><\/div>\n\n\n<p><\/p>\n\n\n\n<p>After saving the updates, no further action is necessary as these updates take effect immediately. At this point, this SPF Verification Email Security Policy has been implemented on your cPanel server at the user level.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">MagicSpam <strong>\u2013<\/strong> More Layers of Protection against Spoofed Emails<\/h2>\n\n\n\n<p>Despite the built-in protection offered by cPanel, it only takes half the picture into consideration when it comes to addressing the threat of spoofed emails. SPF Verification does not take the From Header into account which has been established as being more dangerous compared to the MAIL FROM. If you&#8217;re still getting spoofed emails, then look to an email security solution that recognizes the need to take both the MAIL FROM and From Header into account for the best levels of protection.<\/p>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https:\/\/www.magicspam.com\/anti-spam-protection-cpanel.php\" target=\"_blank\">MagicSpam is a fully-featured email security solution<\/a> with multiple layers of protection designed to run on cPanel servers \u2014 easy to install and even easier to use. Our policy-based protection allows you to block sources known for sending spoofed emails right at the Simple Mail Transfer Protocol (SMTP) layer which saves on resources. In addition, our PRO version comes with an additional layer of protection with custom content filtering rules which take both the MAIL FROM and From Header into account in order to filter the remainder of spoofed emails that make it through. All of which is supported by an expert team of threat researchers who release daily email security updates.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>Spoofed Emails continue to pose an increasingly dangerous threat to businesses. Threat actors are keen to benefit off your misfortune as it is lucrative for them. Without a comprehensive protection strategy against spoofed emails, your business is left vulnerable and at risk. This highlights the important need for businesses to review their security policies and ask themselves the question: How protected is my business against spoofed emails and more generally, email threats.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This is the second part of a two-part article focused on Spam Filtering Best Practices to reduce the amount of Spoofed Emails entering mailboxes hosted on cPanel \u2014 one of the most widely used web hosting control panels in the World. Let&#8217;s see how we can prevent Spoofed Emails in cPanel.<\/p>\n","protected":false},"author":3,"featured_media":1128,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[],"class_list":["post-1059","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cpanel"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Prevent Spoofed Emails on cPanel Email Servers (Part 2) - MagicSpam Business Email Security Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.magicspam.com\/blog\/how-to-prevent-inbound-spoofed-emails-on-cpanel-email-servers-part-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Prevent Spoofed Emails on cPanel Email Servers (Part 2) - MagicSpam Business Email Security Blog\" \/>\n<meta property=\"og:description\" content=\"This is the second part of a two-part article focused on Spam Filtering Best Practices to reduce the amount of Spoofed Emails entering mailboxes hosted on cPanel \u2014 one of the most widely used web hosting control panels in the World. Let&#039;s see how we can prevent Spoofed Emails in cPanel.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.magicspam.com\/blog\/how-to-prevent-inbound-spoofed-emails-on-cpanel-email-servers-part-2\/\" \/>\n<meta property=\"og:site_name\" content=\"MagicSpam Business Email Security Blog\" \/>\n<meta property=\"article:published_time\" content=\"2022-08-09T22:10:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-08-09T22:16:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.magicspam.com\/blog\/wp-content\/uploads\/2022\/08\/cover_part_2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1201\" \/>\n\t<meta property=\"og:image:height\" content=\"631\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Isidore Squeaky\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@magicspam\" \/>\n<meta name=\"twitter:site\" content=\"@magicspam\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Isidore Squeaky\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.magicspam.com\/blog\/how-to-prevent-inbound-spoofed-emails-on-cpanel-email-servers-part-2\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.magicspam.com\/blog\/how-to-prevent-inbound-spoofed-emails-on-cpanel-email-servers-part-2\/\"},\"author\":{\"name\":\"Isidore Squeaky\",\"@id\":\"https:\/\/www.magicspam.com\/blog\/#\/schema\/person\/2ef85990c1cc6650c8894fc9a291235c\"},\"headline\":\"How to Prevent Spoofed Emails on cPanel Email Servers (Part 2)\",\"datePublished\":\"2022-08-09T22:10:19+00:00\",\"dateModified\":\"2022-08-09T22:16:16+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.magicspam.com\/blog\/how-to-prevent-inbound-spoofed-emails-on-cpanel-email-servers-part-2\/\"},\"wordCount\":1271,\"publisher\":{\"@id\":\"https:\/\/www.magicspam.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.magicspam.com\/blog\/how-to-prevent-inbound-spoofed-emails-on-cpanel-email-servers-part-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.magicspam.com\/blog\/wp-content\/uploads\/2022\/08\/cover_part_2.png\",\"articleSection\":[\"cPanel\"],\"inLanguage\":\"en-CA\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.magicspam.com\/blog\/how-to-prevent-inbound-spoofed-emails-on-cpanel-email-servers-part-2\/\",\"url\":\"https:\/\/www.magicspam.com\/blog\/how-to-prevent-inbound-spoofed-emails-on-cpanel-email-servers-part-2\/\",\"name\":\"How to Prevent Spoofed Emails on cPanel Email Servers (Part 2) - MagicSpam Business Email Security Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.magicspam.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.magicspam.com\/blog\/how-to-prevent-inbound-spoofed-emails-on-cpanel-email-servers-part-2\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.magicspam.com\/blog\/how-to-prevent-inbound-spoofed-emails-on-cpanel-email-servers-part-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.magicspam.com\/blog\/wp-content\/uploads\/2022\/08\/cover_part_2.png\",\"datePublished\":\"2022-08-09T22:10:19+00:00\",\"dateModified\":\"2022-08-09T22:16:16+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.magicspam.com\/blog\/how-to-prevent-inbound-spoofed-emails-on-cpanel-email-servers-part-2\/#breadcrumb\"},\"inLanguage\":\"en-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.magicspam.com\/blog\/how-to-prevent-inbound-spoofed-emails-on-cpanel-email-servers-part-2\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\/\/www.magicspam.com\/blog\/how-to-prevent-inbound-spoofed-emails-on-cpanel-email-servers-part-2\/#primaryimage\",\"url\":\"https:\/\/www.magicspam.com\/blog\/wp-content\/uploads\/2022\/08\/cover_part_2.png\",\"contentUrl\":\"https:\/\/www.magicspam.com\/blog\/wp-content\/uploads\/2022\/08\/cover_part_2.png\",\"width\":1201,\"height\":631},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.magicspam.com\/blog\/how-to-prevent-inbound-spoofed-emails-on-cpanel-email-servers-part-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.magicspam.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Prevent Spoofed Emails on cPanel Email Servers (Part 2)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.magicspam.com\/blog\/#website\",\"url\":\"https:\/\/www.magicspam.com\/blog\/\",\"name\":\"MagicSpam Email Security Blog\",\"description\":\"Helping Email Administrators stopping threats\",\"publisher\":{\"@id\":\"https:\/\/www.magicspam.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.magicspam.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-CA\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.magicspam.com\/blog\/#organization\",\"name\":\"mThreat Technologies Inc - MagicSpam Spam and Threat Protection\",\"url\":\"https:\/\/www.magicspam.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\/\/www.magicspam.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.magicspam.com\/blog\/wp-content\/uploads\/2022\/07\/cropped-Logo-3x3x.png\",\"contentUrl\":\"https:\/\/www.magicspam.com\/blog\/wp-content\/uploads\/2022\/07\/cropped-Logo-3x3x.png\",\"width\":853,\"height\":234,\"caption\":\"mThreat Technologies Inc - MagicSpam Spam and Threat Protection\"},\"image\":{\"@id\":\"https:\/\/www.magicspam.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/magicspam\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.magicspam.com\/blog\/#\/schema\/person\/2ef85990c1cc6650c8894fc9a291235c\",\"name\":\"Isidore Squeaky\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\/\/www.magicspam.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/8e10fc52c650eeae9654aa87a23543c244b840789159b326b632697fe7d8e7d2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/8e10fc52c650eeae9654aa87a23543c244b840789159b326b632697fe7d8e7d2?s=96&d=mm&r=g\",\"caption\":\"Isidore Squeaky\"},\"url\":\"https:\/\/www.magicspam.com\/blog\/author\/isidore\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Prevent Spoofed Emails on cPanel Email Servers (Part 2) - MagicSpam Business Email Security Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.magicspam.com\/blog\/how-to-prevent-inbound-spoofed-emails-on-cpanel-email-servers-part-2\/","og_locale":"en_US","og_type":"article","og_title":"How to Prevent Spoofed Emails on cPanel Email Servers (Part 2) - MagicSpam Business Email Security Blog","og_description":"This is the second part of a two-part article focused on Spam Filtering Best Practices to reduce the amount of Spoofed Emails entering mailboxes hosted on cPanel \u2014 one of the most widely used web hosting control panels in the World. Let's see how we can prevent Spoofed Emails in cPanel.","og_url":"https:\/\/www.magicspam.com\/blog\/how-to-prevent-inbound-spoofed-emails-on-cpanel-email-servers-part-2\/","og_site_name":"MagicSpam Business Email Security Blog","article_published_time":"2022-08-09T22:10:19+00:00","article_modified_time":"2022-08-09T22:16:16+00:00","og_image":[{"width":1201,"height":631,"url":"https:\/\/www.magicspam.com\/blog\/wp-content\/uploads\/2022\/08\/cover_part_2.png","type":"image\/png"}],"author":"Isidore Squeaky","twitter_card":"summary_large_image","twitter_creator":"@magicspam","twitter_site":"@magicspam","twitter_misc":{"Written by":"Isidore Squeaky","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.magicspam.com\/blog\/how-to-prevent-inbound-spoofed-emails-on-cpanel-email-servers-part-2\/#article","isPartOf":{"@id":"https:\/\/www.magicspam.com\/blog\/how-to-prevent-inbound-spoofed-emails-on-cpanel-email-servers-part-2\/"},"author":{"name":"Isidore Squeaky","@id":"https:\/\/www.magicspam.com\/blog\/#\/schema\/person\/2ef85990c1cc6650c8894fc9a291235c"},"headline":"How to Prevent Spoofed Emails on cPanel Email Servers (Part 2)","datePublished":"2022-08-09T22:10:19+00:00","dateModified":"2022-08-09T22:16:16+00:00","mainEntityOfPage":{"@id":"https:\/\/www.magicspam.com\/blog\/how-to-prevent-inbound-spoofed-emails-on-cpanel-email-servers-part-2\/"},"wordCount":1271,"publisher":{"@id":"https:\/\/www.magicspam.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.magicspam.com\/blog\/how-to-prevent-inbound-spoofed-emails-on-cpanel-email-servers-part-2\/#primaryimage"},"thumbnailUrl":"https:\/\/www.magicspam.com\/blog\/wp-content\/uploads\/2022\/08\/cover_part_2.png","articleSection":["cPanel"],"inLanguage":"en-CA"},{"@type":"WebPage","@id":"https:\/\/www.magicspam.com\/blog\/how-to-prevent-inbound-spoofed-emails-on-cpanel-email-servers-part-2\/","url":"https:\/\/www.magicspam.com\/blog\/how-to-prevent-inbound-spoofed-emails-on-cpanel-email-servers-part-2\/","name":"How to Prevent Spoofed Emails on cPanel Email Servers (Part 2) - MagicSpam Business Email Security Blog","isPartOf":{"@id":"https:\/\/www.magicspam.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.magicspam.com\/blog\/how-to-prevent-inbound-spoofed-emails-on-cpanel-email-servers-part-2\/#primaryimage"},"image":{"@id":"https:\/\/www.magicspam.com\/blog\/how-to-prevent-inbound-spoofed-emails-on-cpanel-email-servers-part-2\/#primaryimage"},"thumbnailUrl":"https:\/\/www.magicspam.com\/blog\/wp-content\/uploads\/2022\/08\/cover_part_2.png","datePublished":"2022-08-09T22:10:19+00:00","dateModified":"2022-08-09T22:16:16+00:00","breadcrumb":{"@id":"https:\/\/www.magicspam.com\/blog\/how-to-prevent-inbound-spoofed-emails-on-cpanel-email-servers-part-2\/#breadcrumb"},"inLanguage":"en-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.magicspam.com\/blog\/how-to-prevent-inbound-spoofed-emails-on-cpanel-email-servers-part-2\/"]}]},{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/www.magicspam.com\/blog\/how-to-prevent-inbound-spoofed-emails-on-cpanel-email-servers-part-2\/#primaryimage","url":"https:\/\/www.magicspam.com\/blog\/wp-content\/uploads\/2022\/08\/cover_part_2.png","contentUrl":"https:\/\/www.magicspam.com\/blog\/wp-content\/uploads\/2022\/08\/cover_part_2.png","width":1201,"height":631},{"@type":"BreadcrumbList","@id":"https:\/\/www.magicspam.com\/blog\/how-to-prevent-inbound-spoofed-emails-on-cpanel-email-servers-part-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.magicspam.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Prevent Spoofed Emails on cPanel Email Servers (Part 2)"}]},{"@type":"WebSite","@id":"https:\/\/www.magicspam.com\/blog\/#website","url":"https:\/\/www.magicspam.com\/blog\/","name":"MagicSpam Email Security Blog","description":"Helping Email Administrators stopping threats","publisher":{"@id":"https:\/\/www.magicspam.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.magicspam.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-CA"},{"@type":"Organization","@id":"https:\/\/www.magicspam.com\/blog\/#organization","name":"mThreat Technologies Inc - MagicSpam Spam and Threat Protection","url":"https:\/\/www.magicspam.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/www.magicspam.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.magicspam.com\/blog\/wp-content\/uploads\/2022\/07\/cropped-Logo-3x3x.png","contentUrl":"https:\/\/www.magicspam.com\/blog\/wp-content\/uploads\/2022\/07\/cropped-Logo-3x3x.png","width":853,"height":234,"caption":"mThreat Technologies Inc - MagicSpam Spam and Threat Protection"},"image":{"@id":"https:\/\/www.magicspam.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/magicspam"]},{"@type":"Person","@id":"https:\/\/www.magicspam.com\/blog\/#\/schema\/person\/2ef85990c1cc6650c8894fc9a291235c","name":"Isidore Squeaky","image":{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/www.magicspam.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/8e10fc52c650eeae9654aa87a23543c244b840789159b326b632697fe7d8e7d2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8e10fc52c650eeae9654aa87a23543c244b840789159b326b632697fe7d8e7d2?s=96&d=mm&r=g","caption":"Isidore Squeaky"},"url":"https:\/\/www.magicspam.com\/blog\/author\/isidore\/"}]}},"_links":{"self":[{"href":"https:\/\/www.magicspam.com\/blog\/wp-json\/wp\/v2\/posts\/1059","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.magicspam.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.magicspam.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.magicspam.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.magicspam.com\/blog\/wp-json\/wp\/v2\/comments?post=1059"}],"version-history":[{"count":41,"href":"https:\/\/www.magicspam.com\/blog\/wp-json\/wp\/v2\/posts\/1059\/revisions"}],"predecessor-version":[{"id":1180,"href":"https:\/\/www.magicspam.com\/blog\/wp-json\/wp\/v2\/posts\/1059\/revisions\/1180"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.magicspam.com\/blog\/wp-json\/wp\/v2\/media\/1128"}],"wp:attachment":[{"href":"https:\/\/www.magicspam.com\/blog\/wp-json\/wp\/v2\/media?parent=1059"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.magicspam.com\/blog\/wp-json\/wp\/v2\/categories?post=1059"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.magicspam.com\/blog\/wp-json\/wp\/v2\/tags?post=1059"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}