docs/diploma

view thesis/tex/1-Candidates.tex @ 58:c90f75d3b7ad

added new cite
author meillo@marmaro.de
date Sat, 18 Oct 2008 10:58:12 +0200
parents 1412d283624a
children fe68825fee28
line source
1 \chapter{\unix\ \MTA{}s}
3 This chapter introduces a group of \mta{}s.
4 These will be presented to the reader in a short overview and with the most important facts.
5 The next chapter will show a comparison of the candidates in several disciplines.
8 \section{Types of \MTA{}s}
9 ``Mail transfer agent'' is a term covering a variety of programs.
10 One thing is common to them: they transport email from one \emph{thing} to another.
11 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}.}
13 Beside this common property, \MTA{}s can be very different.
14 Some of them have \NAME{POP3} and/or \NAME{IMAP} servers included.
15 Some can fetch mails through these protocols.
16 Others have have every feature you can think of.
17 And maybe there are some that do nothing else, but transporting email.
20 \section{The ones not regarded here}
21 The candidates for the competition in the next chapter are a subset of the \MTA{}s available.
22 Comparision between totally different programs (apart of one function) makes not much sense.
23 One would not use a program for a job it is not suited for.
24 Therefor \mta{}s that are rarely similar to \masqmail\ are not regarded.
26 The first group of programs to sort out are the so called \name{groupware} programs.
27 These provide a whole lot of functions, including mail transfer, file storage, calendars, resource management, instant messaging and more.
28 Examples for this kind of programs are: \name{Lotus Notes}, \name{Microsoft Exchange}, \name{OpenGroupware.org} and \name{eGroupWare}.
30 The second group are the \name{relay-only} \MTA{}s.
31 They transfer mail only to defined \name{smart hosts}\index{smart host}\footnote{\MTA{}s that receives email and route it to the actual destination}.
32 Most \MTA{}s can be configured to act as such a forwarder.
33 But this is normally an additional functionality.
34 Examples for that group are: \name{nullmailer}, \name{ssmtp} and \name{esmtp}.
36 Third, only \emph{sendmail-compatible} \MTA{}s will be regarded in the competition.
37 Hence all \MTA{}s not having a \emph{sendmail-compatible} interface or not offering it as a compatibility addon, will not be covered here.
38 The reason is the heavy reliance of \unix\ systems on the existance of a programs called \path{sendmail}.
39 This has historical reasons. See section \ref{sec:sendmail} for further information.
41 Further more, only programs with source code available are regarded. %FIXME: why
44 \section{The competitors}
45 The programs remaining are \emph{sendmail-compatible} ``smart'' \MTA{}s that do not offer masses of features unrelated to mail transport.
47 For the comparision, five programs of this group are taken.
48 These are: \sendmail, \name{qmail}, \name{postfix}, \name{exim} and \masqmail.
49 The four alternatives to \masqmail\ are the most important representatives of the regarded group.
50 %TODO: what about having one program as ``outsider'' ...?
52 Other, but not covered, group members are: %FIXME: are these all MTAs of that group? why these and not others?
53 %TODO: what about `courier-mta'?
55 % http://www.yolinux.com/TUTORIALS/LinuxTutorialMailMTA.html
56 % http://homepages.tesco.net/~J.deBoynePollard/Reviews/UnixMTSes/
58 Here follows a small introduction to each of the five.
60 \subsection{\sendmail}
61 %TODO: author, date of first release, basic intention of program, ...
62 %TODO: references to various descriptions
63 %\citeweb{homepage:sendmail},
64 \citeweb{wikipedia:sendmail}, \citeweb{jdebp}
66 \subsection{\name{qmail}}
67 %TODO: author, date of first release, basic intention of program, ...
68 %TODO: references to various descriptions
70 \subsection{\name{postfix}}
71 %TODO: author, date of first release, basic intention of program, ...
72 %TODO: references to various descriptions
74 \subsection{\name{exim}}
75 %TODO: author, date of first release, basic intention of program, ...
76 %TODO: references to various descriptions
78 \subsection{\masqmail}
79 The \masqmail\ program was written by Oliver Kurth, starting in 1999.
80 His aim was to create a \mta\ which is especially focused on computers with dial-up connections to the internet.
81 \masqmail\ handles situations which are rarely solveable with the common \MTA{}s.
82 %TODO: references to various descriptions
85 % briefly discuss the border between small MTAs (sendmail, masqmail) and state-of-the-art mailservers (postfix) and groupware (notes, exchange): give usecases.