On Mon, Apr 13, 2015 at 05:19:19PM +0100, Robert Chalmers wrote:
> Well, I keep trying, but I also need SASL in that make line.
Add it. But to try to not mess up the quoting or syntax.
http://www.postfix.org/SASL_README.html#build_dovecot
http://www.postfix.org/SASL_README.html#sasl_support
> > make -f Makefile.init dynamicmaps=yes CCARGS='-DUSE_TLS -DHAS_PCRE
> > -I/opt/local/include' AUXLIBS='-L/opt/local/lib -lssl -lcrypto'
> > AUXLIBS_PCRE='-L/opt/local/lib -lpcre' makefiles
# Dovecot only with Dovecot as default
#
make -f Makefile.init dynamicmaps=yes CCARGS='-DUSE_TLS -DHAS_PCRE
-DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\" -I/opt/local/include'
AUXLIBS='-L/opt/local/lib -lssl -lcrypto' AUXLIBS_PCRE='-L/opt/local/lib
-lpcre' makefiles
# Cyrus and Dovecot with Cyrus as default:
#
make -f Makefile.init dynamicmaps=yes CCARGS='-DUSE_TLS -DHAS_PCRE
-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/opt/local/include'
AUXLIBS='-L/opt/local/lib -lsasl2 -lssl -lcrypto'
AUXLIBS_PCRE='-L/opt/local/lib -lpcre' makefiles
--
Viktor