docs/diploma

changeset 44:92e59ffe2388

split up into one sentence per line
author meillo@marmaro.de
date Tue, 14 Oct 2008 10:37:43 +0200
parents ce53878c71ea
children faf3c7524993
files thesis/tex/1-Candidates.tex
diffstat 1 files changed, 36 insertions(+), 11 deletions(-) [+]
line diff
     1.1 --- a/thesis/tex/1-Candidates.tex	Tue Oct 14 10:37:07 2008 +0200
     1.2 +++ b/thesis/tex/1-Candidates.tex	Tue Oct 14 10:37:43 2008 +0200
     1.3 @@ -1,33 +1,56 @@
     1.4  \chapter{\unix\ \MTA{}s}
     1.5  
     1.6 -This chapter introduces a group of \mta{}s. These will be presented to the reader in a short overview and with the most important facts. The next chapter will show a comparison of the candidates in several disciplines.
     1.7 +This chapter introduces a group of \mta{}s.
     1.8 +These will be presented to the reader in a short overview and with the most important facts.
     1.9 +The next chapter will show a comparison of the candidates in several disciplines.
    1.10  
    1.11  
    1.12  \section{Types of \MTA{}s}
    1.13 -``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}.}
    1.14 +``Mail transfer agent'' is a term covering a variety of programs.
    1.15 +One thing is common to them: they transport email from one \emph{thing} to another.
    1.16 +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}.}
    1.17  
    1.18 -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.
    1.19 +Beside this common property, \MTA{}s can be very different.
    1.20 +Some of them have \NAME{POP3} and/or \NAME{IMAP} servers included.
    1.21 +Some can fetch mails through these protocols.
    1.22 +Others have have every feature you can think of.
    1.23 +And maybe there are some that do nothing else, but transporting email.
    1.24  
    1.25  
    1.26  \section{The ones not regarded here}
    1.27 -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.
    1.28 +The candidates for the competition in the next chapter are a subset of the \MTA{}s available.
    1.29 +Comparision between totally different programs (apart of one function) makes not much sense.
    1.30 +One would not use a program for a job it is not suited for.
    1.31 +Therefor \mta{}s that are rarely similar to \masqmail\ are not regarded.
    1.32  
    1.33 -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.
    1.34 +The first group of programs to sort out are the so called \name{groupware} programs.
    1.35 +These provide a whole lot of functions, including mail transfer, file storage, calendars, resource management, instant messaging and more.
    1.36  Examples for this kind of programs are: \name{Lotus Notes}, \name{Microsoft Exchange}, \name{OpenGroupware.org} and \name{eGroupWare}.
    1.37  
    1.38  The second group are the \name{relay-only} \MTA{}s.
    1.39 -They transfer mail only to defined \name{smart hosts}\index{smart host}\footnote{MTAs that receives email and route it to the actual destination}. Most \MTA{}s can be configured to act as such a forwarder. But this is normally an additional functionality.
    1.40 +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}.
    1.41 +Most \MTA{}s can be configured to act as such a forwarder.
    1.42 +But this is normally an additional functionality.
    1.43  Examples for that group are: \name{nullmailer}, \name{ssmtp} and \name{esmtp}.
    1.44  
    1.45 -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.
    1.46 +Third, only \emph{sendmail-compatible} \MTA{}s will be regarded in the competition.
    1.47 +Hence all \MTA{}s not having a \emph{sendmail-compatible} interface or not offering it as a compatibility addon, will not be covered here.
    1.48 +The reason is the heavy reliance of \unix\ systems on the existance of a programs called \path{sendmail}.
    1.49 +This has historical reasons. See section \ref{sec:sendmail} for further information.
    1.50 +
    1.51 +Further more, only programs with source code available are regarded. %FIXME: why
    1.52  
    1.53  
    1.54  \section{The competitors}
    1.55 -%FIXME: are these all MTAs of that group? why these and not others?
    1.56 -%TODO: what about `courir-mta'?
    1.57  The programs remaining are \emph{sendmail-compatible} ``smart'' \MTA{}s that do not offer masses of features unrelated to mail transport.
    1.58  
    1.59 -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.
    1.60 +For the comparision, five programs of this group are taken.
    1.61 +These are: \sendmail, \name{qmail}, \name{postfix}, \name{exim} and \masqmail.
    1.62 +The four alternatives to \masqmail\ are the most important representatives of the regarded group.
    1.63 +%TODO: what about having one program as ``outsider'' ...?
    1.64 +
    1.65 +Other, but not covered, group members are: %FIXME:  are these all MTAs of that group? why these and not others?
    1.66 +%TODO: what about `courir-mta'?
    1.67  
    1.68  Here follows a small introduction to each of the five.
    1.69  
    1.70 @@ -48,7 +71,9 @@
    1.71  %TODO: references to various descriptions
    1.72  
    1.73  \subsection{\masqmail}
    1.74 -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.
    1.75 +The \masqmail\ program was written by Oliver Kurth, starting in 1999.
    1.76 +His aim was to create a \mta\ which is especially focused on computers with dial-up connections to the internet.
    1.77 +\masqmail\ handles situations which are rarely solveable with the common \MTA{}s.
    1.78  %TODO: references to various descriptions
    1.79  
    1.80