On Fri, Apr 1, 2016 at 3:07 PM, arnaud gaboury <arnaud.gaboury@gmail.com> wrote:
Fedora 23

I built an email server with postfix+dovecot+postgresql.

When it comes to retrieve the user password, I have this error from dovecot:

 Unknown scheme BLF-CRYPT

In fact, my passwords are encrypted this way in my DB. After some readings, it seems not all Linux distro have glibc built with blowfish support.

the command
$ doveadmin pw -l

does not return in fact BLF-CRYPT in its enabled scheme.

I installed the bcrypt package, but nothing changes.

Is there a solution, or am I missing something?

Thank you for help

I was thinking of installing via rpm the opensuse rpm package with a different location, then build dovecot using this glibc. But the opensuse package is marked as not relocatable.

Am I correct to say I can't install it in a specific directory ?



--