Thank you so much!

I SOLVED with this command (that includes TLS e PCRE support):
#####
make -f Makefile.init makefiles "CCARGS=-DUSE_SASL_AUTH -DUSE_TLS -DHAS_PCRE
`pcre-config --cflags`" "AUXLIBS=-lssl -lcrypto -lz -lm"
"AUXLIBS_PCRE=`pcre-config --libs`"
#####

However, I still have a problem with SMTPUTF8: after installing libicu-devel
I get a warning so I must:
smtputf8_enable=no

What's wrong in my compilation settings?
-Francesco


-----Messaggio originale-----
Da: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org]
Per conto di Viktor Dukhovni
Inviato: martedì 7 aprile 2015 15:50
A: postfix-users@postfix.org
Oggetto: Re: R: SASL support is not compiled in

On Tue, Apr 07, 2015 at 03:21:10PM +0200, i...@itrezero.it wrote:

> Many thanks Dr. Venema.
> I just compiled with -DUSE_SASL_AUTH flag using these command:
>
> ###> make -f Makefile.init makefiles "CCARGS=-DUSE_SASL_AUTH
> -DHAS_PCRE `pcre-config --cflags`" "AUXLIBS_PCRE=`pcre-config --libs`"
>
> But compilation exit with:
>
> ###############
> [src/smtpd]
> gcc -I. -I../../include -DUSE_SASL_AUTH -DNO_EAI -DHAS_PCRE
> -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS
> -Wmissing-prototypes -Wformat -Wno-comment -g -O -I. -I../../include
> -DLINUX2 -c smtpd.c
> smtpd.c: In function ?xclient_cmd?:
> smtpd.c:4028: error: ?SMTPD_STATE? has no member named ?tls_context?
> make: *** [smtpd.o] Error 1
> make: *** [update] Error 1
> ###############

Try postfix-3.1-20150330 or also enable TLS support.  Alternatively apply
the attached path to the 3.0 source tree.

--
        Viktor.


---
Questa e-mail è stata controllata per individuare virus con Avast antivirus.
http://www.avast.com

Reply via email to