基于sendmail+openwebmail邮件服务器的解决方案.doc

约30页DOC格式手机打开展开

基于sendmail+openwebmail邮件服务器的解决方案,基于sendmail+openwebmail邮件服务器的解决方案页数:30 字数:10425目 录一、引言 21.1 sendmail的简介 31.2 open webmail的简介 41.3 open webmail的一些能力及特点 41.4 邮件服务器的相关协议 51.41 smtp 协议 51.42 pop3 协...
编号:36-76250大小:346.00K
分类: 论文>其他论文

内容介绍

此文档由会员 ludi123 发布

基于Sendmail+OpenWebmail邮件服务器的解决方案


页数:30 字数:10425

目 录
一、引言 2
1.1 Sendmail的简介 3
1.2 Open Webmail的简介 4
1.3 Open Webmail的一些能力及特点 4
1.4 邮件服务器的相关协议 5
1.41 SMTP 协议 5
1.42 POP3 协议 5
1.43 IMAP4 协议 5
1.44 HTTP 协议和 HTML 语言 5
1.45 MIME 协议 5
1.46 LDAP 协议 5
二、 Sendmail邮件服务器安装的准备工作 6
2.1 Sendmail邮件系统的目标 6
2.2 安装软件包的介绍 6
2.3 Sendmail邮件服务器的安装 6
2.31 工作环境 6
2.32 主机系统 6
2.33 所用软件包 6
2.34 安装apache 7
2.35 安装php4 7
2.36 配置httpd.conf 7
2.37 测试apache对php的支持 7
2.4 Sendmail基本包的安装配置 8
2.41 安装、配置方法 8
2.42 简要配置方法 10
2.5 设置SASL认证方案 12
2.6 安装pop3 13
2.7 安装openwebmail 13
三、 Sendmail的一些特殊配制 15
3.1 Sendmail设置虚拟域 15
3.2 设定用户名 15
3.3 相应的源文件 17
四、具体的功能实现 22
4.1 主界面 22
4.2 基本认识 23
4.3 使用工具列 24
4.4 邮件管理 26
4.5 通讯录 27
4.6 使用行事历 28
4.7 调整设定 29
五、总结 29
六、结束语 30
参考文献 30

邮件服务器解决方案毕业论文(Sendmail+OpenWebmail)

摘要
人们在互联网上最常使用的就是电子邮件,很多企业用户也经常使用免费电子邮件系统。本文就以step by step的方式引导用户从Sendmail源代码开始再加上Openwebmail构建一个可以满足基本工作需要的邮件系统。例如:防垃圾邮件;垃圾邮件地址/域名限制;拒绝没有MX/A记录的域;RBL(实时黑洞列表)查找;SMTP连接控制;防非法用户;防攻击;循环检测;系统安全加固;系统安全特性;网络安全特性。

关键字
Sendmail Openwebmail Apache SMTP协议 POP3协议

The mail servers solution based on Sendmail and Openwebmail

Abstract
People most and often use on the Internet of is an E-mail, customer of a lot of business enterprises to also usually use the free E-mail system.This text with the step by step way leading customer is from the Sendmail the code beginning plus the Openwebmail to set up a mail system for can satisfying the basic work demand. For example:Defend the garbage mail;Garbage mail address/ domain restrict;Refuse to have no a MX/ A the domain that record;The RBL( solid hour black hole row form) checks to seek;SMTP conjunction control;Defend the illegal customer;Defend the attack;Circulation examination;The system safety reinforces;Safe characteristic of system;Safe characteristic of network.

Key word

Sendmail Openwebmail Apache SMTP agreement POP3 agreement
一、引言
电子邮件是Internet应用服务之一,通过网络,可以以非常低廉的价格、非常快速的方式,与世界上任何一个网络用户联络,这些电子邮件可以包含文字、图像、声音或其他多媒体信息。和普通的邮件一样,电子邮件也需要“邮局”——邮件服务器。邮件服务器提供了邮件系统的基本结构,包括邮件传输、邮件分发、邮件存储等功能,以确保邮件能够发送到Internet网络中的任意地方。
邮件服务器的主要功能有:防垃圾邮件;垃圾邮件地址/域名限制;拒绝没有MX/A记录的域;RBL(实时黑洞列表)查找;SMTP连接控制;防非法用户;防攻击;循环检测;系统安全加固;系统安全特性;网络安全特性。
选用Linux邮件服务器是因为Linux操作系统作为目前应用最为广泛的开源操作系统,具有性能稳定、可靠性高和价格低廉的特点。使用Linux作为邮件服务器,主要是可以与Sendmail等开发源软件共同使用,在满足用户需求的基础上降低了系统价格。