glfs/server/mail/mail.xml
Larry Lawrence 028a29563f update slrn-intro
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@961 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-08-03 16:57:36 +00:00

20 lines
621 B
XML

<chapter id="server-mail">
<?dbhtml filename="mail.html" dir="server"?>
<title>Mail Server Software</title>
<para><acronym>MTA</acronym>s are the programs which transport mail from one machine to the
other. The traditional <acronym>MTA</acronym> is <command>sendmail</command>
however there are several other choices.</para>
<para>As well as <acronym>SMTP</acronym> servers there is a
<acronym>POP</acronym> server (qpopper). An <acronym>IMAP</acronym>
server (Courier-<acronym>IMAP</acronym>) is available for inclusion in the next version.</para>
&postfix;
&qmail;
&sendmail;
&exim;
&qpopper;
&courier;
</chapter>