1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
.TH cvm-checkpassword 8
.SH NAME
cvm-checkpassword \- checkpassword interface for CVM modules
.SH SYNOPSIS
.B cvm-checkpassword
.I CVM
.I Command
[
.I arguments \fR...
]
.SH DESCRIPTION
http://cr.yp.to/checkpwd/interface.html
http://untroubled.org/cvm/cvm.html
See the above links for details on both the CVM and checkpassword
interfaces.
To use this interface with
.BR qmail-pop3d (8),
use the following
command line:
/var/qmail/bin/qmail-popup \\
cvm-checkpassword cvm-unix \\
/var/qmail/bin/qmail-pop3d ./Maildir/
.B Note:
The default mode of operations for this module is to attempt to split a
domain name from the account name.
If this is not desirable, set
$CVM_ACCOUNT_SPLIT_CHARS
to an empty string.
.SH SEE ALSO
cvm-pwfile(8),
cvm-qmail(8),
cvm-unix(8),
cvm-sql(8),
cvm-vmailmgr(8),
cvm-benchclient(8),
cvm-testclient(8)
http://untroubled.org/cvm/cvm.html
|