> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Giulio Ferro > Sent: quarta-feira, 12 de Novembro de 2008 15:27 > To: DBMail mailinglist > Subject: Re: [Dbmail] Question about passwords > > Jorge Bastos wrote: > > Are you sure? I think you are wrong! > > > > mysql> select md5('hello'); > > +----------------------------------+ > > | md5('hello') | > > +----------------------------------+ > > | 5d41402abc4b2a76b9719d911017c592 | > > +----------------------------------+ > > 1 row in set (0.01 sec) > > > > > > Yes, this is correct, but it doesn't begin with "$1$" so it's different > from the vpopmail password... > > This is how Vpopmail encodes "hello": > $1$MXpNvihd$cya2POi/0xyg3eMnEQvkr1 > > > Dbmail can verify this password, but I don't know how, since changing > the > password with md5-hash yields: > $1$gIj47gF0$gkXNFpjlur1xyApcwdNXu/ > > (begins with $1$, but it's different from the vpopmail one) > > I hope the problem is clearer, now... > _______________________________________________
That is crypt password In dbmail just put "crypt" in to the auth type field in the dbmail_users table _______________________________________________ DBmail mailing list [email protected] https://mailman.fastxs.nl/mailman/listinfo/dbmail
