On 9/26/18 2:42 AM, Aki Tuomi wrote:
The reason it fails is because auth process runs out of memory and there
is a bug in libsodium which causes it to crash in this scenario. The fix
is to do
service auth {
vsz_limit = 0 # or 2G at least
}
After testing this evening, I can confirm that thi
I'm using dovecot version 2.3.2.1 (0719df592) and trying to use the
ARGON2ID crypt scheme for authentication using the passdb passwd-file
driver. My passdb config is very simple:
passdb {
driver = passwd-file
args = username_format=%u
}
If I generate a password this way: