View Single Post
Old 10-28-2009, 11:45 AM   #3
Member
 
Join Date: Jul 2004
Posts: 77
bakon
Send a message via ICQ to bakon
Default

Exim could store passwd of email users in 3 ways:
plain, sasl, md5 (crypted)

If we have it in md5 mode:
1) Will "ImportUser" (fnuction to migrate accounts between servers) work with no problem?
2) We have some servers with Ispmanager, and we are migrating accounts. Sometimes, ImportUser doesn't do it well, so we have to extract a list of "EMAIL,PASSWORD" to restore it at another server. We extract something like this in a file:
EMAIL1,PASSWORD1
EMAIL2,PASSWORD2
...
EMAILN,PASSWORDN

To restore, we use the API of Ispmanager, but we haven't seen that it could be posible to create an email user with crypted password, so something like this:
http://127.0.0.1/manager/ispmgr?out=...&passwdmd5=YES
So we have added: "&passwdmd5=YES"

Could it be posible that feature to create an email with the crypted password.

I hope that now it is more detailed.
We wait for your news.

Thank you.
bakon is offline   Reply With Quote