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