Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SpfRecord ¶
type SpfRecord struct { QueryDomain string `desc:"Domain"` Version string `desc:"SPF record version"` IPs []net.IP `desc:"List of allowed IP addresses authorised to send email on your behalf"` Includes []string `desc:"List of allowed third party domains that can send email on you behalf"` Tag string `desc:"Tag (policy) applied to SPF. -all: fail, ~all: softfail, and +all: allow"` }
Click to show internal directories.
Click to hide internal directories.