本文共 1496 字,大约阅读时间需要 4 分钟。
一、
二、
三、
四、 :
五、 :
六、:
七、 :
八、:
九、:
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 -dloaded ok
若登录Extman后台显示:Permission denied
# setenforce 0# vi /etc/sysconfig/selinuxSELINUX=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 --daemonloaded 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.cfmydestination =
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.cfvirtual_uid_maps = static:1000virtual_gid_maps = static:1000
邮件收发测试:
首先进入 以用户名/密码:root@extmail.org / extmail*123*
登录Extman账户管理后台,添加域xfcy.org、域用户user1@xfcy.org、user2@xfcy.org进行测试
群发邮件测试:
在user1@xfcy.org邮件中成功收到群发的邮件!
域中用户邮件互发测试:
在user2@xfcy.org邮件中成功收到群发和user1@xfcy.org发送过来的邮件!
测试user2@xfcy.org发送邮件到公网邮件:
在163邮件中成功收到user2@xfcy.org发送的邮件!
通过MUA Foxmail客户端连接测试:
至此,我们已经成功的搭建好基于Extmail的web邮件系统,搭建过程中所用到的非系统自带的软件包可到此下载:
更多关于Mail Server的可参考以下的几篇:
转载地址:http://mhmna.baihongyu.com/