Hi, we are migrating one server with old iredmail version to the last version of ispconfig 3, we need migrate all the passwords to ispconfig, but the problem is the encryption. Any was doing that? We need help! Thank´s before
How does irdedmail store their passwords? Are they encrypted so that you have encrypted versions only or do you have the cleartext passwords? In ISPConfig, passwords are encrypted (hashed) in the same way that passwords in /etc/passwd file are encrypted. By default, ISPConfig uses crypt-md5 with salt, but you may use other encryption modes as well as ISPConfig does not need to know the encryption mode, just postfix and dovecot must be able to use it which should be the case for all encryption modes that work for /etc/passwd file.
No, i dont have the pass with cleartext, Iredmail encrypt with SHA+salt (SSHA) but, if move all the password´s to the new email server, that´s doesn´t work.
Basically, any password scheme should work that is supported by dovecot. You just might have to alter the dovecot-sql.conf file to support your old scheme plus the new scheme that ISPconfig uses: https://wiki2.dovecot.org/Authentication/PasswordSchemes