2004-06-13 13:38:30 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2007-04-05 03:42:53 +08:00
|
|
|
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
2004-06-13 13:38:30 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
|
|
|
|
2006-05-27 01:50:22 +08:00
|
|
|
<chapter id="server-mail" xreflabel="MTA">
|
2005-05-18 02:17:22 +08:00
|
|
|
<?dbhtml filename="mail.html"?>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2005-05-18 02:17:22 +08:00
|
|
|
<title>Mail Server Software</title>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2020-03-07 06:42:49 +08:00
|
|
|
<para>
|
|
|
|
MTAs are the programs which transport mail from one machine to the
|
|
|
|
other. The traditional MTA is <application>Sendmail</application>, however
|
|
|
|
there are several other choices.
|
|
|
|
</para>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2020-03-07 06:42:49 +08:00
|
|
|
<para>
|
|
|
|
As well as SMTP servers there is a POP server (qpopper) and an IMAP
|
|
|
|
server (Courier-IMAP).
|
|
|
|
</para>
|
2005-05-18 02:17:22 +08:00
|
|
|
|
2013-10-24 18:10:30 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dovecot.xml"/>
|
2010-04-22 02:48:34 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="exim.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="postfix.xml"/>
|
2014-03-02 08:40:47 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sendmail.xml"/>
|
2004-06-13 13:38:30 +08:00
|
|
|
|
2002-07-08 04:28:42 +08:00
|
|
|
</chapter>
|