Bug 260581 - mail/postfix: 'ldap' flavour falsely advertises Cyrus SASL
Summary: mail/postfix: 'ldap' flavour falsely advertises Cyrus SASL
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Juraj Lutter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-21 00:03 UTC by Jashank Jeremy
Modified: 2022-11-13 14:31 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (otis)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jashank Jeremy 2021-12-21 00:03:45 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-11-13 14:31:14 UTC
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(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-11-13 14:31:15 UTC
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(-)
Comment 3 Juraj Lutter freebsd_committer freebsd_triage 2022-11-13 14:31:30 UTC
Fixed, thanks.