The LDAP option is not enabled for the pkg dovecot package. postfix has LDAP enabled. Since I want to use LDAP, I am installing from ports. I would like the LDAP option to be enabled by default so that it can be completed with pkg. # diff Makefile Makefile.org 43c43 < OPTIONS_DEFAULT=GSSAPI_NONE LIBWRAP LDAP --- > OPTIONS_DEFAULT=GSSAPI_NONE LIBWRAP
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=94eda313a9d5acc5ff8d00fec7a51862f3e346da commit 94eda313a9d5acc5ff8d00fec7a51862f3e346da Author: Larry Rosenman <ler@FreeBSD.org> AuthorDate: 2024-01-31 01:15:05 +0000 Commit: Larry Rosenman <ler@FreeBSD.org> CommitDate: 2024-01-31 01:17:13 +0000 mail/dovecot: add LDAP as a default option PR: 276741 Requested by: seichan-ml@wakhok.ne.jp mail/dovecot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Committed, thanks!