docs/diploma

changeset 28:01f154f8f477

added text about the candidates
author meillo@marmaro.de
date Sun, 05 Oct 2008 21:24:37 +0200
parents 433df94d5476
children 76f9b8d183d9
files thesis/tex/1-Candidates.tex thesis/thesis.sty
diffstat 2 files changed, 28 insertions(+), 7 deletions(-) [+]
line diff
     1.1 --- a/thesis/tex/1-Candidates.tex	Sat Oct 04 20:14:00 2008 +0200
     1.2 +++ b/thesis/tex/1-Candidates.tex	Sun Oct 05 21:24:37 2008 +0200
     1.3 @@ -1,24 +1,44 @@
     1.4  \chapter{Candidates}
     1.5  
     1.6 +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
     1.7 +The next chapter will show a comparision of the candidates in several disciplines.
     1.8  
     1.9 -\section{Types of MTAs}
    1.10  
    1.11 +\section{Types of \MTA{}s}
    1.12 +``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.13  
    1.14 -\section{Not regarded here}
    1.15 +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.16 +
    1.17 +\section{The ones not regarded here}
    1.18 +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.19 +
    1.20 +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
    1.21 +Examples for this kind of programs are: \name{Microsoft Exchange}, %FIXME: add more
    1.22 +
    1.23 +The second group are the \name{relay-only} \MTA{}s. %FIXME: ``dumb'' ?
    1.24 +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.
    1.25 +Examples for that group are: \name{nullmailer}, \name{ssmtp} and \name{esmtp}.
    1.26 +
    1.27 +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.28  
    1.29  
    1.30  \section{The competitors}
    1.31 +The programs remaining are \emph{sendmail-compatible} ``smart'' \MTA{}s that do not offer masses of features unrelated to mail transport.
    1.32  
    1.33 +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.34  
    1.35 -\subsection{sendmail}
    1.36 +Here follows a small introduction to each of the five.
    1.37  
    1.38 -\subsection{qmail}
    1.39 +\subsection{\sendmail}
    1.40 +% author, date of first release, basic intention of program, ...
    1.41  
    1.42 -\subsection{postfix}
    1.43 +\subsection{\name{qmail}}
    1.44  
    1.45 -\subsection{exim}
    1.46 +\subsection{\name{postfix}}
    1.47  
    1.48 -\subsection{masqmail}
    1.49 +\subsection{\name{exim}}
    1.50 +
    1.51 +\subsection{\masqmail}
    1.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.
    1.53  
    1.54  
     2.1 --- a/thesis/thesis.sty	Sat Oct 04 20:14:00 2008 +0200
     2.2 +++ b/thesis/thesis.sty	Sun Oct 05 21:24:37 2008 +0200
     2.3 @@ -43,6 +43,7 @@
     2.4  	\newcommand{\MTA}{\NAME{MTA}}
     2.5  	\newcommand{\RFC}{\NAME{RFC}}
     2.6  	\newcommand{\GNU}{\NAME{GNU}}
     2.7 +	\newcommand{\unix}{\name{Unix}}
     2.8  
     2.9  	\newcommand{\nth}{\textsuperscript{th}}
    2.10  	\newcommand{\st}{\textsuperscript{st}}