Mercurial > docs > diploma
comparison thesis/tex/1-Candidates.tex @ 31:2a191e20b4aa
minor stuff
author | meillo@marmaro.de |
---|---|
date | Tue, 07 Oct 2008 14:44:22 +0200 |
parents | 01f154f8f477 |
children | 81ff8b093efe |
comparison
equal
deleted
inserted
replaced
30:6c4b50b44d05 | 31:2a191e20b4aa |
---|---|
1 \chapter{Candidates} | 1 \chapter{\unix\ \MTA{}s} |
2 | 2 |
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 | 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 |
4 The next chapter will show a comparision of the candidates in several disciplines. | 4 The next chapter will show a comparision of the candidates in several disciplines. |
5 | 5 |
6 | 6 |
7 \section{Types of \MTA{}s} | 7 \section{Types of \MTA{}s} |
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}.} | 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}.} |
9 | 9 |
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. | 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. |
11 | |
11 | 12 |
12 \section{The ones not regarded here} | 13 \section{The ones not regarded here} |
13 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. | 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. |
14 | 15 |
15 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 | 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 |
21 | 22 |
22 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. | 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. |
23 | 24 |
24 | 25 |
25 \section{The competitors} | 26 \section{The competitors} |
27 %FIXME: are these all MTAs of that group? why these and not others? | |
28 %TODO: what about `courir-mta'? | |
26 The programs remaining are \emph{sendmail-compatible} ``smart'' \MTA{}s that do not offer masses of features unrelated to mail transport. | 29 The programs remaining are \emph{sendmail-compatible} ``smart'' \MTA{}s that do not offer masses of features unrelated to mail transport. |
27 | 30 |
28 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. | 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. |
29 | 32 |
30 Here follows a small introduction to each of the five. | 33 Here follows a small introduction to each of the five. |
31 | 34 |
32 \subsection{\sendmail} | 35 \subsection{\sendmail} |
33 % author, date of first release, basic intention of program, ... | 36 %TODO: author, date of first release, basic intention of program, ... |
37 %TODO: references to various descriptions | |
34 | 38 |
35 \subsection{\name{qmail}} | 39 \subsection{\name{qmail}} |
40 %TODO: author, date of first release, basic intention of program, ... | |
41 %TODO: references to various descriptions | |
36 | 42 |
37 \subsection{\name{postfix}} | 43 \subsection{\name{postfix}} |
44 %TODO: author, date of first release, basic intention of program, ... | |
45 %TODO: references to various descriptions | |
38 | 46 |
39 \subsection{\name{exim}} | 47 \subsection{\name{exim}} |
48 %TODO: author, date of first release, basic intention of program, ... | |
49 %TODO: references to various descriptions | |
40 | 50 |
41 \subsection{\masqmail} | 51 \subsection{\masqmail} |
42 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. | 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. |
53 %TODO: references to various descriptions | |
43 | 54 |
44 | 55 |
45 |