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
|
<html>
<body>
<h2><a href="cvm.html">CVM</a></h2>
<h1>The cvm-checkpassword Program</h1>
<p><tt>cvm-checkpassword</tt> provides a <a
href="http://cr.yp.to/checkpwd/interface.html">checkpassword
interface</a> for CVM modules.</p>
<h2>Interface</h2>
<pre>
cvm-checkpassword <i>CVM</i> <i>Command</i> [<i>arguments ...</i>]
</pre>
<p>See the above links for details on both the CVM and checkpassword
interfaces. To use this interface with qmail-pop3d, use the following
command line:
<pre>
/var/qmail/bin/qmail-popup \
cvm-checkpassword cvm-unix \
/var/qmail/bin/qmail-pop3d ./Maildir/
</pre>
</p>
<p><b>Note:</b> 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 <tt>$CVM_ACCOUNT_SPLIT_CHARS</tt> to an empty
string.</p>
</body>
</html>
|