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
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