Postfix+Dovecot+LAMP+Extmail搭建web郵件系統(四)

一、郵件解決方案的軟件組成:

二、DNS環境的搭建/配置:

三、LAMP環境的搭建:

四、Postfix 、Dovecot環境的搭建/配置

五、SMTP認證環境的搭建/配置

六、Maildrop的安裝/配置

七、Extmail & Extman 環境的搭建/配置

八、trouble shooting

九、郵件收發測試


trouble shooting:

若提示Unix::Syslog not found,需要安裝Unix::Syslog

# tar zxf Unix-Syslog-1.0.tar.gz
# cd Unix-Syslog-1.0
# perl Makefile.PL
# make
# make install

若登錄Extman後臺顯示:No such file or directory

# /var/www/extsuite/extman/daemon/cmdserver -d
loaded ok

若登錄Extman後臺顯示:Permission denied

# setenforce 0
# vi /etc/sysconfig/selinux
SELINUX=disabled

若登錄Extman後臺顯示:Server busy or error: Illegal seek

# kill -9 `ps -ef | grep cmdserver | grep -v grep | awk '{print $2}'`

若登錄Extman後臺顯示:Connection refused

# /var/www/extsuite/extman/daemon/cmdserver --daemon
loaded ok


若無法發送郵件:/var/log/maillog日誌文件提示如下:

May 17 14:56:17 mail postfix/trivial-rewrite[22048]: warning: do not list domain xfcy.org in BOTH mydestination and virtual_mailbox_domains

# vi /etc/postfix/main.cf
mydestination =


1/0/0.21, dsn=4.2.0, status=deferred (maildir delivery failed: create maildir file /var/maildata/domains/xfcy.org/vnimos/Maildir/tmp/1368773846.P22125.mail.xfcy.org: Permission denied)

# chown -R vuser.vgroup /var/maildata/domains/
# vi /etc/postfix/main.cf
virtual_uid_maps = static:1000
virtual_gid_maps = static:1000


郵件收發測試:

首先進入 http://mail.xfcy.org/extman 以用戶名/密碼:[email protected] / extmail*123*

登錄Extman賬戶管理後臺,添加域xfcy.org、域用戶[email protected][email protected]進行測試


羣發郵件測試:

[email protected]郵件中成功收到羣發的郵件!

域中用戶郵件互發測試:


[email protected]郵件中成功收到羣發和[email protected]發送過來的郵件!

測試[email protected]發送郵件到公網郵件:

在163郵件中成功收到[email protected]發送的郵件!


通過MUA Foxmail客戶端連接測試:


至此,我們已經成功的搭建好基於Extmail的web郵件系統,搭建過程中所用到的非系統自帶的軟件包可到此下載:http://down.51cto.com/data/798955

更多關於Mail Server的可參考以下的幾篇:

郵件服務器搭建之:郵件系統簡介

郵件服務器搭建之:Postfix郵件服務器外發/郵件別名的配置

郵件服務器搭建之:詳解Dovecot配置


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章