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:
fox.cpp 2019-11-03 12:22:24 +03:00
parent 691f4ae429
commit 206a5d61db
No known key found for this signature in database
GPG key ID: E76D97CCEDE90B6C
8 changed files with 651 additions and 0 deletions

View file

@ -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"