Preliminary milter client implementation

Based on github.com/foxcpp/go-milter fork
This commit is contained in:
fox.cpp 2020-05-03 20:20:35 +03:00
parent 1fca7f62c9
commit d0e7df023c
No known key found for this signature in database
GPG key ID: 5B991F6215D2FCC0
5 changed files with 448 additions and 0 deletions

View file

@ -28,6 +28,7 @@ import (
_ "github.com/foxcpp/maddy/internal/check/dkim"
_ "github.com/foxcpp/maddy/internal/check/dns"
_ "github.com/foxcpp/maddy/internal/check/dnsbl"
_ "github.com/foxcpp/maddy/internal/check/milter"
_ "github.com/foxcpp/maddy/internal/check/requiretls"
_ "github.com/foxcpp/maddy/internal/check/spf"
_ "github.com/foxcpp/maddy/internal/endpoint/imap"