dbmail-users will do it for you.

But if you insist:

mysql> update dbmail_users set password = md5('somepassword'),
encryption_type = 'md5sum' where userid='someuser';

or

mysql> update dbmail_users set password = encrypt('somepassword'),
encryption_type = 'crypt' where userid='someuser';




Jim Douglas wrote:
> How can I encrypt the paswords that I add to dbmail?
> 
> Jim
> 
> 
> _______________________________________________
> Dbmail mailing list
> [email protected]
> https://mailman.fastxs.nl/mailman/listinfo/dbmail
> 

-- 
  ________________________________________________________________
  Paul Stevens                                  mailto:[EMAIL PROTECTED]
  NET FACILITIES GROUP                     PGP: finger [EMAIL PROTECTED]
  The Netherlands________________________________http://www.nfg.nl

Reply via email to