mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-06 22:47:37 +03:00
Implement SPF policy enforcement
apply_spf module implements recommendation from DMARC RFC to not reject messages based on only SPF policy if DMARC policy is present. Closes #91.
This commit is contained in:
parent
f52948965f
commit
6620282912
7 changed files with 341 additions and 0 deletions
1
maddy.go
1
maddy.go
|
@ -12,6 +12,7 @@ import (
|
|||
_ "github.com/foxcpp/maddy/auth/shadow"
|
||||
_ "github.com/foxcpp/maddy/check/dkim"
|
||||
_ "github.com/foxcpp/maddy/check/dns"
|
||||
_ "github.com/foxcpp/maddy/check/spf"
|
||||
_ "github.com/foxcpp/maddy/endpoint/imap"
|
||||
_ "github.com/foxcpp/maddy/endpoint/smtp"
|
||||
_ "github.com/foxcpp/maddy/modify"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue