TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: DMARC Checker

70 pointsby awulfover 1 year ago

12 comments

akshayKMRover 1 year ago
Hey, this comes at a perfect time for me.<p>I had posted my app on Betalist about a week ago and received a vulnerability report about incorrectly configured DMARC from a security researcher. I made the fix but wasn&#x27;t confident about it. Shortly after, I received a couple more similar emails.<p>With this tool, my first check failed, citing an invalid SPF record. (I had an extra `.` at the end of my TXT record). Now, the check shows all passing.<p>I hope all is good now (emails are wild).<p>From my limited understanding:<p><pre><code> SPF &lt;- Should this server be sending emails for this domain? DKIM &lt;- Was this email tampered with? DMARC &lt;- What should I, as a recipient, do if SPF or DKIM fails? </code></pre> Thanks!
评论 #39446967 未加载
评论 #39454723 未加载
bksover 1 year ago
Great tool, one bit of feedback on the log report. Perhaps you can highlight the passing line in the SPF record, I have about 100 of these &quot;The ip4 mechanism does not match.&quot; and then a lot of &quot;The include mechanism matches and produces a pass result.&quot;<p>Maybe you can highlight the passing statement? - <a href="https:&#x2F;&#x2F;app.screencast.com&#x2F;Hu5ybB6K3fd9R" rel="nofollow">https:&#x2F;&#x2F;app.screencast.com&#x2F;Hu5ybB6K3fd9R</a>
评论 #39448501 未加载
jenoerover 1 year ago
I don’t want to take away your spotlight, because it’s a nice project you launched,<p>But I do want to point out to people that <a href="https:&#x2F;&#x2F;github.com&#x2F;domainaware&#x2F;checkdmarc">https:&#x2F;&#x2F;github.com&#x2F;domainaware&#x2F;checkdmarc</a> exists for quite a while. I use it often and have also integrated it in various automated tooling.<p>(It also does not require handing out email addresses to strangers.)
petecogover 1 year ago
I&#x27;ve given it a go.<p>I recommend also <a href="https:&#x2F;&#x2F;mxtoolbox.com&#x2F;dmarc.aspx" rel="nofollow">https:&#x2F;&#x2F;mxtoolbox.com&#x2F;dmarc.aspx</a><p>I have no affiliation.
评论 #39447080 未加载
评论 #39447986 未加载
yolo4553over 1 year ago
Hmm, am I seeing this correctly that the system does receive emails only via IPv4 and no IPv6? This would make the SPF check somewhat misleading as it only checks one option.
评论 #39455749 未加载
ollybeeover 1 year ago
This seems similar to <a href="https:&#x2F;&#x2F;www.mail-tester.com" rel="nofollow">https:&#x2F;&#x2F;www.mail-tester.com</a> which I use all the time to quickly diagnose mail issues
aeadioover 1 year ago
A simple reject policy is showing up as an error, despite validating fine with other DMARC checker apps like MX Toolbox,<p><pre><code> The From domain (...) has an invalid DMARC record. ... DMARC record found: v=DMARC1; p=reject; The DMARC check result is permerror. </code></pre> No explanation as to what permerror means.<p>It might also be useful if the tool attempted to circumvent DNS caching, so users can try tests in succession after updating.
评论 #39447216 未加载
RulerOfover 1 year ago
This is a really straightforward tool. Validating spf&#x2F;dkim&#x2F;dmarc by receiving an email strikes me as more effective than something that just looks at the DNS records. Thanks for sharing.
bksover 1 year ago
Also check out - <a href="https:&#x2F;&#x2F;appmaildev.com&#x2F;en&#x2F;dkim" rel="nofollow">https:&#x2F;&#x2F;appmaildev.com&#x2F;en&#x2F;dkim</a>
kunleyover 1 year ago
Handy tool and looks better than a few similar I tried. Thank you!
FerretFredover 1 year ago
Hey this is great! Just woken up, sipping tea in bed and have now got a fully validated DKIM&#x2F;SPF setup. So easy... thank you!
wilgover 1 year ago
Very cool, thanks!