Control: forwarded -1 https://github.com/dovecot/core/pull/243
On Thu, May 29, 2025 at 08:42:45PM +0200, Jakob Haufe wrote: > Upstream broke LDAP SASL auth in 961275fdb54878fdfa4ee1b9f1a4f00e82bf4a83 (or > c7b09562cae61b167522b51d2a493acc16036631 for 2.4.0) while reorganizing code > without taking care of the HAVE_LDAP_SASL define. > > So while SASL support is compiled in, this results in a misleading error > message: > > doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf: > ldap_auth_sasl_mechanism set, but no SASL support compiled in > > I have prepared a patch for upstream[1] and applied it to the Debian > packaging[2] which restored functionality for me. Thanks for the details and the patch. I'll monitor the upstream PR and apply the fix once they've merged it. I don't want the package to get ahead of what's in their repos. noah