高级搜索 网站地图 RSS订阅
热门搜索:  毕业论文范文  本科毕业论文范文  大学毕业论文  毕业论文  法律毕业论文  实习总结

基于Sendmail的Web邮件服务器的集成与架设

  【收藏】
来源:网络 编辑整理:不详 发表时间:2007-03-26 16:54:18 【字体大小:
【摘要】电子邮件是介于书信、电话和传真之间的电子信息传送方式,它也是互联网上最基本的功能之一。随着互联网的进一步发展,电子邮件已经成为人们联系沟通的重要手段。技术的革新使得电子邮件系统已经演变成一个相当复杂且功能更为丰富的系统,可以传送声音、图片、图象、文档等多媒体信息,以至于数据库或帐目报告等更加专业化的文件都可以以电子邮件的形式在网上分发。随着信息技术的发展以及电子邮件系统功能的日益强大,其应用领域已得到较大的拓展。基于Web的Webmail系统应用是这些年发展起来的,网络的普及使得它得以广泛的应用。采用开放的Web邮件服务不仅为拥护省去了维护与升级客户端软件的麻烦,而且也能够充分发挥系统软硬件资源的作用。Web邮件服务的另一个优势是允许用户,甚至是持有移动设备的用户,可以随时、随地的访问系统并进行信息传递。
在现有的基于Linux平台的Sendmail邮件服务器上来架构和实现Webmail是本文主要研究的问题。结合目前主流的B/S网络应用模式以及教研室邮件服务器的扩展需求,本文主要研究了基于C/S模式邮件服务器的开放式Web邮件服务器集成方案及相关技术。

【关键词】电子邮件,B/S,Webmail,Linux,Sendmail
——免费论文来自www.17lw.com,一起论文网

【Abstract】E-mail is electronic information transfer way that is between letter, telephone and fax, and also it is one of the most basic functions on Internet. With the further development of Internet, the e-mail has become the important means that people’s connection communicates. The evolution of e-mail system has became very complicated and abundant by the innovation of technology, can convey multimedia information, such as sound, image, picture, file, etc., More specialized files, such as the data base or the account reports, etc. can all be distributed on the net in the form of E-mail .The e-mail system function is strong day by day with the development of information technology; its application has already got greater expansion. This paper is subject to how to build up email system on base browser to servers of application pattern, and study the relevant technology. The application pattern on the Web has developed these years, popularization of Internet make it apply broadly. Adopting open Web mail service, user not only have not bother of installing software, also can fully give play to the role of resource of the software and hardware of system. Another advantage of Web mail service is to allow users, even hold users of mobile devices, can at any time; visit system and information transmission of going on everywhere.
——论文大聚合www.17lw.com,一起论文网

On base of Linux platform, by using Sendmail email server build up and realized Webmail system, which is mainly studying problem in this paper. Accord with B/S network application mode of the mainstream and expansion demand for the teaching and research room mail server at present, Open Web mail server integrated scheme based on C/S mode mail server of main research of this text and relevant technology.



目 录
摘要……………………………………………………………………....1
Abstract…………………………………………………………………...2
第一章 绪论……………………………………………………………5
1.1 研究背景……………………………………………………….5
1.1.1 C/S模式邮件系统分析………………………………..6
1.1.2 电子邮件系统应用模式的发展……………………….8
第二章 电子邮件系统分析与研究…………………………………..11
2.1 电子邮件技术发展………………………………………...…11
2.2 电子邮件的工作原理…………………………………...……12
2.3 SMTP协议的基本结构………………………………….….21 ——论文大聚合www.17lw.com,一起论文网
第三章 基于Web的电子邮件系统集成方案……………………….26
3.1 开放式Web邮件系统研究…………………………………..26
3.2 方案原理………………………………………………...……27
3.3 系统集成实施方案…………………………………………...28
3.4 性能优秀的V-webmail………………………………………29
第四章 Webmail的架构与实现……………………………………..31
4.1 系统平台……………………………………………………..32
4.2 Webmail系统的具体实现……………………………………32
4.3 集成过程的关键技术分析…………………………………..39
第五章 结束语……………………………………………………….40
致谢…………………………………………………………………….42
参考文献……………………………………………………………….43


第一章 绪论

随着互联网技术的发展,电子邮件技术的兴起,人们之间的互相联系越来越喜欢采用电子邮件的方式,它不仅方便,而且简单快捷。自从第一个网络被设计出来,互联网最显著的用途之一就是电子邮件(electronic-mail,通常简称为email)。虽然今天Internet的应用范围到了极大的拓展,但电子邮件仍然是它最为广泛的应用之一。在过去的若干年里,电子邮件的功能已经丰富了很多。电子邮件技术日益发展,人们之间信息交流越来越离不开互联网。在如今的信息化时代,电子邮件技术发展和应用使得我们的生活方式也起了变化。

——论文大聚合www.17lw.com,一起论文网


1.1 研究背景
随着新技术的不断涌现,电子邮件产品越来越多,而且也越来越丰富。在邮件服务器端有Microsoft Exchange 服务器、Qmail服务器、FTPMail服务器等等。这些服务器都有相应的操作系统支持,而且有的又很好的跨平台性,像Sendmail服务器它在Linux、Unix、FreeBSD都可用。在邮件系统客户端,其中Microsoft Outlook、Netscape Mail、Foxmail是当今电子邮件客户端软件的主流产品;另外,随着网络的普及,基于Web的应用模式的发展与应用,诸如sina、263以及众多的企业都已推出了自己的Web邮件系统。本论文将研究如何使用PHP及IMAP等技术实现教研室C/S邮件服务器到Web邮件服务器的集成。
共3页: 上一页 1 [2] [3] 下一页