Tagged mail.xml

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4330 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Manuel Canales Esparcia 2005-05-17 18:17:22 +00:00
parent 0bf9baf10e
commit 24d646a965

View File

@ -6,21 +6,21 @@
]>
<chapter id="server-mail">
<?dbhtml filename="mail.html"?>
<title>Mail Server Software</title>
<?dbhtml filename="mail.html"?>
<para><acronym>MTA</acronym>s are the programs which transport mail from one machine to the
other. The traditional <acronym>MTA</acronym> is
<application>Sendmail</application>, however there are several other choices.</para>
<title>Mail Server Software</title>
<para>As well as <acronym>SMTP</acronym> servers there is a
<acronym>POP</acronym> server (qpopper) and an <acronym>IMAP</acronym>
server (Courier-<acronym>IMAP</acronym>).</para>
<para>MTAs are the programs which transport mail from one machine to the
other. The traditional MTA is <application>Sendmail</application>, however
there are several other choices.</para>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="courier.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="postfix.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="sendmail.xml"/>
<para>As well as SMTP servers there is a POP server (qpopper) and an IMAP
server (Courier-IMAP).</para>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="courier.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="postfix.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="sendmail.xml"/>
</chapter>