mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-17 14:37:02 +00:00
This patch adds a new package which implements two basic primitives for
authenticating against dovecot ("user exists", and "check password").
It is still experimental/work in progress.
9 lines
217 B
Plaintext
9 lines
217 B
Plaintext
|
|
c = ./dovecot-auth-cli .missingsocket exists username
|
|
c <~ no: dial unix .missingsocket-userdb
|
|
c wait 1
|
|
|
|
c = ./dovecot-auth-cli .missingsocket auth username password
|
|
c <~ no: dial unix .missingsocket-client
|
|
c wait 1
|