mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-14 12:10:04 -04:00
add records starting with "v=spf1"
This commit is contained in:
parent
564b4832b7
commit
fe04dbc7bb
1 changed files with 7 additions and 6 deletions
|
|
@ -7022,9 +7022,10 @@ options {
|
|||
</para>
|
||||
<para>
|
||||
Check that the two forms of Sender Policy Framework
|
||||
records (TXT and SPF) either both exist or both
|
||||
don't exist. Warnings are emitted it they don't
|
||||
and be suppressed with <command>check-spf</command>.
|
||||
records (TXT records starting with "v=spf1" and SPF) either
|
||||
both exist or both don't exist. Warnings are
|
||||
emitted it they don't and be suppressed with
|
||||
<command>check-spf</command>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
@ -7067,9 +7068,9 @@ options {
|
|||
<para>
|
||||
When performing integrity checks, check that the
|
||||
two forms of Sender Policy Framwork records (TXT
|
||||
and SPF) both exist or both don't exist and issue
|
||||
a warning if not met. The default is
|
||||
<command>warn</command>.
|
||||
records starting with "v=spf1" and SPF) both exist
|
||||
or both don't exist and issue a warning if not
|
||||
met. The default is <command>warn</command>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
|||
Loading…
Reference in a new issue