Searched refs:spf (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/bin/tests/system/spf/ns1/
H A Dnamed.conf24 zone "spf" {
26 file "spf.db";
31 file "spf.db";
32 check-spf warn;
37 file "spf.db";
38 check-spf ignore;
/bind-9.11.3/lib/dns/rdata/generic/
H A Dspf_99.c91 dns_rdata_spf_t *spf = target; local
96 spf->common.rdclass = rdata->rdclass;
97 spf->common.rdtype = rdata->type;
98 ISC_LINK_INIT(&spf->common, link);
/bind-9.11.3/bin/tests/system/checkzone/
H A Dtests.sh66 echo "I:checking with spf warnings ($n)"
68 $CHECKZONE example zones/spf.db > test.out1.$n 2>&1 || ret=1
69 $CHECKZONE -T ignore example zones/spf.db > test.out2.$n 2>&1 || ret=1

Completed in 168 milliseconds