What server are you using for sending emails? SMTP settings in your email client. You should use recommended SMTP server configuration from your provider (sympatico.ca).
How to fix Your email has been blocked because the sender is unauthenticated. Gmail requires all senders to authenticate with either SPF or DKIM. Authentication results: DKIM = did not pass SPF [sympatico.ca] with ip: [2a01:111:f403:d10e::] = did not pass
How do I fix : Your email has been blocked because the sender is unauthenticated. Gmail requires all senders to authenticate with either SPF or DKIM. Authentication results: DKIM = did not pass SPF [sympatico.ca] with ip: [2a01:111:f403:d10e::] = did not pass
Outlook | Windows | Classic Outlook for Windows | For home
3 answers
Sort by: Most helpful
-
Jean-Marc Frion 1 Reputation point
2026-03-09T17:29:57.05+00:00 This solution does not work in reality: The ISP (Bell Canada) does not accept this answer. They say that the problem is with Outlook.
-
Q&A Assist2026-03-09T17:27:22.9633333+00:00 AI generated content. This question contains an answer created with AI from Q&A Assist. Learn moreGmail is blocking the messages because the sending domain (sympatico.ca) is failing both SPF and DKIM checks, so the sender is unauthenticated. This is a sender‑side configuration problem, not an Outlook problem on the device.
To fix it, the owner/admin of the sending domain must correct SPF and/or DKIM so that at least one passes and aligns with the From address domain for DMARC.
Action steps for the sender domain (sympatico.ca):
- Fix SPF failures
- The error shows
SPF [sympatico.ca] with ip: [2a01:111:f403:d10e::] = did not pass, which means the sending IP address is not authorized in the domain’s SPF record or there is an SPF configuration error. - The domain owner needs to:
- Verify that all legitimate outbound mail servers (including the one with IP
2a01:111:f403:d10e::) are included in the SPF TXT record forsympatico.ca. - Check for SPF syntax issues or lookup errors (
spf=temperrororspf=permerror) and correct them. - Reduce unnecessary
include:mechanisms and ensure the record does not exceed SPF limits (for example, more than 10 DNS lookups).
- Verify that all legitimate outbound mail servers (including the one with IP
- Once corrected, SPF should show
spf=passfor mail fromsympatico.cain theAuthentication-Resultsheader.
- The error shows
- Fix DKIM failures or absence
- The error indicates
DKIM = did not pass, which means either:- There is a DKIM signature but the public key in DNS is missing or does not match, or
- DKIM is not configured at all for the sending domain.
- The domain owner needs to:
- Enable DKIM signing on the outbound mail system for
sympatico.ca. - Publish the corresponding DKIM public key in DNS (CNAME or TXT record) for the selector(s) used.
- Confirm that the DKIM signature validates so that
dkim=passappears in theAuthentication-Resultsheader.
- Enable DKIM signing on the outbound mail system for
- The error indicates
- Ensure DMARC alignment
- Gmail requires that at least SPF or DKIM passes and is aligned with the From domain.
- The domain owner should:
- Make sure the MAIL FROM (envelope from) domain used for SPF and/or the DKIM signing domain (
header.d) matches the visible From domain (sympatico.ca) as required by DMARC. - Verify the DMARC TXT record syntax and policy (for example,
p=quarantineorp=reject).
- Make sure the MAIL FROM (envelope from) domain used for SPF and/or the DKIM signing domain (
- If using intermediary services
- If mail is routed through third‑party services that modify messages (add banners, disclaimers, etc.), those services can break DKIM and cause DMARC failures.
- In complex routing scenarios, the recipient side (for example, Microsoft 365 tenants) can:
- Configure Enhanced Filtering for Connectors.
- Configure trusted ARC sealers so that valid ARC results can override failures caused by message modification.
- However, the primary fix still lies with the sender domain correctly configuring SPF and DKIM.
What the end user can do
- If using an ISP‑provided address like
sympatico.ca, contact that provider’s support and share the exact error text from Gmail. The provider must update SPF and DKIM for their domain; this cannot be fixed from Outlook settings. - After the provider corrects SPF/DKIM, new messages should show
spf=passordkim=passin Gmail’s message headers and will no longer be blocked for authentication.
References:
- Fix SPF failures