| Posted by: Lemonde - 20 August 2025 15:43:35 |
|---|
| OK I need to solv ethis email issue, Here are 3 examples from the last hour although the first is MSN [quote]Your message did not reach some or all of the intended recipients. Sent: Wed, 20 Aug 2025 13:40:09 +0000 Subject: Re: Re order to place The following recipient(s) could not be reached: [email protected] Error Type: SMTP Remote server (52.101.8.33) issued an error. hMailServer sent: . Remote server replied: 550 5.7.515 Access denied, sending domain WORLDOFWALLPAPER.COM doesn't meet the required authentication level. The sender's domain in the 5322.From address doesn't meet the authentication requirements defined for the sender. To learn how to fix this see: https://go.microsoft.com/fwlink/p/?linkid=2319303 Spf= Pass , Dkim= Pass , DMARC= Fail [DB8PR07MB6217.eurprd07.prod.outlook.com 2025-08-20T13:39:27.016Z 08DDDF894C62ECCB] [CH5PR05CA0012.namprd05.prod.outlook.com 2025-08-20T13:39:27.082Z 08DDDF9D768CF234] [DS2PEPF0000343A.namprd02.prod.outlook.com 2025-08-20T13:39:27.110Z 08DDDC39A31D266A] hMailServer Your message did not reach some or all of the intended recipients. Sent: Wed, 20 Aug 2025 13:57:05 +0000 Subject: Re: Contact Form The following recipient(s) could not be reached: [email protected] Error Type: SMTP Remote server (52.101.73.7) issued an error. hMailServer sent: . Remote server replied: 550 5.7.515 Access denied, sending domain WORLDOFWALLPAPER.COM doesn't meet the required authentication level. The sender's domain in the 5322.From address doesn't meet the authentication requirements defined for the sender. To learn how to fix this see: https://go.microsoft.com/fwlink/p/?linkid=2319303 Spf= Pass , Dkim= Pass , DMARC= Fail [FRWP194MB2711.EURP194.PROD.OUTLOOK.COM 2025-08-20T13:57:51.335Z 08DDDF7E6769495C] [CWLP265CA0396.GBRP265.PROD.OUTLOOK.COM 2025-08-20T13:57:51.343Z 08DDDF4CAD2EC108] [AMS1EPF00000045.eurprd04.prod.outlook.com 2025-08-20T13:57:51.359Z 08DDDFEE6960EB8D] hMailServer Your message did not reach some or all of the intended recipients. Sent: Wed, 20 Aug 2025 12:19:45 +0000 Subject: Re: Refund on order number 000777446 The following recipient(s) could not be reached: [email protected] Error Type: SMTP Remote server (52.101.194.10) issued an error. hMailServer sent: . Remote server replied: 550 5.7.515 Access denied, sending domain WORLDOFWALLPAPER.COM doesn't meet the required authentication level. The sender's domain in the 5322.From address doesn't meet the authentication requirements defined for the sender. To learn how to fix this see: https://go.microsoft.com/fwlink/p/?linkid=2319303 Spf= Pass , Dkim= Pass , DMARC= Fail [LO4P265MB3487.GBRP265.PROD.OUTLOOK.COM 2025-08-20T12:19:49.180Z 08DDDF369EE9A315] [CH0PR03CA0277.namprd03.prod.outlook.com 2025-08-20T12:19:49.231Z 08DDDF8C5FCE00F0] [CH1PEPF0000AD80.namprd04.prod.outlook.com 2025-08-20T12:19:49.257Z 08DDDC4E38CECE01] hMailServer[/quote] |
| Posted by: sirclesadmin - 20 August 2025 15:44:58 |
|---|
|
Based on the bounce-back emails, the core issue is that your emails are being rejected because the sending domain, WORLDOFWALLPAPER.COM, is failing the DMARC authentication check. The ProblemThe error message, "550 5.7.515 Access denied, sending domain WORLDOFWALLPAPER.COM doesn't meet the required authentication level," explicitly states the problem. The receiving mail server, which in all three cases is an Outlook-based service (MSN, Hotmail), is checking your email's authenticity using DMARC and finding it fails. While SPF and DKIM both show as "Pass," DMARC fails because the domain alignment requirements aren't being met.
In your case, even though SPF and DKIM passed, the DMARC record for your domain likely has a policy that requires one of these checks to be "aligned" with the email's "From" address. This alignment is what's failing, causing the recipient's mail server to reject your message. The SolutionTo resolve this, you need to fix the DMARC alignment issue. This generally involves two steps:
The most straightforward way to solve this is to ensure your outgoing mail server (in this case, hMailServer) is correctly configured for DKIM signing. The DKIM signature must be added to the email header and use the domain WORLDOFWALLPAPER.COM (not Once you've made these changes, you should verify the new settings using a tool that can analyze your email headers and confirm that the DMARC check passes before you send to a wider audience. |
| Posted by: Lemonde - 20 August 2025 15:51:55 |
|---|
| [attach]105[/attach] |
| Posted by: sirclesadmin - 20 August 2025 15:52:00 |
|---|
|
Based on the image you've provided from the MxToolbox SuperTool, here is a breakdown of the problem and the solution. The screenshot shows the results of a DNS lookup for worldofwallpaper.com. The critical information is under the "Test" section:
The Problem ExplainedA DMARC policy of The bounce-back messages you received stated:
This confirms that even though your DMARC policy is set to The SolutionYou need to change your DMARC policy from Here are the steps to fix this:
New TXT Record Value (example):
(Replace Once you update your DNS record, give it time to propagate (this can take up to 24-48 hours, though often much faster). After propagation, your emails should no longer be rejected by Microsoft servers for this specific DMARC failure. |
| Posted by: Lemonde - 20 August 2025 15:58:38 |
|---|
| OK so what is happening is that when emails are forwarded through a separate host, they get bounced so it sounds like SPF that is failing even though it says it passed |
| Posted by: sirclesadmin - 20 August 2025 15:59:29 |
|---|
|
It's understandable to think SPF is failing because the email is being forwarded, but the error messages you're seeing point directly to a DMARC failure, even when SPF passes. Here's the breakdown of why this is happening: The Problem with Forwarding and DMARCWhen an email is forwarded, a new email is created by the forwarding server and sent to the final recipient. The original email's
The bounce message you shared clearly states:
This is a classic DMARC alignment failure, which is a common issue with forwarded mail. The SolutionThe ideal solution is to ensure your DMARC policy is set up correctly and that your original messages are authenticated strongly enough to pass even when forwarded. Since you can't control the forwarding server, you should focus on your own email authentication.
|
| Posted by: Lemonde - 21 August 2025 09:05:19 |
|---|
| OK so it still fails - is this because the mail comes from a subdomain when forwarded by replyco? [code=markup] <feedback> <report_metadata> <org_name>emailsrvr.com</org_name> <email>[email protected]</email> <extra_contact_info>http://emailsrvr.com</extra_contact_info> <report_id>1cc3c9e9-dbb1-46cc-90df-bdd00539bf14</report_id> <date_range> <begin>1755561600</begin> <end>1755648000</end> </date_range> </report_metadata> <policy_published> <domain>worldofwallpaper.com</domain> <adkim>r</adkim> <aspf>r</aspf> <p>none</p> <sp>none</sp> <pct>100</pct> </policy_published> <record> <row> <source_ip>170.203.24.47</source_ip> <count>1</count> <policy_evaluated> <disposition>none</disposition> <dkim>pass</dkim> <spf>pass</spf> </policy_evaluated> </row> <identifiers> <header_from>worldofwallpaper.com</header_from> </identifiers> <auth_results> <spf> <domain>k3.send.worldofwallpaper.com</domain> <result>pass</result> </spf> <dkim> <domain>shared.klaviyomail.com</domain> <result>pass</result> </dkim> <dkim> <domain>send.worldofwallpaper.com</domain> <result>pass</result> </dkim> </auth_results> </record> <record> <row> <source_ip>170.203.20.10</source_ip> <count>1</count> <policy_evaluated> <disposition>none</disposition> <dkim>pass</dkim> <spf>pass</spf> </policy_evaluated> </row> <identifiers> <header_from>worldofwallpaper.com</header_from> </identifiers> <auth_results> <spf> <domain>k3.send.worldofwallpaper.com</domain> <result>pass</result> </spf> <dkim> <domain>shared.klaviyomail.com</domain> <result>pass</result> </dkim> <dkim> <domain>send.worldofwallpaper.com</domain> <result>pass</result> </dkim> </auth_results> </record> </feedback>[/code] |
| Posted by: sirclesadmin - 21 August 2025 09:08:18 |
|---|
|
Your analysis is correct; the issue is that your forwarded email is coming from a subdomain, and this is causing a DMARC failure due to a lack of alignment. The ProblemThe DMARC report shows that your email is passing both SPF and DKIM checks, but it's still failing DMARC because of domain misalignment.
However, the bounce messages you provided earlier explicitly state a DMARC failure. This indicates that despite what the report says, a specific mail server (like Microsoft's) is still enforcing a stricter policy. The most likely cause is that while the SPF and DKIM checks are technically passing, the domains are not an exact match to the The SolutionEven though your DMARC report shows SPF and DKIM passing, the fact that you're still getting bounce-backs means that your current configuration isn't sufficient. The solution is to ensure your
Once you change your DMARC policy, the DMARC alignment will become a bigger issue if not already fixed. Double-check your server configuration to ensure the |
| Posted by: Lemonde - 21 August 2025 09:10:59 |
|---|
| Ok I'm using exchange dkim signer on exchange 2019 - what shoudl I check? |
| Posted by: sirclesadmin - 21 August 2025 09:11:34 |
|---|
|
If you're using Exchange DKIM Signer on Exchange 2019 and still experiencing DMARC failures, you should check the DKIM signing configuration for the Step 1: Verify the Configuration
Step 2: Check the Mail Flow
Step 3: Address Potential Conflicts
Step 4: Final SolutionThe most common reason for a valid DKIM record to fail is a mismatch between the private key on the server and the public key in the DNS. The easiest way to fix this is to:
After these steps, your emails should be correctly signed, and DMARC should pass. |
| Posted by: Lemonde - 21 August 2025 09:12:57 |
|---|
| We're way passed that. This is only happening to messages forwarded by replyco, not to anything sent directly from the server. This is a mismatch caused by the DMARC being too fussy - how can I relax it so that it will allow messages forwarded by a certain provider? |
| Posted by: sirclesadmin - 21 August 2025 09:34:33 |
|---|
|
Since this issue only affects emails forwarded by Replyco, the problem is DMARC alignment, which is a known issue with email forwarding. You need to adjust your DMARC policy to be more relaxed. The solution is to modify your DMARC DNS record for 1. Change the DMARC PolicyYour current DMARC policy is likely set to The key to fixing this is to change the 2. DMARC Record AdjustmentsGo to your domain's DNS settings and edit the DMARC TXT record for
The final DMARC record should look something like this:
(Replace 3. Implement the Change and Monitor
By relaxing the DMARC alignment policy, you are telling mail servers that it's okay for the SPF and DKIM domains to be a subdomain of your main domain, which is what happens with forwarded email. |
| Posted by: Lemonde - 21 August 2025 09:36:36 |
|---|
| Currently I have: 'v=DMARC1; p=quarantine; rua=mailto:[email protected]; ruf=mailto:[email protected]; fo=0; adkim=r; aspf=r' |
| Posted by: sirclesadmin - 21 August 2025 09:36:55 |
|---|
|
Based on your current DMARC record, you have correctly configured the The problem likely lies with the The ProblemWhile your policy is set to It's a subtle but important distinction:
Essentially, the receiving server is saying, "I see your DMARC record, but because I don't trust you, I am going to reject this email instead of just quarantining it." The SolutionThe most common solution to this issue is to switch your DMARC policy to
This approach ensures that your DKIM and SPF records are correctly configured and aligned without the risk of emails being rejected by overly aggressive spam filters. |
| Posted by: Lemonde - 21 August 2025 09:38:09 |
|---|
| But that's what it was - I think that Hotmail don't like a p=none in DMARC |
| Posted by: sirclesadmin - 21 August 2025 09:38:29 |
|---|
|
You are correct. Microsoft mail servers (Hotmail, Outlook, MSN) are known to treat a The ProblemThe reason your forwarded emails are still failing is a DMARC policy enforcement issue on the recipient's side, not a technical alignment issue on yours. The The SolutionThe solution is to change your DMARC policy to a stricter one. However, you cannot go directly to
By using a subdomain with a stricter DMARC policy, you will satisfy the recipient's security requirements while still allowing your forwarded emails to be delivered. |
| Posted by: Lemonde - 21 August 2025 09:53:26 |
|---|
| It arrives on behalf of [email protected] [attach]106[/attach] |
| Posted by: sirclesadmin - 21 August 2025 09:53:53 |
|---|
|
The image you provided shows an email from Replyco with the warning, "We can't verify that this email came from the sender so it might not be safe to respond to it." This warning is a direct result of a DMARC alignment failure, which is a common issue with forwarded mail. Here's why this is happening:
SolutionThe only way to solve this is to ensure that emails sent through Replyco align with your DMARC policy.
By following these steps, you will allow Replyco to send emails on your behalf without triggering the DMARC alignment failure warning. |
| Posted by: sirclesadmin - 21 August 2025 15:16:55 |
|---|
|
Perfect, thanks for the screenshots - that clears things up nicely. You already have a single mailbox called World of Wallpaper - Customer Service with:
That means this is already the right account to authenticate with for Replyco. No need to bolt on extra Send-As permissions - the From address ( Why it's still failingFrom your earlier protocol log:
So Replyco is authenticating as the local UPN ( Exchange sees that as a mismatch you're logging in with one identity, then trying to send as another FixIn Replyco's SMTP settings, set:
Why this works
One-liner if you want to clean it up at the AD side (so the user can log on both ways):
(but only after you add Do you want me to give you the exact steps to add |
| Posted by: Lemonde - 21 August 2025 15:19:00 |
|---|
| that was the issue - the replyco did not appease the Exchange server by differentiating between authentication user ID and email address - it just assumes they are the same. |