1

Topic: This has to be stupid question

RE: the passwords for the virtuaI users stored in the databse.  how is it ebcrypted? I tried base64  and it didn't match the value in the database since the password isgiven as base64 at auth login. I thought thats how its stored.  do I have it all wrong. I've been googling this for a month and I give up.  Please help me.

thanks,
miles==== Provide basic information to help troubleshoot ====
- iRedMail version: .7
- Linux/BSD distribution name and version:
- Any related log? Log is helpful for troubleshooting.
======== Provide basic information to help troubleshoot ====
- iRedMail version:
- Linux/BSD distribution name and version:
- Any related log? Log is helpful for troubleshooting.
====

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: This has to be stupid question

For MySQL backend, it's MD5 by default.
For OpenLDAP backend, it's SSHA by default.

3 (edited by irednewbie 2011-09-21 01:24:18)

Re: This has to be stupid question

hey thanks

ok I tried md5 found encoder at http://scriptserver.mainframe8.com/md5.php

it did nt march what I found in the database will look at it again.