2004-06-13 13:38:30 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
|
|
|
|
2002-07-08 04:28:42 +08:00
|
|
|
<chapter id="server-mail">
|
2004-05-07 10:32:10 +08:00
|
|
|
<?dbhtml filename="mail.html"?>
|
2002-07-08 04:28:42 +08:00
|
|
|
<title>Mail Server Software</title>
|
|
|
|
|
2003-08-04 00:57:36 +08:00
|
|
|
<para><acronym>MTA</acronym>s are the programs which transport mail from one machine to the
|
2004-06-03 10:41:04 +08:00
|
|
|
other. The traditional <acronym>MTA</acronym> is
|
2004-06-04 15:16:54 +08:00
|
|
|
<application>Sendmail</application>, however there are several other choices.</para>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2003-08-04 00:57:36 +08:00
|
|
|
<para>As well as <acronym>SMTP</acronym> servers there is a
|
2003-09-27 02:58:36 +08:00
|
|
|
<acronym>POP</acronym> server (qpopper) and an <acronym>IMAP</acronym>
|
|
|
|
server (Courier-<acronym>IMAP</acronym>).</para>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2004-06-13 13:38:30 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="postfix.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sendmail.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="exim.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="qpopper.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="courier.xml"/>
|
|
|
|
|
2002-07-08 04:28:42 +08:00
|
|
|
</chapter>
|