1. s/qmail/SPF/spfquery/dns_txt
fe lib に含まれるdns_txtというか、リゾルバーの動作に問題がある。
- TC onの返答を受けたときの動作
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);
つまり、s/qmail の実装はおかしくないのか。djb の実装なら動くのはなぜ。-- ToshinoriMaeno 2021-05-09 03:32:57
違いを調べなくては。
https://cr.yp.to/djbdns/dns.html (DJBの説明)
出力の見方に問題か。ソースを比べてみる。
https://cr.yp.to/djbdns/tools.html
https://cr.yp.to/djbdns/debugging.html