- 1、本文档共64页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
本科毕业论文(设计)
题目:Linux下邮件服务器的搭建
安徽新华学院2014届本科毕业论文(设计)
PAGE \* MERGEFORMAT
PAGE \* MERGEFORMAT 1
安徽新华学院2014届本科毕业论文(设计)
PAGE \* MERGEFORMAT
PAGE \* MERGEFORMAT I
Linux下邮件服务器的搭建
摘 要
电子邮件系统采用客户端/服务器(C/S)模式,在此主要是邮件服务器的架设,本邮件服务器的架构是在Linux操作系统下进行的。其中Postfix的邮件服务器软件用来负责邮件的传输, POP或IMAP的服务器软件负责客户端读取电子邮件,SMTP的服务器软件则负责控制邮件的中转方式。
根据系统总体上的设计明确了该系统的任务目的、邮件系统原理、工作流程和邮件服务器的架构实施。该系统主要是要实现邮件用户代理(MUA)功能模块和用户传输代理(MTA)功能模块,MUA包括用户登录邮箱、电子邮件的读取、电子邮件的回复、电子邮件的编辑处理等,MTA包括电子邮件的发送、电子邮件的群发、电子邮件的认证等。在系统的总体设计中,根据该系统的架构,对客户端和服务器端进行了详细的设计描述。在系统实现中,还进行了详细的步骤描述与分析。
在自己的努力和老师的指导下,经过多次的尝试后,完成该系统的设计并达到了Linux下邮件服务器的搭建,实现了局域网内不同用户间邮箱邮件的相互接受和传送的预期效果。
关 键 词: 邮件;服务器;架构;Linux
PAGE \* MERGEFORMAT
PAGE \* MERGEFORMAT 1
PAGE \* MERGEFORMAT
PAGE \* MERGEFORMAT II
Linux based framework mail server
Abstract
This E-mail server architecture is in Linux operating system, E-mail system adopts the client/server (C/S) mode, In this article is mail server for erection, Among them, Postfix mail server software used to responsible for mail delivery, POP or IMAP server software is responsible for client reading email, SMTP server software is responsible for the control of mail transfer.
According to the whole system design explicitly the system objectives, mail system principle, working process and mail server architecture implementation.This system is to realize the email user agent (MUA) function modules and user transmission agent (MTA) function modules, MUA include user logining mailbox, email to read, E-mail replying, email editor processing, the MTA including emails delivered and E-mail indiscriminately, E-mail of authentication, etc. In the design of the whole system, and on the basis of this system framework, to the client and the server is carried on the detailed design description. In system realization, also carried on the detailed steps of description and analysis.
Key Words:Mail;server;architecture;Linux
目 录
TOC \o 1-3 \h \u MTA或者通过POP3、IMAP协议将邮件从MTA取到本机,用以提供用户阅读,编辑,答复和处理电子邮件和其
文档评论(0)