docker icon indicating copy to clipboard operation
docker copied to clipboard

ARGON2I

Open cr0wm4n opened this issue 9 months ago • 2 comments

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.

cr0wm4n avatar May 27 '25 20:05 cr0wm4n

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 ?

DavidGoodwin avatar May 28 '25 10:05 DavidGoodwin

Thats unfortunate, I guess I will have to wait a while longer for docker with Argon2i support :(

cr0wm4n avatar May 28 '25 12:05 cr0wm4n