Skip to content

Commit

Permalink
docs: Add tip for disabling the default SPF service (#4019)
Browse files Browse the repository at this point in the history
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
  • Loading branch information
pyy and polarathene committed May 17, 2024
1 parent 006f442 commit a780fb3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/content/config/best-practices/dkim_dmarc_spf.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,9 @@ The DMARC status may not be displayed instantly due to delays in DNS (caches). D

[Source][wikipedia-spf]

!!! note "Disabling `policyd-spf`?"
!!! tip "Disabling the default SPF service `policy-spf`"

As of now, `policyd-spf` cannot be disabled. This is WIP.
Set [`ENABLE_POLICYD_SPF=0`][docs-env-spf-policyd] to opt-out of the default SPF service. Advised when Rspamd is configured to handle SPF instead.

### Adding an SPF Record

Expand Down Expand Up @@ -348,6 +348,7 @@ volumes:
[docs-volumes-config]: ../advanced/optional-config.md#volumes-config
[docs-env-opendkim]: ../environment.md#enable_opendkim
[docs-env-rspamd]: ../environment.md#enable_rspamd
[docs-env-spf-policyd]: ../environment.md#enable_policyd_spf
[docs-rspamd-config-dropin]: ../security/rspamd.md#manually
[cloudflare-dkim-dmarc-spf]: https://www.cloudflare.com/learning/email-security/dmarc-dkim-spf/
[rfc-8301]: https://datatracker.ietf.org/doc/html/rfc8301#section-3.2
Expand Down

0 comments on commit a780fb3

Please sign in to comment.