LinuxQuestions.org
Weather apps tell you it'll rain. Wyndo tells you when to go.
Home Forums Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 05-14-2026, 11:54 AM   #1
mfoley
Senior Member
 
Registered: Oct 2008
Location: Columbus, Ohio USA
Distribution: Slackware
Posts: 2,842

Rep: Reputation: 194Reputation: 194
What use can I make of DMARC reports?


I have several domains, all with low volume of email. All are configured for DKIM reporting using opendkim. The report volume is getting out of hand. Just yesterday I had 26 reports come into my email. While I guess these reports are allegedly good for seeing if my domain is being spoofed, I don't really know how to determine that or what to do about it. Below is one of the reports I got yesterday:
Code:
Email Provider: docomo.ne.jp
Email: reporting@dmarc25.jp 
Report Id: 7d631de91bf2c195afdcb8c10c5b8994
Report Start Date:  2026-05-11 20:00:00
Report End Date:  2026-05-12 19:59:59  
<adkim> DKIM Alignment: r Relaxed
Domain: horeb-wright3.org
<aspf> SPF Alignment: r Relaxed
<p> Public Key: none
<pct> Policy Applies: 100%
<sp> Subdomain Policy:
Source IP: 183.164.240.81
Email Volume: 1
Policy Disposition: none
DKIM Disposition: fail  
SPF Disposition: fail   
Header From: horeb-wright3.org
DKIM Auth. Domain: cadge.hojgdt.cn
DKIM Selector:
DKIM Results: 
SPF Auth. Domain:
SPF Results: pass
Source IP: 118.103.125.98
My domain is horeb-wright3.org. Does this report mean that cadge.hojgdt.cn is spoofing my domain? If so, how to I prevent cadge.hojgdt.cn from doing so? Why is reporting@dmarc25.jp telling me about this. If this report doesn't mean that, what does it mean?

Last edited by mfoley; 05-14-2026 at 11:55 AM.
 
Old 05-15-2026, 06:51 AM   #2
Rawcous
Member
 
Registered: Jan 2014
Location: Farnborough, Hampshire - UK
Distribution: SCO UNIX -> Fedora (Core) -> CentOS -> RedHat
Posts: 132

Rep: Reputation: 49
Hello Mfoley,

I'm no expert at all but the following is what I do:

1. I use a combination of OpenDKIM (Installed and configured locally) / SPF (configured via your DNS records) / DMARC (again configured via your DNS records) - utilising all 3 will reduce the chances of your domain being spoofed.
2. Ensure your mail server is not currently set as an Open Relay - there are a large no.of tools you can use to test this such as: https://mxtoolbox.com/diagnostic.aspx - SMTP diagnostics test.
3. Use a DMARC report analyser such as: https://eu.dmarcadvisor.com/dmarc-xml/ OR https://us.dmarcian.com/dmarc-xml/ just to confirm there are no issues - they allow you to upload your XML files.

The following is essentially what I use (via a quick Google) and includes remediation steps - i'm guessing as you have Senior status on here this may be something you already have in place:

- Enable DMARC ReportingFirst, ensure you have an active DMARC record published in your DNS that includes a reporting email address. Your DMARC TXT record should look something like this:v=DMARC1; p=none; rua=mailto:dmarc-reports@yourdomain.com; pct=1002.

- Identify Spoofing IndicatorsOnce you start receiving XML reports (or using a DMARC visualization tool), look for these key data points:Unrecognized IP Addresses: Check the <source_ip> field in the report. If an unfamiliar IP address is sending emails that claim to come from your domain, it is likely a spoofing attempt.

- Failed SPF (spf) or DKIM (dkim) Status: Check the <auth_results> section. If the sending IP does not match your authorized SPF records, or if the digital signature (DKIM) fails or is missing, the authentication check will fail.

As in my case I get an SPF fail because I am using a standard household dynamic IP Address and not a static business one therefore my SPF resolves to my ISP

- DMARC Failure: If both SPF and DKIM fail (or lack "alignment" with your domain), the dmarc_result will show as fail.

