Re: R: R: SASL support is not compiled in

2015-04-08 Thread Wietse Venema
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

R: R: SASL support is not compiled in

2015-04-08 Thread info
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:

Re: R: SASL support is not compiled in

2015-04-07 Thread Viktor Dukhovni
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`" >

R: SASL support is not compiled in

2015-04-07 Thread info
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../../includ

R: SASL support is not compiled in

2015-04-07 Thread info
Thank you. Here http://www.postfix.org/SASL_README.html#server_which I read: "By default the Postfix SMTP server uses the Cyrus SASL implementation. If the Dovecot SASL implementation should be used, specify an smtpd_sasl_type value of dovecot instead of cyrus: /etc/postfix/main.cf: