mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
79f87f948f
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1210 af4574ff-66df-0310-9fd7-8a98e5e911e0
20 lines
577 B
XML
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>
|