On 4/21/05, Matt Salerno <[EMAIL PROTECTED]> wrote: > I have my procmail/dbmail system working fine, but I am looking for a > way to transfer all of the passwords. I can write some scripts to > move users from my old system to my new system, but I would also like > to be able to move their passwords so that I don't have to reset > everyone's password. > > $1$ddbiOyyG$NMnFAAvnnbFGV.9r6vVGw/ > > Looks like MD5, but I believe that it's crypted first. > I am not asking how to decrypt the passwords, I am just asking if > there is a way I could get dbmail to use these passwords. > > Thanks, > > Matt >
Ok, so after going through the dbmail source code auth/authsql.c, I see that they are already doing that. So my problem must be somewhere else. Sorry
