TL;DR: Secure business email hosting requires, at minimum, correctly configured SPF, DKIM, and DMARC records on your domain, plus encryption in transit and at rest, centralized admin controls, and an archiving policy that matches your compliance obligations. Microsoft 365 Business Premium and Google Workspace Business Starter both meet that baseline — but only if they are configured properly, which most small businesses skip. If you are still using a free Gmail or Yahoo account for company mail, you are handing attackers an open door.
What “Business Email Hosting Security” Actually Means
The phrase gets thrown around a lot, so let’s be precise. Business email hosting security describes the combination of platform choice, DNS authentication records, encryption settings, access controls, and ongoing monitoring that together make it hard for attackers to impersonate your domain, intercept your messages, or use a compromised inbox as a beachhead into your network. Every one of those layers has to be deliberately configured — none of them arrive switched on by default.
According to Verizon’s 2024 Data Breach Investigations Report, which analyzed more than 30,000 security incidents globally, email remains the leading delivery mechanism for both phishing and malware. The FBI’s Internet Crime Complaint Center 2023 report separately recorded over $2.9 billion in reported losses from Business Email Compromise (BEC) alone. Those figures reflect real incident reports, not vendor estimates — and they matter because they show that email attacks succeed at scale precisely because authentication and monitoring are left misconfigured.
Why Free Email Is a Liability, Not Just a Limitation
In our work supporting Albany-area businesses, the single most common finding in a new client’s environment is an active company domain — something like yourcompany.com — that sends mail through free Gmail or a basic hosting account with no SPF record, no DKIM signing, and no DMARC policy at all. That combination means anyone on the internet can send email that claims to be from your domain, and most recipient servers will accept it.
Beyond spoofing risk, free and entry-level services lack:
- Business-grade support with accountability and SLAs
- Compliance certifications (HIPAA Business Associate Agreements, SOC 2, FedRAMP) required in healthcare, finance, and government contracting
- Centralized admin consoles that let you remotely wipe a compromised account, enforce MFA, or audit login history
- Retention and eDiscovery tools needed during litigation or regulatory audits
- Advanced threat protection that analyzes attachment behavior and link destinations at click time, not just at delivery
One manufacturing client we onboarded in the Colonie area had been operating on a shared hosting email account for six years. During our initial assessment we found their domain had been actively spoofed in a vendor impersonation campaign for at least three months. They had received zero alerts. That is not a horror story — it is a typical finding.
The Three DNS Records Every Business Domain Must Have
If you take nothing else from this page, take this: SPF, DKIM, and DMARC are not optional extras. They are the foundation of email authentication, and getting them right requires more care than most guides admit.
SPF — and the 10-Lookup Limit That Trips Everyone Up
A Sender Policy Framework record is a DNS TXT entry that lists the mail servers authorized to send on behalf of your domain. When a receiving server checks it, any message from an unlisted source can be flagged or rejected.
The gotcha most DIY setups hit: the SPF specification enforces a hard limit of 10 DNS lookups during evaluation. If your record includes Microsoft 365, a third-party email marketing platform, a VoIP provider’s email relay, and a CRM notification service, you can easily exceed that limit — and when you do, SPF silently fails, meaning your legitimate mail gets treated as unauthenticated. The fix is to flatten your SPF record by resolving included mechanisms to their current IP ranges, or to use a dynamic SPF service. Either way, it requires ongoing maintenance every time a sending service changes its IP infrastructure.
DKIM — The Signature That Travels With Every Message
DomainKeys Identified Mail attaches a cryptographic signature to outgoing messages, tied to a public key published in your DNS. Receiving servers verify the signature to confirm the message came from your infrastructure and was not modified in transit. DKIM does not, by itself, stop spoofing — an attacker can DKIM-sign mail from a lookalike domain. It works as an authentication signal, not a full solution.
For Microsoft 365, DKIM setup requires enabling signing for each accepted domain in the Defender admin portal and adding two CNAME records to your DNS. It is a 15-minute task that a surprising number of Microsoft 365 tenants have never completed.
DMARC — The Policy Layer That Ties It Together
Domain-based Message Authentication, Reporting and Conformance tells receiving servers what to do when a message fails SPF or DKIM: deliver it anyway (p=none), send it to spam (p=quarantine), or reject it outright (p=reject). It also instructs servers to send you aggregate and forensic reports so you can see who is sending mail that claims to be from your domain.
The critical mistake we see repeatedly: organizations publish p=reject on day one without first running p=none for several weeks to read the reports. If a legitimate sending service — a payroll platform, a newsletter tool, a ticketing system — is not yet covered by your SPF and DKIM setup, jumping straight to p=reject will cause that mail to be rejected silently. The correct rollout is: start at p=none, collect reports for four to six weeks, identify and authorize all legitimate senders, move to p=quarantine at a low percentage, then escalate to p=reject only once your aggregate reports show no unexpected failures.
Our cybersecurity team handles this rollout process as a standard part of onboarding for every new client, because skipping it is how businesses accidentally block their own invoicing system.
Microsoft 365 vs. Google Workspace: An Honest Security Comparison
Both platforms provide a solid security foundation at their business tiers. The table below reflects current plan structures as of mid-2025; features shift between plan tiers frequently, so verify specifics with Microsoft or Google before purchasing.
| Security Feature | Microsoft 365 Business Premium | Google Workspace Business Starter |
|---|---|---|
| Advanced anti-phishing and safe links | Defender for Office 365 Plan 1 (included) | Enhanced Gmail protections (included) |
| Message encryption | Microsoft Purview Message Encryption (included at Business Premium; not in Basic/Standard) | TLS in transit standard; S/MIME requires Business Plus or above |
| Data Loss Prevention | Included at Business Premium | Included from Business Standard upward |
| Email archiving and eDiscovery | In-Place Archive and Compliance Center (Business Premium) | Google Vault included in Business Starter and above — not a separate add-on at current pricing |
| Multi-Factor Authentication | Azure MFA with conditional access policies | Google 2-Step Verification with security keys |
| Compliance certifications | HIPAA BAA, SOC 1/2, ISO 27001, FedRAMP | HIPAA BAA, SOC 1/2/3, ISO 27001 |
One clarification worth making explicit: Google Vault is included in Google Workspace Business Starter as of current plan structures — it is not a purely separate add-on. Earlier comparisons you may have read (including some from MSPs) got this wrong. If your business needs Vault capabilities and someone told you it costs extra at the entry tier, verify against current Google pricing before making a platform decision.
For most Capital Region businesses we work with, the platform choice matters less than whether it is configured correctly. A Microsoft 365 tenant with no DKIM, no DMARC policy, and conditional access disabled is materially less secure than a well-administered Google Workspace account. Choose the platform your team will actually use — then invest in configuring it properly.
Our Albany IT security team and our colleagues covering Schenectady and Clifton Park work with both platforms daily and can configure either one to meet HIPAA, CMMC, or general business security requirements.
Ongoing Monitoring: What Actually Requires Regular Attention
Email security does need active maintenance — not because you should be adjusting settings weekly, but because the threat landscape changes and your sending infrastructure changes. Specifically:
- DMARC aggregate reports should be reviewed monthly. When a new SaaS tool starts sending mail on your behalf, it will show up in these reports as unauthenticated — and you need to either authorize it or block it before attackers notice the gap.
- SPF records need to be audited whenever you add or drop a third-party email sender, and whenever a vendor changes their sending IPs (which happens without notice).
- Admin audit logs for both Microsoft 365 and Google Workspace record every privilege change, mail forwarding rule added, and external delegation granted. Attackers who compromise an inbox routinely set up silent forwarding rules before doing anything else. Those logs catch it — but only if someone is reviewing them.
- MFA enrollment should be verified quarterly. Staff turnover means new accounts sometimes get created without enforced MFA while a policy exception was supposed to be temporary.
Our network monitoring service includes email platform log review as part of standard coverage, specifically because most small business IT owners do not have time to pull these reports manually each month.
Email Security as Part of a Broader Defense
Even well-configured email security will not stop every threat. A user who clicks a malicious link in an email that passed all authentication checks still needs endpoint protection to catch the resulting malware. An employee who falls for a credential-harvesting page still needs MFA to prevent account takeover. Email security is one layer in a stack that includes managed IT services, endpoint protection, and cloud backup and disaster recovery — because when something does get through, recovery speed is the difference between a bad day and a business-ending event.
Get Your Email Configuration Reviewed
If you are not certain whether your domain has valid SPF, DKIM, and DMARC records configured correctly — or if you have never pulled a DMARC aggregate report — that is the right place to start. Will Power PCs has provided IT support to Capital Region businesses across Albany, Schenectady, Troy, Colonie, Clifton Park, and Saratoga Springs since 2012, and email authentication setup and audit is one of the first things we address with every new client.
Call us at 518-764-7000 or schedule a free security assessment at willpowerpcs.com/contact-us/. We will pull your current DNS records, check your admin console configuration, and give you a plain-language summary of what is missing and what it would take to fix it — no obligation.
Leave a Reply
You must be logged in to post a comment.