[Pdns-users] txt record not returning a value
Nico CARTRON
nicolas at ncartron.org
Fri Nov 8 13:25:11 UTC 2024
Hi Curtis,
On 08-Nov-2024 13:37 CET, <pdns-users at mailman.powerdns.com> wrote:
> Hello,
>
> I'm trying to set up an external dmarc permission in pdns authoritative
> 4.8.4. I'm fixing to upgrade to the latest, but that is a complex task given
> the confiruration file format change and the lack of support for non-systemd
> servers and the fact that the install wipes out the /etc/init.d/pdns script
> (bad form). Every time I upgrade, I have restore that script.
>
> At any rate, I've added the txt record:
>
> domain.com._report._dmarc.xyonet.com with a content of v=DMARC1
>
> when I run a dig against that: "dig @localhost txt
> domain.com._report._dmarc._xyonet.com I don't get an error, but I don't get
> the value, either. Is there something I'm doing wrong. This seems like I'm
> missing something stupid. Other txt records are working fine.
Please share the TXT RR by itself.
The format you shared is weird, I have this in one of my zones:
_dmarc.ncartron.org 86400 IN TXT "v=DMARC1; p=none; rua=mailto:nicolas+dmarc at ncartron.org"
and I can resolve it just fine with a `dig txt`
--
Nico
More information about the Pdns-users
mailing list