


| | 你的位置:
软件>
服务器软件>
Mail服务器>
中小企业服务器配置-邮件服务器(1)2001-06-05 10:24:17·
汤海京·
yesky
上一页 1 2 3 4 5 6 7 (5) 安装vqsignup
tar xvfz vqsignup-0.4.tar.gz
cd vqsignup-4.0
a. 修改Makefile文件:
FLAGS=-I/home/vpopmail/include 修改-I/home/vpopmail/include指到真实的vpopmail/include目录
修改下面的这行
$(CC) $(FLAGS) -o $(BIN) $(OBJS) -L/home/vpopmail/lib -lvpopmail -lcrypt
修改 -L/home/vpopmail/lib 为真的vpopmail lib的目录
b. 编译
make
c. 安装
拷贝signup.cgi和signup.conf文件到cgi-bin目录下
切换目录到cgi-bin目录下
chown vpopmail signup.cgi
chgrp vchkpw signup.cgi
chmod ug+s signup.cgi
chmod ugo+r signup.conf 拷贝vqsignup_html目录到cgi-bin目录下,确信对所有 用户可读 拷贝vqsignup.html文件到DocumentRoot目录下,确信 能够被访问。编辑cgi-bin目录下的vqsignup.conf文件
修改"add_domain"的所有行,加上你的真实的域,把其他
的行删除掉.更改vqsignup_text/*.html文件,使包含"result_*"的行的路径指到正确的全路经。
修改vqsignup_text目录下所有的文件,使它们只包含你
想支持的域,你也可以定制这些页面,使它们更加好看些。
修改DocumentRoot目录下vqsignup.html文件,使它只
包含你想支持的域,你也可以定制这个页面,使它更加好
看些。
d. 测试
用你的浏览器访问http://your web server/your sub dir/vqsignup.htm, 试着注册新用户,如果成功的话,
那么就恭喜你了。如果有错误,请返回安装步骤仔细查看文件的权限和vqsignup.html里的值是否正确。
& 2.4 其他参考资料 Adam McKenna所编写qmail-HOWTO http://www.flounder.net/qmail/qmail-howto.html qmail FQA (內含于qmail 1.03 Source Code) http://www.qmail.org/ http://www.linuxaid.com.cn/solution/上有几篇比较好的安装文档 http://www.linuxforum.net/cgi-bin/perl/wwwthreads.pl上的qmail讨 论也不错
& 2.5小结 Qmail配置工作虽然较Sendmail来说已经大大简化,但要想真正建立一个功能强大、运行稳定的邮件服务器,掌握其灵活的配置,认真阅读其How-to和FAQ还是极有必要的。关于Dot-forward、邮件列表等其他非常有用的方法和使用技巧,限于篇幅就不再介绍了,建议大家参考软件包中的有关文档。
上一页 1 2 3 4 5 6 7 |
|