glfs/server/mail/mail.xml
Larry Lawrence 79f87f948f Part I
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1210 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-26 18:58:36 +00:00

20 lines
577 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;
&qmail;
&sendmail;
&exim;
&qpopper;
&courier;
</chapter>