Earlier quoted context omitted.
Can we use DMARC to ask Gmail to close registrations? Google Calendar to allow far fewer people the ability to send invite notifications? Firebase to close registrations? Azure? Microsoft 365? AWS SES? It feels like the biggest spammers have swung back to just abusing SaaS and getting SPF / DKIM / DMARC for free from one of the big email providers.
Exactly this. Spammers have the technical competence to overcome any technical hurdle, so using evidence of technical competence achieves nothing. If it were possible to charge $0.25/email for delivery, I'd be more than happy . However, I'm sure large tech firms will need to say that is "too hard to implement at scale".
DMARC has been public since 2012 but most company domains still don't enforce it
181–185 of 185 posts
Re: DMARC has been public since 2012 but most company domains still don't enforce it
#182Re: DMARC has been public since 2012 but most company domains still don't enforce it
#183Earlier quoted context omitted.
The cheaper the relay mechanism is, the more noise/spam you'll get. Lots of servers online have a publicly exposed smtp port, where all kinds of script kiddies are just using a sendmail style email from another (not-owned) domain. DKIM/DMARC tried to fix this (without success due to fakeable entries in the DNS records, spf=all is pretty much everywhere anyways nowadays). So my proposal for actual ownership of domain…
I don't think you understand how TLS or SMTP work. You can easily send a message via TLS through and open relay. Only accepting TLS would do nothing because most spam and phishing emails are already delivered via TLS.
Re: DMARC has been public since 2012 but most company domains still don't enforce it
#184Earlier quoted context omitted.
...... and sign all outgoing emails.
Which is not hard to do. It's literally a switch in O365. It takes a bit more in other environments, but nothing a competent admin should really struggle with.
Re: DMARC has been public since 2012 but most company domains still don't enforce it
#185Earlier quoted context omitted.
Which is not hard to do. It's literally a switch in O365. It takes a bit more in other environments, but nothing a competent admin should really struggle with.
so your opinion is that anyone who self-hosts their email is not competent? You know, there's a huge amount of machinery behind that toggle switch Microsoft offers you.