i...@itrezero.it:
> However, I still have a problem with SMTPUTF8: after installing libicu-devel
> I get a warning so I must:
> smtputf8_enable=no
Postfix requires an ICU library version that contains the APIs that
are necessary for SMTPUTF8 support. I have used ICU 4.6 and later.
Wietse
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 w