Greetings,
I had vpopmail running with cdb, and i have accidently deleted a file
/home/vpopmail/domains/domain.com/vpasswd (not vpasswd.cdb).
Can anyone help me how to recover this file.
Thanks in advance
Hi,
to recover I don't know. Bu I would try do create a new vpasswd file
without any password. And if you have vpopmail with the
--auto-learn-passwords option built into than you probably be ok.
Regards
srosa
WAEL ELLOUZE wrote:
Greetings,
I had vpopmail running with cdb, and i have accid
WAEL ELLOUZE wrote:
Greetings,
I had vpopmail running with cdb, and i have accidently deleted a file
/home/vpopmail/domains/domain.com/vpasswd (not vpasswd.cdb).
Can anyone help me how to recover this file.
this should do the trick:
strings vpasswd
HTH
Lars
WAEL ELLOUZE wrote:
Greetings,
I had vpopmail running with cdb, and i have accidently deleted a file
/home/vpopmail/domains/domain.com/vpasswd (not vpasswd.cdb).
Can anyone help me how to recover this file.
Hi,
You can use cdbdump to dump the password file from the cdb file. You
will nee
Lars Ulmann wrote:
WAEL ELLOUZE wrote:
Greetings,
I had vpopmail running with cdb, and i have accidently deleted a file
/home/vpopmail/domains/domain.com/vpasswd (not vpasswd.cdb).
Can anyone help me how to recover this file.
this should do the trick:
strings vpasswd
The resulting file
On Jun 10, 2005, at 3:19 PM, [EMAIL PROTECTED] wrote:
Thank you for your recomendations
I did this:
mysql> update vpopmail set pw_clear_passwd = NULL;
And dint work, so i did this
mysql> update vpopmail set pw_clear_passwd = '';
And didnt work too
And didnt work even with new accounts
My vp