Hello there,
is there a way to make the mailcrypt plugin use the user's password or at least store it in a hashed value?
I'm using a passwd file for authentication.
I feel uncomfortable saving the private password in plaintext in that file.
Regards
You can try in passdb return
userdb_mail_crypt_private_password=%{pkcs5,salt=%u,format=base64:password}
Aki