本科生毕业论文(设计)题目:邮件服务器的配置与应用学生姓名:武鹏鹏2010年5月目录摘要(关键字)Abstract(Keywords)前言第一章电子邮件的概述1.1电子邮件发展简介1.2电子邮件发展趋势第二章电子邮件技术介绍及研究2.1电子邮件常用协议2.1.1SMTP和POP3协议...2.1.2SMTP和POP3的工作原理2.2电子邮件编解码技术2.2.1UU编码(Unix-to-Unixencoding)2.2.2MIME标准(MultipurposeInternetMailExtensions)2.2.3Binhex编码2.3电子邮件安全技术第三章MicrosoftWindowsXP电子邮件系统设计3.1设计需求3.2运行环境第四章电子邮件系统的实现4.1安装准备4.2安装软件4.3初始化配置4.4测试4.4.1.客户端软件测试4.4.2.Webmail测试第五章案例应用总结参考文献致谢邮件服务器的配置与应用摘要:电子邮件,简称电邮,来自英文单词Electronicmail(即E-mail),是指通过网络传输介质电子通讯系统进行书写、发送和接收的信件。介于书信、电话和传真之间的电子信息传送方式,它也是互联网上最基本的功能之一。随着互联网的进一步发展,电子邮件已经成为人们联系沟通的重要手段。技术的革新使得电子邮件系统已经演变成一个相当复杂且功能更为丰富的系统,可以传送声音、图片、图象、文档等多媒体信息,以至于数据库或帐目报告等更加专业化的文件都可以以电子邮件的形式在网上分发。随着信息技术的发展以及电子邮件系统功能的日益强大,其应用领域已得到较大的拓展。与此同时Winmail作为邮件服务器软件,已被广泛应用于Internet各种操作系统的服务器中。本文结合邮件服务器的工作原理和工作机制,用网络上的winmail邮件软件,实现了一个基于windowsxp局域网的电子邮件系统。本文邮件系统是基于版本2002ServicePack3的MicrosoftWindowsXPProfessional操作系统上实现的,系统分为服务端和客户端两大模块。邮件系统服务器分成两个模块,分别负责通信和文件操作。客户端也分成两个子模块,分别负责与用户交互和与服务器端通信。本设计首先对邮件服务系统的原理和机制进行介绍,然后利用winmail邮件系统详细说明安装实现过程,最后应用具体案例测试设计是否成功。关键字:邮件系统;WindowsXP;Winmail电子邮件系统Abstract:E-mail,referredtoase-mail,fromtheEnglishwordElectronicmail(orE-mail),isthemediumofelectroniccommunicationthroughthenetworktransmissionsystemtowrite,sendandreceiveletters.Betweenletters,telephoneandfaxtransmissionbetweentheelectronicinformation,itisalsothemostbasicfunctionsoftheInternet.WiththefurtherdevelopmentoftheInternet,e-mailhasbecomeanimportantmeansofcommunicationlinks.Technologyinnovationmakesthee-mailsystemhasevolvedintoamorecomplexandfeature-richsystemthatcansendvoice,pictures,images,documentsandothermultimediainformation,sothatthedatabaseoraccountreportscanbemoreprofessionaldocumentse-mailintheformofonlinedistribution.Withthedevelopmentofinformationtechnologyande-mailsystemsbecomemorepowerful,itsapplicationshavebeengreaterexpansion.Winmailatthesametimeasthemailserversoftware,hasbeenwidelyusedinInternetserversofvariousoperatingsystems.Inthispaper,theworkingprincipleofthemailserverandworkingmechanism,withthenetworkwinmaile-mailsoftware,windowsxpimplementedaLAN-basede-mailsystem.Thismailsystemisbasedonversion2002ServicePack3forMicrosoftWindowsXPProfessionaloperatingsystemimplementation,thesystemisdividedintotwomajorserverandclientmodules.E-mailsystemserverisdividedintotwomodules,eachresponsibleforcommunicationandfileoperations.Clientsarealsodividedintotwosub-modules,respectively,andwiththeuserinteractionwiththeserver-sidecommunication.Thefirstmailservicesystemdesignprinciplesandmechanismsofintroduction,andthenusethemailsystemwinmaildetailedinstructionstoinstalltheimplementationprocess,thefinaldesignofapplicationspecifictestcaseissuccessfu...