On 04/03/2025 11:16 EET Andrea Gabellini via dovecot <dovecot@dovecot.org> wrote:
Hi everyone,
I'm trying to use the mail-crypt plugin on Debian Bookworm with Dovecot 2.4. This is my first time using it, so please forgive any basic questions...
I've added the following configuration:
mail_plugins { mail_crypt = yes }
crypt_global_public_key_file = /etc/dovecot/xxx_pub.pem crypt_global_private_key main { crypt_private_key_file = /etc/dovecot/xxx_priv.pem }
log_debug = category=debug
However, as soon as I try to use it, I see the following log entry:
Fatal: dcrypt_initialize(): Plugin 'dcrypt_openssl' not found from directory /usr/lib/x86_64-linux-gnu/dovecot
I've searched my file system and checked the available dovecot-* packages, but I couldn't find any trace of the missing library.
Am I missing something, or is this library indeed absent from the official packages?
Thanks in advance for your help!
Best regards, Andrea
Thanks for letting us know, we'll look into this. Looks like there is a packaging mistake.
Aki