Date: Mon, 10 Oct 2022 06:02:05 -0700 From: Mel Pilgrim <list_freebsd@bluerosetech.com> To: paul beard <paulbeard@gmail.com> Cc: FreeBSD-questions <freebsd-questions@freebsd.org> Subject: Re: pkg upgrade vs building from source Message-ID: <b93d0056-78dc-72f3-2bf8-097945f68ea0@bluerosetech.com> In-Reply-To: <CAMtcK2oEK6yw3BZzTjrYvAn=Ge64wLygCDPHygvJA=rTBchi3g@mail.gmail.com> References: <CAMtcK2rPSxd0DignXvzw%2BnNc1U1iYpBjGpN%2BtqA4zevUO4qkQA@mail.gmail.com> <8ffd94e3-6113-c364-e95e-1e855c7b8440@bluerosetech.com> <CAMtcK2rRHiYDsWiG6sz0gbKHiDvUmAk48hy950cK_5=ao6LwqQ@mail.gmail.com> <9715f0aa-2ad7-70c1-1482-6f56ad5e3bf7@bluerosetech.com> <CAMtcK2oEK6yw3BZzTjrYvAn=Ge64wLygCDPHygvJA=rTBchi3g@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2022-10-09 14:10, paul beard wrote: > The origin is the same for all three pkgs. pkg info will show the > flavour. If you need cyrus support enabled, install the postfix-sasl > pkg and see if you still get the error. > > It's the plain flavor. > > I don't see a -sasl variant…? You wouldn't. Flavours don't have separate origins. > If you are referring to the make config dialog, no cyrus/sasl support > was added, just using the built-in dovecot support. The error messages in your original message come from enabling SASL in the smtp client without building with cyrus-sasl support. Since, per your original message, that error went away when you switched from the public repo pkg back to your port build, that suggests the ports version has cyrus-sasl included. > no cyrus/sasl support was added, just using the built-in dovecot support. It's possible the postfix build process pulls in cyrus-sasl support if it's installed on the system at build time even when the port has SASL=off. With the working build installed, what are the outputs of the following commands: $ pkg options postfix $ postconf -A
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b93d0056-78dc-72f3-2bf8-097945f68ea0>