Alan Hicks

Results 139 comments of Alan Hicks

The main change from 3.2.6 to 3.3 is gmime upgrade from 2.8 to 3. It's unlikely there are any config issues with your servers. Local test show dbmail is working...

Usually, yes. If it exits unexpectedly because of a crash or out of memory then it may not be able to.

Okay, this looks like a new feature request.

There is an Ubuntu Docker image if that's helpful and the Dockerfile might be useful to build the dbmail apps. https://github.com/dbmail/dbmail/tree/main/docker https://hub.docker.com/r/alanhicks/dbmail Alas I don't have a raspberry pi to...

Hi @VladislavKara, Thanks for this, I've updated it slightly. Both get ldap_con_get() and ldap_unbind_ext need to be in the loop. ldap_con_get() gets a connection, initialising if necessary, and query is...

This sounds like a win, so I'll apply the patch. If you can get more information or a stack trace for the subsequent failure it may help to pinpoint the...

Yes, though I think there are issues with the data type anyway as the outvalue for LDAP_OPT_DIAGNOSTIC_MESSAGE must be a char **.

Fixed in #251 thanks @VladislavKara. Also their own code in tester_ldap_error uses that sig so all appears well. https://git.openldap.org/openldap/openldap/-/blob/master/tests/progs/slapd-common.c?ref_type=heads

Thank you for pointing out where you found the issue and proposing a solution, it makes it much easier to fix.

Thanks for the log. If it's when lmtp shuts down then client_session_reset/client_session_reset_parser and/or client_session_bailout might be candidates. I've had a quick look, but nothing stands out.