Gmail and Yahoo’s 2024 inbox protections and what they mean for email programs
1–10 of 279 posts
Re: Gmail and Yahoo’s 2024 inbox protections and what they mean for email programs
#2I recently added DMARC monitoring to some of my domains through CloudFlare.
Re: Gmail and Yahoo’s 2024 inbox protections and what they mean for email programs
#3That said, with no-DNS email addresses, SPF comes for free (alice@[x.x.x.x] bob@[ipv6:...]).
Namely, if SPF does pass, cryptographic DNS based signature mecanisms are excessive and must not be used to score.
Re: Gmail and Yahoo’s 2024 inbox protections and what they mean for email programs
#4Re: Gmail and Yahoo’s 2024 inbox protections and what they mean for email programs
#5This is not a requirement for a personal self-hosted email.
Re: Gmail and Yahoo’s 2024 inbox protections and what they mean for email programs
#6What're the best resources for testing and configuring this stuff?
Re: Gmail and Yahoo’s 2024 inbox protections and what they mean for email programs
#7From Q1 2024, Gmail and Yahoo will require senders to have SPF, DKIM, and DMARC . Also, spam complaints must be kept below 0.3%. I recently added DMARC monitoring to some of my domains through CloudFlare.
Re: Gmail and Yahoo’s 2024 inbox protections and what they mean for email programs
#8What're the best resources for testing and configuring this stuff?
For configuring:
https://www.cyber.gc.ca/en/guidance/implementation-guidance-...
Re: Gmail and Yahoo’s 2024 inbox protections and what they mean for email programs
#9Abusive, SPF is plenty enough unless you cannot map the domain with the right IPs due to DNS trickery (rotation, etc), then you would need an IP agnostic way to do some checks, hence the cryptographic DNS based signature. That said, with no-DNS email addresses, SPF comes for free (alice@[x.x.x.x] bob@[ipv6:...]). Namely, if SPF does pass, cryptographic DNS based signature mecanisms are excessive and must not be used…
Aside from SPF being around first DKIM makes far more sense.
Re: Gmail and Yahoo’s 2024 inbox protections and what they mean for email programs
#10> These mandates will only affect bulk senders, defined by Google as senders with volumes of 5000 or more messages to Gmail addresses in one day. This is not a requirement for a personal self-hosted email.