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