mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-03 21:27:35 +03:00
Implement Dovecot authentication client support
This commit is contained in:
parent
08f98f15d9
commit
e06f2e201c
5 changed files with 164 additions and 0 deletions
1
maddy.go
1
maddy.go
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue