1

Topic: Where store the passwords iredmail??

Hi, I recently found this  cool application in internet and I am thinking of displaying it in my college class but I would like to know a little more like works in order to demonstrate its robust control algorithms and need to be told where you store the passwords and where and if encrypted, as I searched the database and do not see that field in the table "users" and not found anywhere

I hope I help pruning.

thanks

----

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

2

Re: Where store the passwords iredmail??

For MySQL backend, passwords are stored in database vmail.mailbox, column password, with md5crypt encrypted.
For OpenLDAP backend, password is stored in attribute 'userPassword' of user object, with SSHA encrypted by default.

3 (edited by head777 2010-01-31 04:03:31)

Re: Where store the passwords iredmail??

well, thanks but i was think about in user with mail account ??

eg :  for the user head777@prueba.com

i login in this url http://127.0.0.1/mail/

But my question is, when i create one  mail account in this url https://myserver/iredadmin/dashboard   where iredadmin storage that password because i dont find it in anywhere and isnt in the table "users"

i dont if you understand me???

4

Re: Where store the passwords iredmail??

head777 wrote:

i dont if you understand me???

Please read my previous post, i'm sure that's what you want.

iRedAdmin just manage LDAP data, include user passwords. that means user passwords are stored in OpenLDAP server too.