←back to thread

429 points pabs3 | 1 comments | | HN request time: 0s | source
Show context
badmintonbaseba ◴[] No.43469939[source]
Naively I thought that one value proposition of SPF, DKIM and DMARC is that reputation shifts from based on IP to be based on domain, once you set these up correctly. So as long as you can maintain a good reputation for your domain and have SPF, DKIM and DMARC correctly set up, then you can host your SMTP server at any IP and your emails will get delivered.

I wonder why it doesn't work this way.

replies(5): >>43469948 #>>43470191 #>>43470827 #>>43471724 #>>43473829 #
1. artee_49 ◴[] No.43471724[source]
It does work that way, but IP reputation is a thing as well so you need to keep that in mind. IPs need to be "seasoned" and "trusted" as well as domains.

This is how email-as-infra works, you're sending from a shared pool of their ips and they sign your emails with DKIM and you'll have SPF set up as well on your own.