Hi, can someone explain why DKIM TXT records are not present in the dns_rr table but rather in the rendered_zone field in dns_soa? I'm currently writing some scripts to automate the renewal of DKIM Keys/Records for our transport domains and got stuck as i need to reliabel check if a DKIM DNS record for the domain exists, create one and delete one, but the point that they don't seem to be handled in the dns_rr confuses me. Is it because the record is "to long"? Any help appriciated
Strange, I would assume as well that they should be in dns_rr. But I have not written that part of the code. I'll have to check why it is like that.