mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 21:09:59 -04:00
update named-checkzone manpage for SPF changes
This commit is contained in:
parent
af6a52437f
commit
b38ca786e1
3 changed files with 7 additions and 7 deletions
|
|
@ -266,7 +266,7 @@ so that include directives in the configuration file are processed as if run by
|
|||
.PP
|
||||
\-T \fImode\fR
|
||||
.RS 4
|
||||
Check if Sender Policy Framework records (TXT and SPF) both exist or both don't exist. A warning is issued if they don't match. Possible modes are
|
||||
Check if Sender Policy Framework (SPF) records exist and issues a warning if an SPF-formatted TXT record is not also present. Possible modes are
|
||||
\fB"warn"\fR
|
||||
(default),
|
||||
\fB"ignore"\fR.
|
||||
|
|
|
|||
|
|
@ -440,10 +440,10 @@
|
|||
<term>-T <replaceable class="parameter">mode</replaceable></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Check if Sender Policy Framework records (TXT and SPF)
|
||||
both exist or both don't exist. A warning is issued
|
||||
if they don't match. Possible modes are
|
||||
<command>"warn"</command> (default), <command>"ignore"</command>.
|
||||
Check if Sender Policy Framework (SPF) records exist
|
||||
and issues a warning if an SPF-formatted TXT record is
|
||||
not also present. Possible modes are <command>"warn"</command>
|
||||
(default), <command>"ignore"</command>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
|||
|
|
@ -2866,8 +2866,8 @@ integrity_checks(dns_zone_t *zone, dns_db_t *db) {
|
|||
|
||||
checkspf:
|
||||
/*
|
||||
* Check if there is a type TXT spf record without a type SPF
|
||||
* RRset being present.
|
||||
* Check if there is a type SPF record without an
|
||||
* SPF-formatted type TXT record also being present.
|
||||
*/
|
||||
if (!DNS_ZONE_OPTION(zone, DNS_ZONEOPT_CHECKSPF))
|
||||
goto next;
|
||||
|
|
|
|||
Loading…
Reference in a new issue