ARGON2I
I have been using postfixadmin for many years on a ubuntu postfix mail server. I am starting to migrate to a dockerised installation and tried the latest postfixadmin in docker, I have been unable to get it working with my existing database as I have always used doveadm pw:ARGON2I encryption. Is this not supported in the latest docker image ?
The error I get when running setup.php is
Errors (MUST be fixed) ⛔Password Hashing - attempted to use configured encrypt backend (ARGON2I) triggered an error: unknown/invalid $CONF["encrypt"] setting: ARGON2I ⛔You will have problems logging into PostfixAdmin.
I think it's because the docker container is based on the 3.3 (stable) branch; I think you need to be on master or 4.0-beta ?
Thats unfortunate, I guess I will have to wait a while longer for docker with Argon2i support :(