- Take ActionAnalyze Legitimate Senders First: Ensure that failing emails are not actually coming from a legitimate third-party service (e.g., Mailchimp, Salesforce) that you forgot to authorize in your SPF or DKIM setup.Upgrade Your Policy: If the failing IPs are definitively not yours, you are being spoofed. Once all legitimate sending sources are verified and authenticated, update your DMARC policy from p=none (monitoring only) to p=quarantine or p=reject to block spoofed emails from reaching inboxes.

- Useful Tools to Read ReportsRaw DMARC XML reports are dense and difficult to read manually. You can use DMARC parsing and visualization services to easily spot spoofers and unauthorized IPs:MXToolboxPostmark DMARCDMARC Analyzer

One thing I noticed is that you have 2 <source_ip> entries - 1 of them should be your WAN address but what does the other IP correspond to?


A lookup on the domain hojgdt.cnm reveals the following per: https://whois.domaintools.com/hojgdt.cn - there's a few potential red flas there:

- View the information concverning the IP / Hosting History
- The registrant contact email address looks suspect.


Via a couple of scanners:

https://www.bitdefender.com/en-us/co...cker/malicious - if you enter the domain hojgdt.cn it provides a warning

https://www.brightcloud.com/tools/url-ip-lookup.php

Whilst https://www.virustotal.com/gui/url/8...e06e4236222b74 - Fortinet flags it as a potential spammer

https://www.abuseipdb.com/check/118.103.125.98 - report it as an SMTP scanner attempting to use customer mailservers as relays.


Hope the above helps somewhat.

Regards,

Rawcous
 
1 members found this post helpful.
Old 05-25-2026, 09:19 PM   #3
JJJCR
Senior Member
 
Registered: Apr 2010
Posts: 2,543

Rep: Reputation: 518Reputation: 518Reputation: 518Reputation: 518Reputation: 518Reputation: 518
check out this: https://www.emailsherlock.com/resources/domain_spoofing

Best Practices Copied from Copilot:

Apply SPF, DKIM, and DMARC to all domains, even those not actively sending email.

Start with DMARC p=quarantine before moving to p=reject to avoid accidental blocking.

Regularly review DMARC reports to detect unauthorized senders.

Test your setup using tools like NCSC’s email security check.
https://www.ncsc.gov.uk/collection/e...ce=copilot.com
 
Old 07-17-2026, 10:51 AM   #4
linuxtuts
LQ Newbie
 
Registered: Jul 2026
Location: 127.0.0.1
Posts: 1

Rep: Reputation: 0
Yes, someone is absolutely spoofing your domain. The report shows an IP trying to send mail as you, but because the signature was from cadge.hojgdt.cn, DMARC correctly threw a fail since it doesn't align with your domain.

The short answer is: you can't stop spammers from putting your domain in the 'From' header. But as long as your DMARC is set to p=reject, receiving servers will just drop their garbage.

You're getting flooded with these XML files because your DNS TXT record has the rua= tag in it. If the volume is driving you crazy and you are confident your mail flow is working fine, just remove that tag from your DNS record. The protection stays, but the annoying emails stop.
 
  


Reply

Tags
dkim, dmarc



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] How is DMARC supposed to work? Getting flooded with reports. mfoley Linux - Server 5 12-09-2023 02:13 AM
Why DMARC having DKIM failure? mfoley Linux - Server 3 09-05-2022 09:28 AM
[SOLVED] DMARC-compliant mailing list managers scasey Linux - Server 3 06-03-2018 03:33 PM
[SOLVED] majordomo and DMARC scasey Linux - Server 4 07-11-2017 01:05 PM
Make reports files can't be found but they are there SteveGodfrey Linux - Software 3 05-29-2004 06:02 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 06:00 PM.

Contact Us - Advertising Info - Rules - Privacy - Donations - Contributing Member - LQ Sitemap - "Weather apps tell you it'll rain. Wyndo tells you when to go."
Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions