1. s/qmail/SPF/spfquery/dns_txt

fe lib に含まれるdns_txtというか、リゾルバーの動作に問題がある。

https://linux.die.net/man/3/dns_txt

It puts the concatenation of the TXT records into out and returns 0.

If the domain does not exist in DNS, or has no TXT records, out will be empty.

#include <dns.h>

int dns_txt(stralloc* out,stralloc* fqdn); 

違いを調べなくては。

https://cr.yp.to/djbdns/dns.html (DJBの説明)

出力の見方に問題か。ソースを比べてみる。

https://cr.yp.to/djbdns/tools.html

https://cr.yp.to/djbdns/debugging.html

1.1. s/qmail dnstxt.c

/s/qmail /djbdns

MoinQ: s/qmail/SPF/spfquery/dns_txt (last edited 2021-05-09 09:11:46 by ToshinoriMaeno)