glfs/server/mail/mail.xml
Tushar Teredesai ba96abc4cd rm -rf djbware
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1757 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-02-01 18:19:46 +00:00

19 lines
569 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) and an <acronym>IMAP</acronym>
server (Courier-<acronym>IMAP</acronym>).</para>
&postfix;
&sendmail;
&exim;
&qpopper;
&courier;
</chapter>