<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Google Workspace Security - Franklin Web Technologies</title>
	<atom:link href="https://franklinwebtech.com/category/google-workspace-security/feed/" rel="self" type="application/rss+xml" />
	<link>https://franklinwebtech.com</link>
	<description>Cloud Security Hardening for Microsoft 365 and Google Workspace</description>
	<lastBuildDate>Mon, 07 Sep 2026 10:18:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://franklinwebtech.com/wp-content/uploads/2025/12/cropped-Franklin_Web_Technologies-512x512-Logo-32x32.png</url>
	<title>Google Workspace Security - Franklin Web Technologies</title>
	<link>https://franklinwebtech.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>DMARC, SPF and DKIM Explained: How to Protect Your Business Email From Spoofing</title>
		<link>https://franklinwebtech.com/dmarc-spf-and-dkim-explained/</link>
		
		<dc:creator><![CDATA[analytics11]]></dc:creator>
		<pubDate>Mon, 07 Sep 2026 09:51:40 +0000</pubDate>
				<category><![CDATA[DKIM and DMARC for Google]]></category>
		<category><![CDATA[business email security]]></category>
		<category><![CDATA[DKIM signature]]></category>
		<category><![CDATA[DMARC policy]]></category>
		<category><![CDATA[DMARC SPF DKIM]]></category>
		<category><![CDATA[email authentication]]></category>
		<category><![CDATA[email spoofing prevention]]></category>
		<category><![CDATA[SPF]]></category>
		<category><![CDATA[SPF record]]></category>
		<guid isPermaLink="false">https://franklinwebtech.com/?p=2136</guid>

					<description><![CDATA[How Do DMARC, SPF and DKIM Protect Business Email? DMARC, SPF and DKIM help receiving email systems confirm whether a message claiming to come from your business domain is properly authenticated. Together, they can reduce domain spoofing, support email deliverability, and give businesses more control over how their domains are used for email. This guide [&#8230;]<p>Read more at <a href="https://franklinwebtech.com/dmarc-spf-and-dkim-explained/">Franklin Web Technologies</a></p>]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">How Do DMARC, SPF and DKIM Protect Business Email?</h2>



<p class="wp-block-paragraph">DMARC, SPF and DKIM help receiving email systems confirm whether a message claiming to come from your business domain is properly authenticated. Together, they can reduce domain spoofing, support email deliverability, and give businesses more control over how their domains are used for email.</p>



<p class="wp-block-paragraph">This guide explains <strong>DMARC, SPF and DKIM</strong>, what each email authentication standard does, how they work together, common DNS setup mistakes, and practical steps businesses can take to improve their email security.</p>



<p class="wp-block-paragraph">For an SMB owner, marketing team, or IT administrator, these records are more than technical DNS settings. They can affect email delivery, brand trust, and protection against messages that try to impersonate your company.</p>



<p class="wp-block-paragraph">When managing several email systems becomes difficult, <a target="_blank" rel="noopener" href="https://franklinwebtech.com/"><strong>Franklin Web Technologies</strong></a> can help businesses review their domain and email configuration and identify authentication gaps.</p>



<h2 class="wp-block-heading">What Are SPF, DKIM and DMARC?</h2>



<p class="wp-block-paragraph">SPF, DKIM and DMARC solve different parts of the email authentication process.</p>



<p class="wp-block-paragraph">SPF helps identify which systems are allowed to send email for a domain. DKIM adds a digital signature that receiving systems can verify. DMARC connects those authentication results to the domain shown in the visible From address and provides a policy for handling authentication failures.</p>



<p class="wp-block-paragraph">Using all three provides a stronger foundation than relying on only one authentication method.</p>



<h3 class="wp-block-heading">What Is SPF?</h3>



<p class="wp-block-paragraph"><strong>SPF, or Sender Policy Framework,</strong> is a DNS-based email authentication method that lists the systems allowed to send email for a domain.</p>



<p class="wp-block-paragraph">For example, a business may send email through Microsoft 365, a CRM, and a marketing platform. The SPF record should include the approved services that are allowed to send messages for that domain.</p>



<p class="wp-block-paragraph">A simplified SPF record might look like:</p>



<pre class="wp-block-code"><code>v=spf1 include:spf.protection.outlook.com include:mail.example.com -all</code></pre>



<p class="wp-block-paragraph">When a message reaches a receiving mail server, the server checks the sending IP address against the SPF policy for the email&#8217;s envelope sender domain.</p>



<p class="wp-block-paragraph">The <code>-all</code> part means that sending sources not included in the SPF policy should fail the SPF check.</p>



<p class="wp-block-paragraph">The exact SPF record will depend on the services your business uses.</p>



<p class="wp-block-paragraph">SPF is useful, but it has an important limitation. It does not directly authenticate the visible From address that a person normally sees in their inbox. Email forwarding can also cause SPF authentication problems.</p>



<p class="wp-block-paragraph">This is one reason DKIM and DMARC are important.</p>



<h3 class="wp-block-heading">What Is DKIM?</h3>



<p class="wp-block-paragraph"><strong>DKIM, or DomainKeys Identified Mail,</strong> adds a digital signature to outgoing email.</p>



<p class="wp-block-paragraph">The sending email service uses a private key to create the signature. A matching public key is published in your domain&#8217;s DNS records.</p>



<p class="wp-block-paragraph">A simplified DKIM DNS record may look like:</p>



<pre class="wp-block-code"><code>Host: selector1._domainkey.example.com
Type: TXT

Value: v=DKIM1; k=rsa; p=PUBLIC_KEY_VALUE</code></pre>



<p class="wp-block-paragraph">When the message reaches another email provider, the receiving system finds the public key in DNS and uses it to verify the DKIM signature.</p>



<p class="wp-block-paragraph">A valid DKIM result shows that the email contains a valid signature connected to the signing domain. It also helps confirm that the signed parts of the message have not been changed in a way that breaks the signature.</p>



<p class="wp-block-paragraph">Your email provider normally creates the DKIM keys and provides the DNS information you need to publish.</p>



<p class="wp-block-paragraph">The selector, key length, hostname, and exact DNS value will depend on your provider.</p>



<h3 class="wp-block-heading">What Is DMARC?</h3>



<p class="wp-block-paragraph"><strong>DMARC, or Domain-based Message Authentication, Reporting and Conformance,</strong> connects SPF and DKIM authentication with the domain shown in the visible From address.</p>



<p class="wp-block-paragraph">For DMARC to pass, at least one supported authentication method must pass with proper domain alignment.</p>



<p class="wp-block-paragraph">In simple terms:</p>



<ul class="wp-block-list">
<li>SPF can pass and align with the From domain.</li>



<li>DKIM can pass and align with the From domain.</li>



<li>If the required authentication and alignment conditions are met, DMARC can pass.</li>
</ul>



<p class="wp-block-paragraph">DMARC also allows the domain owner to publish a policy requesting how receiving email systems should treat messages that fail DMARC.</p>



<p class="wp-block-paragraph">A basic DMARC record could look like:</p>



<pre class="wp-block-code"><code>Host: _dmarc.example.com
Type: TXT

Value: v=DMARC1; p=quarantine; rua=mailto:dmarc@example.com</code></pre>



<p class="wp-block-paragraph">Common DMARC policies include:</p>



<ul class="wp-block-list">
<li><code>p=none</code> — Used mainly for monitoring. No quarantine or rejection action is requested by the DMARC policy.</li>



<li><code>p=quarantine</code> — Requests that messages failing DMARC be treated as suspicious.</li>



<li><code>p=reject</code> — Requests the strongest handling for messages that fail DMARC.</li>
</ul>



<p class="wp-block-paragraph">Receiving providers can still use their own spam, security, reputation, and filtering systems when deciding what to do with a message.</p>



<p class="wp-block-paragraph">DMARC reports can also give domain administrators useful information about which systems are sending email using their domain and where authentication problems may exist.</p>



<h2 class="wp-block-heading">What Changed With DMARC in 2026?</h2>



<p class="wp-block-paragraph">DMARC guidance was updated in 2026 with the publication of <strong>RFC 9989</strong>, the current Standards Track specification for DMARC.</p>



<p class="wp-block-paragraph">One important point is that businesses should not think of <code>p=reject</code> as the automatic final step for every domain.</p>



<p class="wp-block-paragraph">Strict rejection can create problems with some legitimate email flows, including forwarded messages and mailing lists. For this reason, a business should understand how its email is being sent and forwarded before using a strict DMARC policy.</p>



<p class="wp-block-paragraph">The safest approach is to review legitimate sending systems, monitor authentication results, fix alignment problems, and then decide which DMARC policy makes sense for the domain.</p>



<p class="wp-block-paragraph">This is especially important for businesses using several email platforms, third-party senders, automated systems, forwarding services, or mailing lists.</p>



<h2 class="wp-block-heading">How SPF, DKIM and DMARC Work Together</h2>



<p class="wp-block-paragraph">SPF, DKIM and DMARC are connected email authentication methods rather than competing technologies.</p>



<p class="wp-block-paragraph">A simplified process looks like this:</p>



<pre class="wp-block-code"><code>Business sends email
        |
        v
Receiving mail server receives message
        |
        +----------------------+
        |                      |
        v                      v
     SPF check             DKIM check
        |                      |
        +----------+-----------+
                   |
                   v
            DMARC alignment
                   |
                   v
       Does SPF or DKIM pass
         with proper alignment?
                   |
          +--------+--------+
          |                 |
         YES                NO
          |                 |
          v                 v
 Authentication passes   Review DMARC policy
                         and receiver security
                              rules</code></pre>



<p class="wp-block-paragraph">The key point is that DMARC does not replace SPF or DKIM.</p>



<p class="wp-block-paragraph">Instead, DMARC uses authentication results and checks whether the authenticated domain properly aligns with the domain shown in the From address.</p>



<p class="wp-block-paragraph">Together, these technologies provide stronger <strong>email spoofing protection</strong> for domains used by employees, sales teams, customer service departments, marketing systems, and automated business applications.</p>



<h2 class="wp-block-heading">A Practical SPF, DKIM and DMARC DNS Example</h2>



<p class="wp-block-paragraph">Consider a business using <code>example.com</code> for employee email while also using a separate provider to send newsletters.</p>



<p class="wp-block-paragraph">Its DNS configuration might include the following records.</p>



<p class="wp-block-paragraph"><strong>SPF</strong></p>



<pre class="wp-block-code"><code>example.com TXT
v=spf1 include:spf.protection.outlook.com include:newsletter-provider.com -all</code></pre>



<p class="wp-block-paragraph">The SPF record identifies the approved sending services.</p>



<p class="wp-block-paragraph"><strong>DKIM</strong></p>



<pre class="wp-block-code"><code>selector1._domainkey.example.com TXT
v=DKIM1; k=rsa; p=PUBLIC_KEY_VALUE</code></pre>



<p class="wp-block-paragraph">The DKIM record provides the public key that receiving systems can use to verify signed email.</p>



<p class="wp-block-paragraph"><strong>DMARC</strong></p>



<pre class="wp-block-code"><code>_dmarc.example.com TXT
v=DMARC1; p=quarantine; rua=mailto:dmarc@example.com</code></pre>



<p class="wp-block-paragraph">The DMARC record publishes the domain&#8217;s policy and provides an address where supported aggregate reports may be sent.</p>



<p class="wp-block-paragraph">These are simplified examples only.</p>



<p class="wp-block-paragraph">The actual DNS values should come from your email provider, CRM, marketing platform, or other sending service. Copying an SPF, DKIM, or DMARC record from another company&#8217;s domain can cause authentication or delivery problems.</p>



<h2 class="wp-block-heading">SPF vs DKIM vs DMARC</h2>



<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><th>Standard</th><th>Main Purpose</th><th>Published In</th><th>Main Check</th><th>Policy Control</th></tr><tr><td><strong>SPF</strong></td><td>Identifies approved sending infrastructure</td><td>DNS TXT</td><td>Sending IP and envelope sender</td><td>No</td></tr><tr><td><strong>DKIM</strong></td><td>Adds a verifiable domain signature</td><td>DNS TXT</td><td>Digital message signature</td><td>No</td></tr><tr><td><strong>DMARC</strong></td><td>Connects authentication with From-domain alignment</td><td>DNS TXT</td><td>SPF/DKIM alignment</td><td>Yes</td></tr></tbody></table></figure>



<p class="wp-block-paragraph">The three standards perform different jobs.</p>



<p class="wp-block-paragraph">SPF helps answer:</p>



<p class="wp-block-paragraph"><strong>&#8220;Is this sending system authorized?&#8221;</strong></p>



<p class="wp-block-paragraph">DKIM helps answer:</p>



<p class="wp-block-paragraph"><strong>&#8220;Does this message have a valid signature connected to the signing domain?&#8221;</strong></p>



<p class="wp-block-paragraph">DMARC adds another question:</p>



<p class="wp-block-paragraph"><strong>&#8220;Does the authentication align with the domain shown in the From address, and what policy has the domain owner requested if it fails?&#8221;</strong></p>



<p class="wp-block-paragraph">This is why businesses should normally consider SPF, DKIM, and DMARC as parts of one email authentication strategy.</p>



<h2 class="wp-block-heading">Common SPF, DKIM and DMARC Configuration Mistakes</h2>



<p class="wp-block-paragraph">DNS changes may look simple, but small configuration errors can affect legitimate business email.</p>



<p class="wp-block-paragraph">Here are some of the most common problems.</p>



<h3 class="wp-block-heading">Creating Multiple SPF Records</h3>



<p class="wp-block-paragraph">A domain should have one SPF policy record.</p>



<p class="wp-block-paragraph">Creating separate SPF policy records for Microsoft 365, a CRM, a newsletter service, and other providers does not create several policies that automatically work together.</p>



<p class="wp-block-paragraph">Instead, legitimate sending services generally need to be included in one SPF policy.</p>



<p class="wp-block-paragraph">SPF also limits the number of DNS lookups that can be triggered during evaluation. The standard limit is <strong>10 DNS-based lookups</strong>.</p>



<p class="wp-block-paragraph">A complex SPF record that goes beyond this limit can create authentication failures.</p>



<h3 class="wp-block-heading">Forgetting Third-Party Email Platforms</h3>



<p class="wp-block-paragraph">A business may correctly configure authentication for Microsoft 365 or Google Workspace but forget other services that also send email.</p>



<p class="wp-block-paragraph">These may include:</p>



<ul class="wp-block-list">
<li>CRM systems</li>



<li>Newsletter platforms</li>



<li>Website contact forms</li>



<li>Customer support systems</li>



<li>Accounting platforms</li>



<li>Booking software</li>



<li>Ecommerce systems</li>



<li>Automated notification tools</li>
</ul>



<p class="wp-block-paragraph">If these services are not properly configured, legitimate messages may fail authentication.</p>



<p class="wp-block-paragraph">Create a complete list of every system that sends email using your domain before making major DNS changes.</p>



<h3 class="wp-block-heading">Publishing the Wrong DKIM Record</h3>



<p class="wp-block-paragraph">DKIM depends on the correct selector, hostname, and public key.</p>



<p class="wp-block-paragraph">Using the wrong selector, copying an incomplete key, publishing it under the wrong hostname, or missing part of the DNS value can cause DKIM verification to fail.</p>



<p class="wp-block-paragraph">Follow the setup instructions provided by your email or sending provider.</p>



<h3 class="wp-block-heading">Moving Too Quickly to a Strict DMARC Policy</h3>



<p class="wp-block-paragraph">A strict DMARC policy may be useful in some environments, but applying it without understanding your legitimate mail flows can cause delivery problems.</p>



<p class="wp-block-paragraph">Forwarding, mailing lists, and third-party sending platforms can make authentication more complex.</p>



<p class="wp-block-paragraph">Begin by understanding your sending environment and reviewing DMARC data before applying stronger enforcement.</p>



<h3 class="wp-block-heading">Forgetting About Subdomains</h3>



<p class="wp-block-paragraph">Businesses often use subdomains for marketing, support, transactions, and automated email.</p>



<p class="wp-block-paragraph">Examples include:</p>



<pre class="wp-block-code"><code>mail.example.com
support.example.com
news.example.com</code></pre>



<p class="wp-block-paragraph">Review how your DMARC policy applies to these subdomains.</p>



<p class="wp-block-paragraph">Also make sure that every service sending from a subdomain has the correct SPF and DKIM configuration where required.</p>



<h3 class="wp-block-heading">Leaving Old Sending Services in DNS</h3>



<p class="wp-block-paragraph">Businesses often change CRM, newsletter, or email providers but forget to remove the old service from their SPF configuration.</p>



<p class="wp-block-paragraph">Leaving unused sending systems authorized can create unnecessary risk and make your DNS configuration harder to manage.</p>



<p class="wp-block-paragraph">Review your records regularly and remove services you no longer use.</p>



<h2 class="wp-block-heading">How Businesses Can Set Up Email Authentication</h2>



<p class="wp-block-paragraph">Do not start by changing several DNS records at the same time.</p>



<p class="wp-block-paragraph">Start by identifying every system that sends email using your business domain.</p>



<p class="wp-block-paragraph">This may include employee email, website forms, CRMs, newsletters, accounting platforms, booking systems, support tools, ecommerce platforms, and automated notifications.</p>



<p class="wp-block-paragraph">Then work through the following steps.</p>



<ol class="wp-block-list">
<li><strong>Review your SPF record:</strong> Make sure all legitimate sending services are included and remove services you no longer use.</li>



<li><strong>Enable DKIM:</strong> Obtain the correct DKIM settings from each email provider or sending platform that supports domain signing.</li>



<li><strong>Publish DMARC:</strong> For many organizations, a monitoring policy such as <code>p=none</code> can be a useful starting point while legitimate mail sources are reviewed.</li>



<li><strong>Review DMARC reports:</strong> Look for unknown sending systems, SPF failures, DKIM failures, and domain alignment problems.</li>



<li><strong>Fix legitimate sending sources:</strong> Update DNS records or provider settings for systems that should be sending email.</li>



<li><strong>Review forwarding and mailing lists:</strong> Understand whether legitimate messages pass through systems that may change authentication results.</li>



<li><strong>Choose the appropriate DMARC policy:</strong> After testing and reviewing your email environment, determine whether <code>none</code>, <code>quarantine</code>, or <code>reject</code> is suitable for your domain.</li>



<li><strong>Continue monitoring:</strong> Email systems change over time. Review your authentication configuration whenever you add or remove a sending platform.</li>
</ol>



<p class="wp-block-paragraph">For businesses without dedicated DNS or email expertise, <strong>Franklin Web Technologies</strong> can help review existing records, identify configuration gaps, and plan changes carefully.</p>



<h2 class="wp-block-heading">Why Email Authentication Matters More for Businesses Today</h2>



<p class="wp-block-paragraph">A spoofed email may appear to come from a company executive, finance department, sales representative, support team, or trusted supplier.</p>



<p class="wp-block-paragraph">A recipient may see a familiar company domain and assume the message is legitimate.</p>



<p class="wp-block-paragraph">SPF, DKIM and DMARC give receiving email systems more information to determine whether a message claiming to come from your domain has been properly authenticated.</p>



<p class="wp-block-paragraph">These controls are also increasingly important for email delivery.</p>



<p class="wp-block-paragraph">Google requires senders to personal Gmail accounts to use SPF or DKIM authentication. Senders that send more than 5,000 messages per day to Gmail accounts must meet stronger requirements, including SPF, DKIM, and DMARC.</p>



<p class="wp-block-paragraph">Yahoo also requires stronger authentication practices for bulk senders, including SPF, DKIM, and a valid DMARC policy.</p>



<p class="wp-block-paragraph">For businesses sending newsletters, customer updates, promotions, automated messages, or large volumes of email, authentication is now an important part of both <strong>business email security</strong> and reliable email delivery.</p>



<h2 class="wp-block-heading">What SPF, DKIM and DMARC Cannot Protect Against</h2>



<p class="wp-block-paragraph">Email authentication is important, but it does not stop every email threat.</p>



<p class="wp-block-paragraph">SPF, DKIM and DMARC mainly help protect your actual domain from certain types of unauthorized use.</p>



<p class="wp-block-paragraph">They do not automatically stop attacks involving:</p>



<ul class="wp-block-list">
<li>Lookalike or newly registered domains</li>



<li>Display-name impersonation</li>



<li>Compromised legitimate email accounts</li>



<li>Malicious links inside authenticated messages</li>



<li>Malware sent from an authorized account</li>



<li>Social engineering attacks</li>



<li>Every type of business email compromise</li>
</ul>



<p class="wp-block-paragraph">For example, an attacker may register a domain that looks similar to your real business domain and send properly authenticated email from that domain.</p>



<p class="wp-block-paragraph">DMARC for your real domain cannot directly control another independently registered domain.</p>



<p class="wp-block-paragraph">This is why authentication should be one part of a wider <strong>phishing protection</strong> and email security strategy.</p>



<h2 class="wp-block-heading">SPF, DKIM and DMARC Are Not the Same as Spam Filtering</h2>



<p class="wp-block-paragraph">Email authentication and spam filtering perform different jobs.</p>



<p class="wp-block-paragraph">SPF, DKIM, and DMARC provide information about the identity and authentication of a message.</p>



<p class="wp-block-paragraph">Email providers can combine those signals with many other factors when deciding whether to deliver a message, send it to spam, block it, or apply additional checks.</p>



<p class="wp-block-paragraph">A message that passes DMARC is not automatically safe.</p>



<p class="wp-block-paragraph">An authorized or compromised account can still send unwanted or harmful email.</p>



<p class="wp-block-paragraph">In the same way, an email that fails authentication is not automatically an attack. A legitimate third-party platform or forwarded message may have an authentication or alignment problem.</p>



<p class="wp-block-paragraph">This is why DMARC works best as part of a broader email security strategy rather than as a single security control.</p>



<h2 class="wp-block-heading">Frequently Asked Questions</h2>



<h3 class="wp-block-heading">What is the difference between SPF, DKIM and DMARC?</h3>



<p class="wp-block-paragraph">SPF identifies systems that are allowed to send email for a domain. DKIM adds a digital signature that receiving systems can verify. DMARC checks whether SPF or DKIM authentication aligns with the domain shown in the From address and provides a policy for failed authentication.</p>



<h3 class="wp-block-heading">What happens if a domain does not have DMARC?</h3>



<p class="wp-block-paragraph">Without DMARC, the domain does not provide receiving systems with a DMARC policy or DMARC alignment instructions.</p>



<p class="wp-block-paragraph">SPF and DKIM can still provide authentication results, but DMARC connects those results with the visible From domain and can also provide reporting information.</p>



<h3 class="wp-block-heading">Is SPF enough without DKIM?</h3>



<p class="wp-block-paragraph">SPF alone is generally not the strongest approach for modern business email.</p>



<p class="wp-block-paragraph">Email forwarding and complex third-party sending arrangements can cause SPF problems. DKIM provides a separate authentication method, while DMARC can use properly aligned SPF or DKIM authentication.</p>



<p class="wp-block-paragraph">Using SPF and DKIM together gives businesses more options for successful authentication.</p>



<h3 class="wp-block-heading">Can I use DMARC without SPF?</h3>



<p class="wp-block-paragraph">DMARC can pass through properly aligned DKIM even when SPF does not provide an aligned pass.</p>



<p class="wp-block-paragraph">However, businesses should normally configure both SPF and DKIM when their email systems support them. Using both provides stronger and more flexible authentication.</p>



<h3 class="wp-block-heading">Why can SPF fail when an email is forwarded?</h3>



<p class="wp-block-paragraph">SPF checks the sending IP address against the SPF policy for the envelope sender domain.</p>



<p class="wp-block-paragraph">When an email is forwarded, the system sending the forwarded message may not be listed in the original domain&#8217;s SPF record. This can cause SPF to fail even when the original message was legitimate.</p>



<p class="wp-block-paragraph">DKIM can sometimes continue to verify through forwarding if the signed parts of the message have not been changed.</p>



<h3 class="wp-block-heading">What does <code>p=none</code> mean in DMARC?</h3>



<p class="wp-block-paragraph"><code>p=none</code> means the domain owner is not requesting quarantine or rejection based only on the DMARC policy.</p>



<p class="wp-block-paragraph">It is commonly used while businesses review authentication data and identify legitimate sending services.</p>



<p class="wp-block-paragraph">Receiving email providers can still use their own spam, security, and reputation systems when deciding how to handle the message.</p>



<h3 class="wp-block-heading">Should every business use <code>p=reject</code>?</h3>



<p class="wp-block-paragraph">Not automatically. A <code>p=reject</code> policy requests strict handling of messages that fail DMARC, but it may affect some legitimate forwarded messages, mailing lists, and other indirect email flows.</p>



<p class="wp-block-paragraph">Businesses should review their authentication reports and understand how legitimate email travels before choosing a strict DMARC policy.</p>



<h3 class="wp-block-heading">How long does DMARC take to work?</h3>



<p class="wp-block-paragraph">The DNS record may become available fairly quickly, but the exact timing depends on DNS caching and TTL settings.</p>



<p class="wp-block-paragraph">The larger task is usually monitoring reports, identifying legitimate sending systems, fixing authentication problems, and deciding which policy is appropriate.</p>



<p class="wp-block-paragraph">A complete DMARC rollout may therefore take longer than simply publishing the DNS record.</p>



<h3 class="wp-block-heading">Can DMARC stop every spoofed email?</h3>



<p class="wp-block-paragraph">No. DMARC helps receiving systems deal with messages that falsely claim to use your protected domain.</p>



<p class="wp-block-paragraph">It cannot directly stop attackers from registering similar-looking domains, using compromised legitimate accounts, or impersonating an employee through the display name.</p>



<h3 class="wp-block-heading">Do Google and Yahoo require SPF, DKIM and DMARC?</h3>



<p class="wp-block-paragraph">Google and Yahoo have email authentication requirements for senders. Google requires SPF or DKIM for senders to personal Gmail accounts and stronger requirements for bulk senders. Senders delivering more than 5,000 messages per day to Gmail accounts must use SPF, DKIM, and DMARC. Yahoo also requires SPF or DKIM for general senders and stronger authentication, including SPF, DKIM, and DMARC, for bulk senders. These requirements make proper email authentication important for both security and reliable email delivery.</p>



<h2 class="wp-block-heading">Build a Stronger Email Authentication Foundation</h2>



<p class="wp-block-paragraph">SPF, DKIM and DMARC give businesses practical tools for showing which systems are authorized to send email and helping receiving providers evaluate messages that claim to come from their domains.</p>



<p class="wp-block-paragraph">The best results come from configuring all three carefully, keeping DNS records accurate, and reviewing your setup whenever your business adds or removes an email platform.</p>



<p class="wp-block-paragraph">Start by auditing your current SPF, DKIM, and DMARC records instead of making several DNS changes at once.</p>



<p class="wp-block-paragraph">Identify every legitimate sender, review authentication and alignment problems, remove outdated sending services, and monitor DMARC reports before choosing a stronger policy.</p>



<p class="wp-block-paragraph"><a target="_blank" rel="noopener" href="https://franklinwebtech.com/contact/"><strong>Get in Touch Today</strong></a> if your business needs help reviewing its email authentication setup, identifying DNS configuration problems, or planning a safer DMARC rollout.</p>



<p class="wp-block-paragraph">A properly maintained email authentication setup can support stronger domain protection, more reliable business communication, and better defense against messages that attempt to impersonate your organization.</p>



<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [{
    "@type": "Question",
    "name": "What is the difference between SPF, DKIM and DMARC?",
    "acceptedAnswer": {
      "@type": "Answer",
      "text": "SPF identifies systems that are allowed to send email for a domain. DKIM adds a digital signature that receiving systems can verify. DMARC checks whether SPF or DKIM authentication aligns with the domain shown in the From address and provides a policy for failed authentication."
    }
  },{
    "@type": "Question",
    "name": "What happens if a domain does not have DMARC?",
    "acceptedAnswer": {
      "@type": "Answer",
      "text": "Without DMARC, the domain does not provide receiving systems with a DMARC policy or DMARC alignment instructions.
SPF and DKIM can still provide authentication results, but DMARC connects those results with the visible From domain and can also provide reporting information."
    }
  },{
    "@type": "Question",
    "name": "Is SPF enough without DKIM?",
    "acceptedAnswer": {
      "@type": "Answer",
      "text": "SPF alone is generally not the strongest approach for modern business email.
Email forwarding and complex third-party sending arrangements can cause SPF problems. DKIM provides a separate authentication method, while DMARC can use properly aligned SPF or DKIM authentication.
Using SPF and DKIM together gives businesses more options for successful authentication."
    }
  },{
    "@type": "Question",
    "name": "Can I use DMARC without SPF?",
    "acceptedAnswer": {
      "@type": "Answer",
      "text": "DMARC can pass through properly aligned DKIM even when SPF does not provide an aligned pass.
However, businesses should normally configure both SPF and DKIM when their email systems support them. Using both provides stronger and more flexible authentication."
    }
  },{
    "@type": "Question",
    "name": "Why can SPF fail when an email is forwarded?",
    "acceptedAnswer": {
      "@type": "Answer",
      "text": "SPF checks the sending IP address against the SPF policy for the envelope sender domain.
When an email is forwarded, the system sending the forwarded message may not be listed in the original domain's SPF record. This can cause SPF to fail even when the original message was legitimate.
DKIM can sometimes continue to verify through forwarding if the signed parts of the message have not been changed."
    }
  },{
    "@type": "Question",
    "name": "What does p=none mean in DMARC?",
    "acceptedAnswer": {
      "@type": "Answer",
      "text": "p=none means the domain owner is not requesting quarantine or rejection based only on the DMARC policy.
It is commonly used while businesses review authentication data and identify legitimate sending services.
Receiving email providers can still use their own spam, security, and reputation systems when deciding how to handle the message."
    }
  },{
    "@type": "Question",
    "name": "Should every business use p=reject?",
    "acceptedAnswer": {
      "@type": "Answer",
      "text": "Not automatically. A p=reject policy requests strict handling of messages that fail DMARC, but it may affect some legitimate forwarded messages, mailing lists, and other indirect email flows.
Businesses should review their authentication reports and understand how legitimate email travels before choosing a strict DMARC policy."
    }
  },{
    "@type": "Question",
    "name": "How long does DMARC take to work?",
    "acceptedAnswer": {
      "@type": "Answer",
      "text": "The DNS record may become available fairly quickly, but the exact timing depends on DNS caching and TTL settings.
The larger task is usually monitoring reports, identifying legitimate sending systems, fixing authentication problems, and deciding which policy is appropriate.
A complete DMARC rollout may therefore take longer than simply publishing the DNS record."
    }
  },{
    "@type": "Question",
    "name": "Can DMARC stop every spoofed email?",
    "acceptedAnswer": {
      "@type": "Answer",
      "text": "No. DMARC helps receiving systems deal with messages that falsely claim to use your protected domain.
It cannot directly stop attackers from registering similar-looking domains, using compromised legitimate accounts, or impersonating an employee through the display name."
    }
  },{
    "@type": "Question",
    "name": "Do Google and Yahoo require SPF, DKIM and DMARC?",
    "acceptedAnswer": {
      "@type": "Answer",
      "text": "Google and Yahoo have email authentication requirements for senders.
Google requires SPF or DKIM for senders to personal Gmail accounts and stronger requirements for bulk senders. Senders delivering more than 5,000 messages per day to Gmail accounts must use SPF, DKIM, and DMARC.
Yahoo also requires SPF or DKIM for general senders and stronger authentication, including SPF, DKIM, and DMARC, for bulk senders.
These requirements make proper email authentication important for both security and reliable email delivery."
    }
  }]
}
</script>



<p class="wp-block-paragraph"></p>
<p>Read more at <a href="https://franklinwebtech.com/dmarc-spf-and-dkim-explained/">Franklin Web Technologies</a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Google Workspace Security Checklist: What Should a Small Business Configure First? </title>
		<link>https://franklinwebtech.com/google-workspace-security-checklist/</link>
		
		<dc:creator><![CDATA[analytics11]]></dc:creator>
		<pubDate>Thu, 27 Aug 2026 18:00:00 +0000</pubDate>
				<category><![CDATA[Google Workspace Security]]></category>
		<category><![CDATA[2-Step Verification]]></category>
		<category><![CDATA[Google Drive sharing controls]]></category>
		<category><![CDATA[Google Workspace Security Checklist]]></category>
		<category><![CDATA[Google Workspace security monitoring]]></category>
		<category><![CDATA[Google Workspace security settings]]></category>
		<category><![CDATA[MFA for Google Workspace]]></category>
		<guid isPermaLink="false">https://franklinwebtech.com/?p=2125</guid>

					<description><![CDATA[A small business should start with the Google Workspace controls that protect administrator accounts, user sign-ins, business data, and access from unmanaged devices. The highest-priority work is enabling strong authentication, securing super administrator accounts, controlling external sharing, reviewing third-party access, and turning on useful security monitoring. This Google Workspace security checklist puts those controls into [&#8230;]<p>Read more at <a href="https://franklinwebtech.com/google-workspace-security-checklist/">Franklin Web Technologies</a></p>]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="2125" class="elementor elementor-2125">
				<div class="elementor-element elementor-element-d746156 e-flex e-con-boxed e-con e-parent" data-id="d746156" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-e8c9095 elementor-widget elementor-widget-text-editor" data-id="e8c9095" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p data-pm-slice="1 1 []">A small business should start with the Google Workspace controls that protect administrator accounts, user sign-ins, business data, and access from unmanaged devices. The highest-priority work is enabling strong authentication, securing super administrator accounts, controlling external sharing, reviewing third-party access, and turning on useful security monitoring. This Google Workspace security checklist puts those controls into a practical order so founders, office managers, and IT administrators can address the most serious gaps first. </p><p>For businesses that rely on Gmail, Drive, Docs, Meet, Calendar, and other Workspace services, security is largely shaped by configuration. A default setup may not reflect how your business actually operates. <a class="Hyperlink SCXW224474186 BCX0" href="https://franklinwebtech.com/" target="_blank" rel="noreferrer noopener"><strong><u>Franklin Web Technologies</u></strong></a> recommends treating Workspace security as an administrative responsibility, not simply an employee password issue. </p><h2><strong>Start With the Critical Settings</strong> </h2><p>The critical tier contains controls that should be addressed before spending time on lower-priority configuration. These settings reduce the risk of account takeover and limit the damage that can follow a compromised credential. </p><h3><strong>1. Enforce Multi-Factor Authentication</strong> </h3><p>A password alone should not protect an account containing company email, documents, customer information, financial records, and internal communications. Google calls its multi-factor authentication system 2-Step Verification, commonly referred to as MFA. </p><p>Google recommends 2-Step Verification for administrator accounts, particularly super administrators, because those accounts can control organization-wide data and settings. </p><p>For a small business, the practical configuration is to allow employees to enroll first, communicate the requirement clearly, and then enforce the policy across the organization. Administrators should also select authentication methods that provide strong phishing resistance. Passkeys and physical security keys provide stronger protection against phishing than traditional SMS verification codes.  </p><p>Your Google Workspace MFA policy should also account for recovery. Admins should have secure backup methods available before enforcement creates a situation where someone cannot access their account. </p><h3><strong>2. Protect Super Administrator Accounts</strong> </h3><p>A super administrator can make changes that affect every user in the Workspace environment. That makes these accounts particularly attractive to attackers. </p><p>Google recommends having more than one super administrator, with each account assigned to a separate person. It also recommends keeping super administrator accounts separate from everyday accounts.</p><p>Do not use an account such as <strong>admin@company.com </strong>as a shared login for several employees. Individual administrator accounts provide accountability in audit records and make it easier to identify who made a configuration change. </p><p>A sensible small-business setup includes: </p><ul><li><p>Separate admin and daily-use accounts for administrators. </p></li></ul><ul><li><p>At least two independently managed super administrator accounts. </p></li></ul><ul><li><p>More than one registered security key or another secure recovery method for critical admins. </p></li></ul><p>This is one of the most frequently overlooked areas of Google Workspace admin security. Businesses often secure employee accounts while leaving administrator access exposed. </p><h3><strong>3. Review Account Recovery Information</strong> </h3><p>Account recovery deserves attention because a secure authentication policy can still create operational problems if administrators lose access to their recovery methods. </p><p>Check recovery email addresses, phone numbers, security keys, passkeys, and backup codes for administrator accounts. Remove outdated recovery information and make sure backup methods are stored securely. </p><p>Google states that backup codes can help an administrator sign in if a security key or phone is unavailable. </p><p>Recovery details should belong to the correct individual or be managed under a documented business process. Avoid leaving recovery information tied to an employee who no longer works for the company. </p><h3><strong>4. Remove Old and Unused Accounts</strong> </h3><p>Former employees, contractors, temporary accounts, and abandoned test accounts can create unnecessary access to business systems. </p><p>Create a simple offboarding process that disables accounts promptly when someone leaves. Before deleting an account, review ownership of important Drive files, calendars, groups, and other business resources so information is not accidentally lost. </p><p>Also review accounts that have not been used for a long period. An unused account with active access is still an access point that needs attention. </p><p><strong>Important Settings That Limit Data Exposure</strong> </p><p>Once authentication and administrator access are under control, the next priority is reducing unnecessary access to company information. </p><h3><strong>5. Review Google Drive Sharing</strong> </h3><p>Drive makes collaboration easy, but broad sharing can expose sensitive information outside the organization. </p><p>Review your organization&#8217;s external sharing rules and determine who actually needs to share files with external users. Pay particular attention to confidential folders containing financial information, employee records, customer data, contracts, intellectual property, and operational documents. </p><p>Avoid treating &#8220;Anyone with the link&#8221; as a normal sharing method for sensitive material. A link can be forwarded beyond the original recipient, making it harder to control who ultimately sees the file. </p><p>A useful policy is to make internal sharing the normal option and require deliberate approval for sensitive external sharing. </p><h3><strong>6. Control Third-Party Application Access</strong> </h3><p>Employees often connect Workspace accounts to external applications for productivity, project management, document handling, scheduling, and other tasks. </p><p>The risk is not limited to the application itself. A connected application may receive permission to access parts of a user&#8217;s Google data. </p><p>Review third-party application access in the Admin console and remove applications that are unnecessary, outdated, or no longer approved. Establish an internal process for approving applications before employees connect them to company accounts. </p><p>Google has also removed support for less secure apps that authenticate using only a username and password for Google Workspace accounts. Since January 2025, businesses should use more secure authentication methods instead. </p><h3><strong>7. Secure Company Devices</strong> </h3><p>Account security becomes weaker if employees access Workspace from poorly protected computers. </p><p>Consider enabling Endpoint Verification for organizations that need visibility into devices accessing business data. Google says Endpoint Verification can provide administrators with information about devices and help control access based on device and security attributes. </p><p>The appropriate level of device control depends on your workforce. A company handling sensitive customer or financial information may need stricter device requirements than a small team working primarily with low-risk documents. </p><p>At minimum, establish requirements for screen locks, operating system updates, browser updates, device encryption where supported, and removal of company access from lost or retired devices. </p><h3><strong>8. Review External Email and Phishing Protection</strong> </h3><p>Gmail is one of the most valuable targets in a business account because an attacker can use a compromised mailbox to impersonate employees, intercept conversations, and send convincing messages to customers or suppliers. </p><p>Review Gmail security controls that help identify suspicious messages and consider additional protections for high-risk users. </p><p>Employees should also know how to report suspicious messages. Security technology can reduce exposure, but users still need a clear process for reporting unusual login requests, payment instructions, password prompts, and unexpected attachments. </p><p><strong>Recommended Settings for Ongoing Control</strong> </p><p>The recommended tier focuses on visibility, maintenance, and gradual improvement. These controls may not be the first settings you configure, but they help prevent security from becoming a one-time project. </p><h3><strong>9. Monitor the Admin and Security Audit Logs</strong> </h3><p>A Google Workspace security audit should not be limited to the day after an incident. </p><p>Review administrative actions, login activity, suspicious events, and other relevant security records regularly. Look for unusual administrator changes, unexpected sign-ins, unfamiliar applications, and activity involving accounts that should no longer be active. </p><p>The purpose is not to inspect every event manually. Establish a review routine and define which events require investigation. </p><h3><strong>10. Minimize Administrator Permissions</strong> </h3><p>Not every IT employee needs super administrator access. </p><p>Use administrator roles that provide only the permissions required for a person&#8217;s responsibilities. A person managing users may not need access to every security or billing function. </p><p>Reducing administrative privileges limits the number of accounts that can make high-impact changes and makes the environment easier to manage. </p><h3><strong>11. Review Groups and Mailing Lists</strong> </h3><p>Google Groups can quietly become a source of information exposure. </p><p>Review who can join groups, who can post, who can view conversations, and who manages each group. Pay special attention to groups used for finance, human resources, leadership, customer information, and internal operations. </p><p>Remove former employees and inactive accounts from groups during offboarding. </p><h3><strong>12. Establish a Security Alert Process</strong> </h3><p>Security alerts only help if someone reviews and acts on them. </p><p>Assign responsibility for monitoring important alerts and define what happens after an alert is received. A small company does not necessarily need a large security team, but someone should own the process. </p><p>Document escalation steps for suspicious sign-ins, compromised accounts, unauthorized application access, and unexpected administrative changes. </p><h2><strong>A Practical Priority Order for Small Businesses</strong> </h2><p>A security configuration is easier to maintain when administrators know what to do first. Rather than changing dozens of settings at once, use a staged process. </p><p><strong>Critical:</strong> Enforce MFA, protect super administrator accounts, secure account recovery, remove inactive accounts, and review administrator privileges. </p><p><strong>Important:</strong> Tighten Drive sharing, review third-party application access, secure devices, strengthen Gmail protections, and review groups. </p><p><strong>Recommended:</strong> Monitor audit logs, establish alert procedures, document security policies, and schedule recurring reviews. </p><p>This order gives small businesses a sensible starting point without turning security configuration into an overwhelming project. It also provides a useful framework for future Google Workspace security best practices. </p><h2><strong>Common Configuration Mistakes to Avoid</strong> </h2><p>Small businesses often make security harder than it needs to be by focusing on isolated settings instead of access. </p><p>One common mistake is creating a single shared administrator account. Shared credentials remove accountability and make it difficult to investigate administrative activity. </p><p>Another is enforcing MFA without preparing recovery options. Strong authentication is valuable, but administrators should have secure backup methods before a policy becomes mandatory. </p><p>Broad Drive sharing is another recurring issue. Employees may share files externally for convenience without realizing that sensitive information can remain accessible long after the original business need has ended. </p><p>Businesses also sometimes install security tools without reviewing Workspace&#8217;s own administrative controls. Third-party products can have a role, but basic Google Workspace security settings should be properly configured first. </p><p>Finally, avoid treating security as a setup task that ends after implementation. Employee turnover, new applications, device changes, and changes in business operations can all create new access risks. </p><h2><strong>How Often Should a Small Business Review Workspace Security?</strong> </h2><p>A basic review should take place at least quarterly, with more frequent checks for organizations handling sensitive information. </p><p>A recurring review can cover administrator accounts, inactive users, MFA enrollment, recovery methods, external sharing, third-party applications, groups, device access, and security alerts. </p><p>A more detailed review should follow major organizational changes such as acquisitions, leadership changes, large employee departures, new business applications, or a security incident. </p><p>Google&#8217;s administrative guidance also emphasizes ongoing monitoring, administrator account protection, and recovery preparation rather than relying on passwords alone.  </p><h2><strong>Build a Security Baseline That Fits Your Business</strong> </h2><p>There is no single Google Workspace configuration that fits every small business. A company managing public marketing material has different information risks from an accounting firm, healthcare organization, legal practice, or technology company. </p><p>Start by identifying your most sensitive information and the people who can access it. Then work outward through authentication, administrator permissions, data sharing, devices, applications, and monitoring. </p><p>That approach makes a secure Google Workspace environment easier to maintain because each control has a clear business purpose. </p><p>A well-configured Workspace environment should make the secure choice the normal choice. Employees should not need to understand every technical control, but administrators should know why access is granted, who can change it, and how suspicious activity will be handled. </p><h3><strong>Final Thoughts</strong> </h3><p>Small businesses do not need to configure every Google Workspace security feature on the first day. They need to address the controls that have the greatest effect on account access and business data first. </p><p>Start with MFA and administrator protection. Then tighten sharing, application access, device controls, and monitoring. Keep recovery methods current and review the environment on a recurring schedule. </p><p>For organizations that want an expert review, Franklin Web Technologies can help assess the current configuration, identify gaps, and prioritize practical improvements. A focused review can provide a clearer picture of your current security posture and the changes that deserve attention first. </p><p>If your business has not reviewed its Workspace configuration recently, <a class="Hyperlink SCXW224474186 BCX0" href="https://franklinwebtech.com/contact/" target="_blank" rel="noreferrer noopener"><strong><u>Request a Security Consultation</u></strong></a> and turn your security settings into a documented, repeatable baseline. </p>								</div>
				</div>
					</div>
				</div>
				</div>
		<p>Read more at <a href="https://franklinwebtech.com/google-workspace-security-checklist/">Franklin Web Technologies</a></p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
