Re: How to compile postfix with dovecot and sasl support

2010-05-13 Thread zhong ming wu
2010/5/12 Wilberth Pérez : > > make makefiles CCARGS=" -DHAS_SSL -DUSE_SASL_AUTH > -I/usr/local/ssl/include -I/usr/local/include/sasl > -I/usr/local/BerkeleyDB/include" AUXLIBS="-L/usr/local/lib > -L/usr/local/ssl/lib -L/usr/local/lib/sasl -L/usr/local/BerkeleyDB/lib > -lssl -lcrypto -lsasl -ldb"

How to compile postfix with dovecot and sasl support

2010-05-12 Thread Wilberth Pérez
Hi everyone: is correct this compile option on postfix for integrate dovecot and sasl authentication? make makefiles CCARGS=" -DHAS_SSL -DUSE_SASL_AUTH -I/usr/local/ssl/include -I/usr/local/include/sasl -I/usr/local/BerkeleyDB/include" AUXLIBS="-L/usr/local/lib -L/usr/local/ssl/lib -L/usr/local/l