Subject: Re: postfix / sasl / tls - pkgsrc 2004Q4
To: None <asmodehn@9online.fr>
From: Peter I. Hansen <pih@bsdmail.dk>
List: netbsd-users
Date: 01/18/2005 09:53:39
Asmodehn Shade wrote:
> Hi,
>
> I'm just trying to build postfix with sasl and tls enabled to build my
> own mail server...
> I build it from pkgsrc 2004Q4.
> But the build fails on a patch and said :
> ==========================================================================
>
> Some of the selected build options and/or local patches may be
> incompatible.
> Please try building with fewer options or patches.
>
> ==========================================================================
>
> Can someone explain me what's the matter here ??
> Did someone try this on pkgsrc current ? Where did I miss something ?
> Do I actually need sasl AND tls ?
I did the build about a week ago with these line in /etc/mk.conf
USE_SASL2=YES
PKG_OPTIONS.postfix=bdb pcre sasl tls
What options did you set exactly?
-Peter