I have:
The Kubernetes cluster may add or remove droplets on which the postfix service is running. This will cause the IP address of the postfix service to be dynamic.
SPF records provide either an IP address or domain name to the receiving server to check the identity of the sending server.
Since the IP address of the postfix service is dynamic, I cannot enter anything that works into the SPF record.
The most elegant solution would be if an A record could resolve to a tag (with the tag resolving to a droplet), but in the documentation this is explicitly mentioned as unavailable (https://www.digitalocean.com/docs/networking/dns/), which I can understand.
So, how can I best solve this problem?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi there @scola,
This is a good question!
Have you tried specifying only your domain in the SPF record? So it would look something like this:
v=spf1 include:yourdomain.com ~all
Let me know how it goes! Regards, Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.