BLUF: Can I add a TXT record (SPF) for a PTR record with no other records for the domain in our DNS?
Sorry, I don't know how to put a good title to this. I've inherited a DNS server and in one of our zone files we have a mail subdomain defined for a customer of ours.
Zone file 103.102.101.in-addr.arpa.dns
74 IN PTR mail.example.com.
74 IN TXT "v=spf1 mx a ip4:101.102.103.74 ~all"
This client wants us to add an SPF record and as far as I know we have no other entries for this client in our DNS except for this one PTR record. I'm not really sure how this situation began as this was all set up before my arrival and no one else where I work has any technical background on this. I just don't want to waste their time and since I'm not sure how to ask this question concisely, Google search hasn't been very helpful so far.
Much appreciated for anyone that can chime in.