How to compile postfix with mysql and dovecot from source code

Ngày 25 tháng 10 năm 2014 Trương Chương Dương
Incase you wish to compile postfix from source code, it doesn't compiled with mysql and dovecot by default. You must run below command to make it:
make -f Makefile.init makefiles 'CCARGS=-DHAS_MYSQL `mysql_config --cflags --libs` -DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\"dovecot\"' 'AUXLIBS_MYSQL=`mysql_config --cflags --libs` -lz -lm'
Đang tải dữ liệu...