POSTFIX
时间:2006-05-23 来源:77902543
http://bbs.chinaunix.net/viewthread.php?tid=553326&extra=page%3D1
http://linux.vbird.org/linux_server/0390postfix.php
http://www.xjtusky.com/default.asp
http://man.chinaunix.net/tech/Postfix_I.html
http://www.huihoo.com/internet/postfix/pis/x730.html
http://blog.chinaunix.net/article.php?articleId=63734&blogId=12199
http://cngnu.org/technology/Postfix_II.html
[root@localhost cyrus-sasl-2.1.21]#./configure --disable-digest --disable-anon -enable-plain --enable-login --enable-sql --with-mysql --with-mysql-includes=/usr/include/mysql --with-mysql-libs=/usr/lib/mysql --with-authdaemond=/var/spool/authdaemon/socket
postfix :make -f Makefile.init makefiles 'CCARGS=-DHAS_MYSQL -I/usr/include/mysql -DUSE_SASL_AUTH -I/usr/local/include/sasl' 'AUXLIBS=-L/usr/lib/mysql -lmysqlclient -lz -lm -L/usr/local/lib -lsasl2'
[root@localhost courier-auth]# ./configure --prefix=/usr/authlib --without-authvchkpw --without-wuthldap --with-redhat --disable-root-check --with-mailuser=vmail --with-mailgroup=vmail --with-authmysql --with-mysql-includes=/usr/include/mysql --with-mysql-libs=/usr/lib/mysql
[root@localhost courier-imap]# ./configure --prefix=/usr/imap --with-redhat --disable-root-check --enable-unicode=utf-8,iso-8859-1,gb2312,gbk,gb18030 --with-trashquota --with-dirsync
[root@localhost maildrop-2.0.2]# ./configure --prefix=/usr/maildrop --enable-sendmail=/usr/sbin/sendmail --enable-trusted-users='root vmail' --enable-syslog=1 --enable-maildirquota --enable-maildrop-uid=1011 --enable-maildrop-gid=1011 --with-trashquota --with-dirsync
---------------------------------------------------------------------------------
http://www.extmail.org/forum/archive/2/0510/563.html
make -f Makefile.init makefiles OPT='-march=pentium4 -O2 -pipe -fomit-frame-pointer' 'CCARGS=-DHAS_MYSQL -I/usr/include/mysql -DUSE_SASL_AUTH -I/usr/include/sasl -DUSE_TLS' 'AUXLIBS=-L/usr/lib -lmysqlclient -lz -lm -L/usr/local/lib -lsasl2 -lssl -lcrypto'
CHOST="i686-pc-linux-gnu" CFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer" CXXFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer" \
./configure --prefix=/usr --shared ./configure --with-bdb-incdir=/usr/local/BerkeleyDB.4.3/include --with-openssl-dir --enable-anon --enable-plain --enable-login --disable-krb4 --disable-otp --disable-cram --disable-digest --disable-gssapi --with-pwcheck=no --with-pam --with-authdaemond --with-plugindir=/usr/local/lib/sasl2 --with-saslauthd=/var/run/saslauthd --------------------------------------------------------------------------- new ----------------------------------------------------
configure --disable-anon -enable-plain --enable-login --enable-sql --with-mysql --with-mysql-includes=/usr/include/mysql --with-mysql-libs=/usr/lib/mysql
-------------------------------------------------
make -f Makefile.init makefiles 'CCARGS=-DHAS_MYSQL -I/usr/include/mysql -DUSE_SASL_AUTH -I/usr/local/include/sasl' 'AUXLIBS=-L/usr/lib/mysql -lmysqlclient -lz -lm -L/usr/local/lib -lsasl2'
./configure --prefix=/usr --shared ./configure --with-bdb-incdir=/usr/local/BerkeleyDB.4.3/include --with-openssl-dir --enable-anon --enable-plain --enable-login --disable-krb4 --disable-otp --disable-cram --disable-digest --disable-gssapi --with-pwcheck=no --with-pam --with-authdaemond --with-plugindir=/usr/local/lib/sasl2 --with-saslauthd=/var/run/saslauthd --------------------------------------------------------------------------- new ----------------------------------------------------
configure --disable-anon -enable-plain --enable-login --enable-sql --with-mysql --with-mysql-includes=/usr/include/mysql --with-mysql-libs=/usr/lib/mysql
-------------------------------------------------
make -f Makefile.init makefiles 'CCARGS=-DHAS_MYSQL -I/usr/include/mysql -DUSE_SASL_AUTH -I/usr/local/include/sasl' 'AUXLIBS=-L/usr/lib/mysql -lmysqlclient -lz -lm -L/usr/local/lib -lsasl2'
相关阅读 更多 +