1

Topic: md5 hash in MySQL table vmail.mailbox

can i use md5 hash in MySQL vmail.mailbox table??

curently passowrds are like this $1$1nbknofh$fWGY5UYXBB5nAxHtLNrEh0

i dont know what encryption is this...

----

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

2

Re: md5 hash in MySQL table vmail.mailbox

Default is salted MD5 password. If you want to store plain md5, please set SQL_DEFAULT_PASSWD_SCHEME to 'PLAIN-MD5' in libs/settings.py in iRedAdmin.

SQL_DEFAULT_PASSWD_SCHEME = 'PLAIN-MD5'

Note: This requires iRedAdmin-0.1.7 (shipped in iRedMail-0.8.0) or iRedAdmin-Pro-MySQL-1.4.0, iRedAdmin-Pro-PGSQL-1.0.

3

Re: md5 hash in MySQL table vmail.mailbox

i am using iRedAdmin free version so i cannot perform this?

4

Re: md5 hash in MySQL table vmail.mailbox

hebrew878 wrote:

i am using iRedAdmin free version so i cannot perform this?

Yes you can. As mentioned in my previous reply:

ZhangHuangbin wrote:

Note: This requires iRedAdmin-0.1.7 (shipped in iRedMail-0.8.0) ...