⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 517-519.html

📁 linux-unix130.linux.and.unix.ebooks130 linux and unix ebookslinuxLearning Linux - Collection of 12 E
💻 HTML
字号:
<HTML>

<HEAD>

<TITLE>Special Edition Using Linux, Fourth Edition:Configuring Electronic Mail</TITLE>

<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<SCRIPT>
<!--
function displayWindow(url, width, height) {
        var Win = window.open(url,"displayWindow",'width=' + width +
',height=' + height + ',resizable=1,scrollbars=yes');
}
//-->
</SCRIPT>
</HEAD>

 -->




<!--ISBN=0789717468//-->

<!--TITLE=Special Edition Using Linux, Fourth Edition//-->

<!--AUTHOR=Jack Tackett//-->

<!--AUTHOR=Jr.//-->

<!--AUTHOR=Steve Burnett//-->

<!--PUBLISHER=Macmillan Computer Publishing//-->

<!--IMPRINT=Que//-->

<!--CHAPTER=26//-->

<!--PAGES=517-519//-->

<!--UNASSIGNED1//-->

<!--UNASSIGNED2//-->



<CENTER>

<TABLE BORDER>

<TR>

<TD><A HREF="../ch25/513-515.html">Previous</A></TD>

<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>

<TD><A HREF="519-520.html">Next</A></TD>

</TR>

</TABLE>

</CENTER>

<P><BR></P>

<H2><A NAME="Heading1"></A><FONT COLOR="#000077">Chapter 26<BR>Configuring Electronic Mail

</FONT></H2>

<P><I>by Steve Burnett</I></P>

<DL>

<DT><B><BIG>I</BIG>n this chapter

</B><DT>An Overview of Electronic Mail

<DT>sendmail

</DL>

<P>This chapter will first discuss some of the general issues of electronic mail and the Internet in general: concepts and definitions, the mail standards as defined in the RFCs (Requests for Comment) that sendmail and other applications have tried to address, and several of the protocols defined for use in electronic messaging. The chapter will then cover sendmail, the UNIX-based subsystem in widest use on the Internet.

</P>

<H3><A NAME="Heading2"></A><FONT COLOR="#000077">An Overview of Electronic Mail</FONT></H3>

<P>This section presents a broad overview of electronic messaging. First will be a discussion of some of the general concepts of electronic mail, including two basic kinds of mail software, and where sendmail belongs in that division. The next part of this section will present the RFCs (Request for Comment), where the protocols used to communicate within and across networks are defined. The last part of this section explains some of the protocols used to define electronic messages.

</P>

<H4 ALIGN="LEFT"><A NAME="Heading3"></A><FONT COLOR="#000077">History and General Concepts</FONT></H4>

<P>One of the first widely used office mail systems was IBM&#146;s PROFS. A mainframe-based system, PROFS had features similar to modern e-mail systems such as Microsoft Exchange and Lotus Notes. Such features included:

</P>

<DL>

<DD><B>&#149;</B>&nbsp;&nbsp;Strong administration and management tools

<DD><B>&#149;</B>&nbsp;&nbsp;Security customization

<DD><B>&#149;</B>&nbsp;&nbsp;Scheduling capabilities

</DL>

<P>PROFS and other messaging systems of the time shared several similarities. Whether mainframe- or UNIX-based, they were text-based and were considered host-based centralized messaging systems. Because PROFS was scalable and adaptable, IBM only recently switched away from it for its enterprise mail use.

</P>

<P>As personal computers grew in acceptance and became widely used throughout corporations, people started to take advantage of the shift in computing power from the mainframe to the desktop. An early application of personal computer networks was file sharing, which made use of a central file server and a shared universally accessible network drive. Shortly thereafter, messaging systems began to take advantage of the new power on users&#146; desktops. So host-based messaging shifted (in some cases) to LAN-based messaging.</P>

<H4 ALIGN="LEFT"><A NAME="Heading4"></A><FONT COLOR="#000077">The Shared-File Messaging Model</FONT></H4>

<P>cc:Mail is an example of <I>LAN-based messaging</I>, which is also called <I>shared-file messaging</I>. In the shared-file messaging model, the desktop client has all the power and all the control. A client sends messages to a mailbox on a server and <I>polls</I> the server to retrieve mail from its specified mailbox directory. The server is passive, only storing messages. It performs no processing or sorting and has no provisions for setting rules to control message flow. Shared-file messaging provided the following gains over host-based messaging:</P>

<DL>

<DD><B>&#149;</B>&nbsp;&nbsp;Added attachments to text-only messages

<DD><B>&#149;</B>&nbsp;&nbsp;Required lower-cost servers

<DD><B>&#149;</B>&nbsp;&nbsp;Simplified setup

<DD><B>&#149;</B>&nbsp;&nbsp;Improved performance for some client actions

</DL>

<P>However, shared-file messaging systems introduced new problems. Because each user needed full access to the file system, including other users&#146; mailboxes, security was an issue. Also, because each client had to poll a server to get new mail, network traffic increased. Network bandwidth is a bottleneck more often than server or client bandwidth are.

</P>

<H4 ALIGN="LEFT"><A NAME="Heading5"></A><FONT COLOR="#000077">The Client/Server Messaging Model</FONT></H4>

<P>The client/server messaging system divided the tasks of message processing between the desktop workstations and the servers. Using a push model for messages, mail clients no longer clogged the network by constantly polling for new messages. Client/server messaging also improved on shared-file messaging by improving security so that users would have more difficulty reading others&#146; mail. The more intelligent server enabled the sorting and processing of messages to be performed before messages were transferred across the network to a client.

</P><P><BR></P>

<CENTER>

<TABLE BORDER>

<TR>

<TD><A HREF="../ch25/513-515.html">Previous</A></TD>

<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>

<TD><A HREF="519-520.html">Next</A></TD>

</TR>

</TABLE>

</CENTER>





</td>
</tr>
</table>

<!-- begin footer information -->





</body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -