Re: How to compile postfix with dovecot and sasl support

2010-05-13 Thread zhong ming wu
2010/5/12 Wilberth Pérez wilberth.pe...@uady.mx: 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

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