Hello, I'm attempting to switch from ports to prebuilt packages. mail/postfix +sasl claims ``(with Cyrus SASL support)''. mail/postfix +ldap claims ``(with OpenLDAP and Cyrus SASL support)''. However:: :root@alyzon: pkg info | grep postfix postfix-ldap-3.6.3,1 Secure alternative to widely-used Sendmail (with OpenLDAP and Cyrus SASL support) :root@alyzon: postconf -a dovecot This is, obviously, incorrect. A patch should relatively easy --- permute the `OPTIONS_SLAVE' values specified. I will submit a patch once I unbreak my mail system. ~jashank
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7c48ca28b7920abd2e95a8119b0a4010c15995dc commit 7c48ca28b7920abd2e95a8119b0a4010c15995dc Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2022-11-13 14:29:02 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2022-11-13 14:30:03 +0000 mail/postfix-current: Do not advertise Cyrus SASL support in LDAP flavor PR: 260581 mail/postfix-current/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=862135ec92248cdf58fab94b96426dadde9ec475 commit 862135ec92248cdf58fab94b96426dadde9ec475 Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2022-11-13 14:26:08 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2022-11-13 14:30:03 +0000 mail/postfix: Do not advertise Cyrus SASL support in LDAP flavor PR: 260581 mail/postfix/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Fixed, thanks.