Subject: Re: Sendmail SASL authentication
To: Matthias Scheler <tron@zhadum.de>
From: Ron Roskens <roskens@colltech.com>
List: current-users
Date: 04/30/2002 10:17:02
Someone should take a look at PR#13316 then. It includes a patch to add
SASL support to pkgsrc/mail/sendmail.
There is one additional fix needed:
Patch pkgsrc/mail/sendmail/Makefile with:
do-build:
- @(cd ${WRKSRC}; ./Build)
+ @(cd ${WRKSRC}; ${MAKE_ENV} ./Build)
Otherwise, the build environment is unable to locate sasl.h.
Ron
On Tue, 30 Apr 2002, Matthias Scheler wrote:
> Date: Tue, 30 Apr 2002 05:23:56 +0000 (UTC)
> From: Matthias Scheler <tron@zhadum.de>
> To: current-users@netbsd.org
> Newsgroups: netbsd.current-users
> Subject: Re: Sendmail SASL authentication
>
> In article <20020428091725.GA3875@night-porter.duskware.de>,
> Martin Husemann <martin@duskware.de> writes:
> > On the other hand SASL (both with sendmail and postfix) requires the cyrus
> > sasl library and is not compiled in with our in-tree version.
>
> There is still the "sendmail" package which already has more features
> than the in-tree version. You can add a dependence to the "cyrus-sasl"
> library there and enable SASL support.
>
> Kind regards
>
> --
> Matthias Scheler http://scheler.de/~matthias/
>
>