Lines 20-29
Link Here
|
20 |
|
20 |
|
21 |
# This controls what password authentication tool POP3 uses |
21 |
# This controls what password authentication tool POP3 uses |
22 |
# It must support DJB's checkpassword interface (http://cr.yp.to/checkpwd.html) |
22 |
# It must support DJB's checkpassword interface (http://cr.yp.to/checkpwd.html) |
23 |
QMAIL_POP3_CHECKPASSWORD="/bin/checkpassword" |
23 |
#QMAIL_POP3_CHECKPASSWORD="/bin/checkpassword" |
24 |
# cmd5checkpw only validates passwords from /etc/poppasswd |
24 |
# cmd5checkpw only validates passwords from /etc/poppasswd |
25 |
#QMAIL_POP3_CHECKPASSWORD="/bin/cmd5checkpw" |
25 |
#QMAIL_POP3_CHECKPASSWORD="/bin/cmd5checkpw" |
26 |
|
26 |
|
|
|
27 |
QMAIL_POP3_CHECKPASSWORD="/var/vpopmail/bin/vchkpw" |
28 |
|