On 4/21/05, Matt Salerno <[EMAIL PROTECTED]> wrote:
> 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

Thanks for all of the input.  All of my users are in a mysql database
already.  It turns out that all I needed to do was to set the
encryption_type field to md5 and copy over the hash.  Thanks.

Reply via email to