Hi!
This has been fixed with
https://github.com/dovecot/core/commit/3d67d9e0298653fe400bdebe52e3000effaa8fa4.patch,
and will be in next release.
Aki
> On 04/03/2025 16:03 EET Aki Tuomi via dovecot wrote:
>
>
> After some poking around I was able to reproduce this, we'll look into this.
>
I wasn't able to reproduce this error myself on bookworm with 2.4.
Aki
> On 04/03/2025 15:06 EET Andrea Gabellini via dovecot
> wrote:
>
>
> Hi,
>
> Here is the configuration of the backend where I have mail-crypt enabled:
>
> service lmtp {
> inet_listener lmtp {
> port = 24
>
After some poking around I was able to reproduce this, we'll look into this.
Aki
> On 04/03/2025 15:53 EET Aki Tuomi via dovecot wrote:
>
>
> I wasn't able to reproduce this error myself on bookworm with 2.4.
>
> Aki
>
> > On 04/03/2025 15:06 EET Andrea Gabellini via dovecot
> > wrote:
>
Hi,
Here is the configuration of the backend where I have mail-crypt enabled:
service lmtp {
inet_listener lmtp {
port = 24
ssl = yes
}
}
As expected, it does not accept non-SSL connections.
The proxy that forwards emails has ssl = yes set in the passdb. Running
the proxy in debug
This looks like SSL error. Are you connecting to LMTP with non-TLS connection?
Aki
> On 04/03/2025 13:11 EET Andrea Gabellini via dovecot
> wrote:
>
>
> Hi,
>
> Thanks for the suggestion! I installed dovecot-dev, and now the library
> is present, and the previous error has disappeared.
> I
Hi,
Thanks for the suggestion! I installed dovecot-dev, and now the library
is present, and the previous error has disappeared.
I then added the following configuration for mail-crypt to an otherwise
fully functional setup:
mail_plugins {
mail_crypt = yes
}
crypt_user_key_curve = prime256v
> On 04/03/2025 11:32 EET Aki Tuomi wrote:
>
>
> > On 04/03/2025 11:16 EET Andrea Gabellini via dovecot
> > 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 basi
> On 04/03/2025 11:16 EET Andrea Gabellini via dovecot
> 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:
>
>