Courier imap 安裝指南
作者:佚名
Courier-IMAP是Courier郵件系統(tǒng)中的IMAP服務(wù)程序。許多電子郵件服務(wù)提供商使用Courier IMAP服務(wù)器容易處理的郵件帳戶數(shù)十萬。憑借其在IMAP和POP3聚集代理興建,信使IMAP服務(wù)器已經(jīng)幾乎無限的橫向擴展。筆者就帶大家看看Courier imap 安裝過程,請看下文。
Courier-IMAP是Courier郵件系統(tǒng)中的IMAP服務(wù)程序。我給大家就講講Courier imap 的安裝過程。
- # wget http://www.courier-mta.org/beta/imap/courier-imap-4.0.2.20050403.tar.bz2
- # tar -jxvf courier-imap-4.0.2.20050403.tar.bz2
- # cd courier-imap-4.0.2.20050403
- # ./configure --prefix=/usr/local/imap --with-redhat --disable-root-check --enable-unicode=utf-8,iso-8859-1,gb2312,gbk,gb18030 --with-trashquota --with-dirsync
- # make
- # make install-strip (先install-strip,如果失敗,再make install)
- # make install-configure
- # vi /usr/local/imap/etc/pop3d
將POP3DSTART=NO改為POP3DSTART=YES
- # vi /usr/local/imap/etc/imapd
將IMAPDSTART=NO改為IMAPDSTART=YES
讓imap自啟動:
- # cp courier-imap.sysvinit /etc/rc.d/init.d/courier-imap
- # chmod 755 /etc/rc.d/init.d/courier-imap
- # chkconfig --level 0123456 courier-imap on
手動啟動服務(wù):
- # /usr/local/imap/libexec/pop3d.rc start
- # /usr/local/imap/libexec/imapd.rc start
測試courier-imap
- 檢查進程:
- # pstree |grep courier
- |-2*[courierlogger]
- |-2*[couriertcpd]
檢查端口,應(yīng)該有如下端口打開:
# pstree |grep courier
|-2*[courierlogger]
|-2*[couriertcpd]
檢查進程:
- # pstree |grep courier
- tcp
通過上文介紹,我們知道了Courier-Imap的安裝流程,希望本文對大家有用。
責(zé)任編輯:趙鵬