rev |
line source |
meillo@31
|
1 \chapter{\unix\ \MTA{}s}
|
meillo@27
|
2
|
meillo@28
|
3 This chapter introduces a group of \mta{}s. These will be presented to the reader in some kind of \emph{Curriculum Vitae}. %FIXME: check spelling
|
meillo@28
|
4 The next chapter will show a comparision of the candidates in several disciplines.
|
meillo@27
|
5
|
meillo@27
|
6
|
meillo@28
|
7 \section{Types of \MTA{}s}
|
meillo@28
|
8 ``Mail transfer agent'' is a term covering a variety of programs. One thing is common to them: they transport email from one \emph{thing} to another. These \emph{things} can be hosts, meaning independent machines, or protocols like \NAME{SMTP} and \NAME{UUCP}, between which mail is transfered.\footnote{\sendmail{}'s initial purpose was moving mail between \NAME{UUCP}, \name{Berknet} and \NAME{SMTP}.}
|
meillo@27
|
9
|
meillo@28
|
10 Beside this common property, \MTA{}s can be very different. Some of them have \NAME{POP3} and/or \NAME{IMAP} servers included. Some can fetch mails through these protocols. Others have have every feature you can think of. And maybe there are some that do nothing else, but transporting email.
|
meillo@28
|
11
|
meillo@31
|
12
|
meillo@28
|
13 \section{The ones not regarded here}
|
meillo@28
|
14 The candidates for the competition in the next chapter are a subset of the \MTA{}s available. Comparision between totally different programs (apart of one function) makes not much sense. One would not use a program for a job it is not suited for. Therefor \mta{}s that are rarely similar to \masqmail\ are not regarded.
|
meillo@28
|
15
|
meillo@28
|
16 The first group of programs to sort out are the so called \name{groupware} programs. These provide a whole lot of functions, including mail transfer, file storage, calendars, resource management, instant messaging and more. %FIXME: check
|
meillo@28
|
17 Examples for this kind of programs are: \name{Microsoft Exchange}, %FIXME: add more
|
meillo@28
|
18
|
meillo@28
|
19 The second group are the \name{relay-only} \MTA{}s. %FIXME: ``dumb'' ?
|
meillo@28
|
20 They transfer mail only to a defined ``smart'' mail server, which handles all further processing. Most \MTA{}s can be configured to act as such a forwarder, but as additional functionality.
|
meillo@28
|
21 Examples for that group are: \name{nullmailer}, \name{ssmtp} and \name{esmtp}.
|
meillo@28
|
22
|
meillo@28
|
23 Third, only \emph{sendmail-compatible} \MTA{}s will be regarded in the competition. The ones not \emph{sendmail-compatible} are not from big interest on \unix\ systems. %FIXME: write it the other way round: the group sorted out.
|
meillo@27
|
24
|
meillo@27
|
25
|
meillo@26
|
26 \section{The competitors}
|
meillo@31
|
27 %FIXME: are these all MTAs of that group? why these and not others?
|
meillo@31
|
28 %TODO: what about `courir-mta'?
|
meillo@28
|
29 The programs remaining are \emph{sendmail-compatible} ``smart'' \MTA{}s that do not offer masses of features unrelated to mail transport.
|
meillo@26
|
30
|
meillo@28
|
31 For the comparision, five programs of this group are taken. These are: \sendmail, \name{qmail}, \name{postfix}, \name{exim} and \masqmail. The four alternatives to \masqmail\ are the most important representatives of the regarded group.
|
meillo@27
|
32
|
meillo@28
|
33 Here follows a small introduction to each of the five.
|
meillo@27
|
34
|
meillo@28
|
35 \subsection{\sendmail}
|
meillo@31
|
36 %TODO: author, date of first release, basic intention of program, ...
|
meillo@31
|
37 %TODO: references to various descriptions
|
meillo@27
|
38
|
meillo@28
|
39 \subsection{\name{qmail}}
|
meillo@31
|
40 %TODO: author, date of first release, basic intention of program, ...
|
meillo@31
|
41 %TODO: references to various descriptions
|
meillo@27
|
42
|
meillo@28
|
43 \subsection{\name{postfix}}
|
meillo@31
|
44 %TODO: author, date of first release, basic intention of program, ...
|
meillo@31
|
45 %TODO: references to various descriptions
|
meillo@27
|
46
|
meillo@28
|
47 \subsection{\name{exim}}
|
meillo@31
|
48 %TODO: author, date of first release, basic intention of program, ...
|
meillo@31
|
49 %TODO: references to various descriptions
|
meillo@28
|
50
|
meillo@28
|
51 \subsection{\masqmail}
|
meillo@27
|
52 The \masqmail\ program was written by Oliver Kurth, starting in 1999. His aim was to create a \mta\ which is especially focused on computers with dial-up connections to the internet. \masqmail\ handles situations which are rarely solveable with the common \MTA{}s.
|
meillo@31
|
53 %TODO: references to various descriptions
|
meillo@27
|
54
|
meillo@27
|
55
|