Implement Dovecot authentication client support

This commit is contained in:
fox.cpp 2020-05-04 21:43:06 +03:00
parent 08f98f15d9
commit e06f2e201c
No known key found for this signature in database
GPG key ID: 5B991F6215D2FCC0
5 changed files with 164 additions and 0 deletions

View file

@ -19,6 +19,7 @@ import (
parser "github.com/foxcpp/maddy/pkg/cfgparser"
// Import packages for side-effect of module registration.
_ "github.com/foxcpp/maddy/internal/auth/dovecot_sasl"
_ "github.com/foxcpp/maddy/internal/auth/external"
_ "github.com/foxcpp/maddy/internal/auth/pam"
_ "github.com/foxcpp/maddy/internal/auth/pass_table"