vpopmail user authentication

my latest project on this is enable users to login to their mailboxes and can change password. i using qmail as an Internet Mail Transfer Agent (MTA), Dovecot IMAP and POP3 server and vpopmailto manage virtual email domains email accounts on qmail server. my problem here is i am looking for a way to enable my users to login and change their passwords.


For now i am using qmailAdmin and vqadmin for administrative tasks. besides everything else I would like enable my users login to their mailboxes by a cool user interface like RoundCube or Horde.

RoundCube needs some works on templates and codes to add a page for change user password, so I will do that later. but for Horde everything is ready except one thing and configure Passwd.


vpopmail suing crypt MD5 as authentication algorithm to save user password in database. all default settings for Horde Passwd did not work. so i should find a solution for that to see what's going on there.

 

To Be Continued...