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