Re: I need help compiling postfix with tls an sasl [Solved]

2019-03-13 Thread Viktor Dukhovni
On Wed, Mar 13, 2019 at 06:19:25PM +0100, Francesc Peñalvez wrote: > The correct way is this i think > > make makefiles CCARGS="-DUSE_TLS -DUSE_SASL_AUTH -DUSE_CYRUS_SASL \ > -I/usr/include/sasl" AUXLIBS="-L/usr/lib -lsasl2 -lssl -lcrypto" Yes, as documented in: http://www.postfix.org

Re: I need help compiling postfix with tls an sasl [Solved]

2019-03-13 Thread Francesc Peñalvez
The correct way is this i think make makefiles CCARGS="-DUSE_TLS -DUSE_SASL_AUTH -DUSE_CYRUS_SASL \     -I/usr/include/sasl" AUXLIBS="-L/usr/lib -lsasl2 -lssl -lcrypto" El 13/03/2019 a las 18:08, Francesc Peñalvez escribió: is this  correct make makefiles CCARGS="-DUSE_SASL_AUTH -DUSE_CYRUS_SA

I need help compiling postfix with tls an sasl

2019-03-13 Thread Francesc Peñalvez
is this  correct make makefiles CCARGS="-DUSE_SASL_AUTH -DUSE_CYRUS_SASL \     -I/usr/include/sasl" AUXLIBS="-L/usr/lib -lsasl2 -lssl -lcrypto" i compile with this options but when mail arriving i get this in log warning: TLS has been selected, but TLS support is not compiled in smime.p7s

RE: postfix with TLS.

2010-10-27 Thread PA
stfix-users@postfix.org Subject: Re: postfix with TLS. On Tue, Oct 26, 2010 at 05:03:53PM -0400, PA wrote: > Hi, recently I tried to complie TLS with postfix 2.4.5 and 2.6.5 on centos > 4.8 and I'm getting an error. The server that I'm trying to get TLS working > already is ru

Re: postfix with TLS.

2010-10-26 Thread Victor Duchovni
On Tue, Oct 26, 2010 at 05:03:53PM -0400, PA wrote: > Hi, recently I tried to complie TLS with postfix 2.4.5 and 2.6.5 on centos > 4.8 and I'm getting an error. The server that I'm trying to get TLS working > already is running postfix 2.4.5 with SASL with no issues. > > > > When I run > >

postfix with TLS.

2010-10-26 Thread PA
Hi, recently I tried to complie TLS with postfix 2.4.5 and 2.6.5 on centos 4.8 and I'm getting an error. The server that I'm trying to get TLS working already is running postfix 2.4.5 with SASL with no issues. When I run make makefiles CCARGS="-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include