下载并解压,改名为extmail,并将其移动到/var/www/extsuite/目录下!
建立虚拟主机:进入/etc/httpd/conf/sites-enabled/,建立文件conf文件,比如mail.conf,内容如下:

引用:
<VirtualHost *:80>
ServerName mail.yourdomain.ltd
DocumentRoot /var/www/extsuite/extmail/html/
ScriptAlias /extmail/cgi/ /var/www/extsuite/extmail/cgi/
Alias /extmail/ /var/www/extsuite/extmail/html/
# Suexec config
SuexecUserGroup vmail vmail
</VirtualHost>

然后设置目录权限:

引用:
chown -R vmail:vmail /var/www/extsuite/extmail/cgi/

重启apache服务:
/etc/init.d/httpd restart
3、配置webmail.cf
进入/var/www/extsuite/extmail/
mv webmain.cf.default webmail.cf
编辑webmail.cf
找到
SYS_MAILDIR_BASE = /home/domains
改为:
#SYS_MAILDIR_BASE = /home/domains
找到:SYS_USER_LANG = en_US
改为:SYS_USER_LANG = zh_CN
找到:SYS_AUTH_TYPE = mysql
改为:SYS_AUTH_TYPE = authlib
然后使用mail.yourdomain.ltd就可以访问你的邮箱了!

此文章由 斯文书生 于 2010-01-19 18:10:33 编辑

本日志由 斯文书生 于 2010-01-19 18:09:09 发表,目前已经被浏览 1288 次,评论 2 次;

作者添加了以下标签: ISPConfigextmailsquirrelmail

引用通告:http://www.ispcpcn.com/Article/12/Trackback.ashx

评论订阅:http://www.ispcpcn.com/Article/12/Feeds.ashx

评论列表

  1. 2011-12-16 15:49:04 | # | 回复
    99Thanks for your post, I like this post very much.
    I will keep your new article. I really enjoyed reading this post, thanks for sharing.
  2. 2012-01-10 17:00:34 | # | 回复
    This is very amazing blog and information provided by the article of this blog is really nice and useful and i would like to visit the blog again.
(必填)
(必填,不会被公开)