mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-03 21:27:35 +03:00
Preliminary milter client implementation
Based on github.com/foxcpp/go-milter fork
This commit is contained in:
parent
1fca7f62c9
commit
d0e7df023c
5 changed files with 448 additions and 0 deletions
1
maddy.go
1
maddy.go
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue