mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-03 21:27:35 +03:00
Implement support for DNSBL lookups
Currently lacks whitelisting support and return codes filtering. Both should be implemented in the future.
This commit is contained in:
parent
691f4ae429
commit
206a5d61db
8 changed files with 651 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/dnsbl"
|
||||
_ "github.com/foxcpp/maddy/check/spf"
|
||||
_ "github.com/foxcpp/maddy/endpoint/imap"
|
||||
_ "github.com/foxcpp/maddy/endpoint/smtp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue