Re: Building cyrus sasl on solaris 10

2010-01-09 Thread Egoitz Aurrekoetxea
Hi David, thanks a lot for you're answer finally I used cyrus sasl package from sunfreeware... and just compiled cyrus imapd and postfix but... I'm seeing performance issues... I think perhaps solaris, unless solaris 10 it's not the best OS for running a mail machine with postfix and

Re: Building cyrus sasl on solaris 10

2010-01-06 Thread David Mayo
Egoitz, Egoitz Aurrekoetxea wrote: I'm trying to build a mail machine box with Postfix (cyrus saslauthd authentication), cyrus sasl (with saslauthd) and cyrus-imap. The main problem I'm finding for the moment is that when building cyrus sasl plugins... only static libraries are created

Re: Building cyrus sasl on solaris 10

2010-01-05 Thread Gary Mills
On Tue, Jan 05, 2010 at 08:37:57AM +0100, Egoitz Aurrekoetxea wrote: I'm doing the following configure : 670 export CXX=/opt/sunstudio12.1/bin/CC 671 export CC=/opt/sunstudio12.1/bin/cc 672 export CPPFLAGS=-I/usr/include 673 export LDFLAGS=-L/lib 674

Building cyrus sasl on solaris 10

2010-01-04 Thread Egoitz Aurrekoetxea
Hi all!!, I'm trying to build a mail machine box with Postfix (cyrus saslauthd authentication), cyrus sasl (with saslauthd) and cyrus-imap. The main problem I'm finding for the moment is that when building cyrus sasl plugins... only static libraries are created for auth mechs causing postfix to

Re: Building cyrus sasl on solaris 10

2010-01-04 Thread Gary Mills
On Mon, Jan 04, 2010 at 11:25:01PM +0100, Egoitz Aurrekoetxea wrote: So is there any procedure for building this on Solaris 10?? I know solaris comes with some parts of cyrus sasl library... but it's only one part and it doesn't come with binaries like saslauthd... so I'd rather

Re: Building cyrus sasl on solaris 10

2010-01-04 Thread Egoitz Aurrekoetxea
Hi Gary, I'm doing the following configure : 670 export CXX=/opt/sunstudio12.1/bin/CC 671 export CC=/opt/sunstudio12.1/bin/cc 672 export CPPFLAGS=-I/usr/include 673 export LDFLAGS=-L/lib 674 ./configure --prefix=/export/binarioscompilados/correo/cyrussasl --with-saslauthd=/var/run