docs/diploma

changeset 69:821d195e4237

wrote text segments and reworked a lot
author meillo@marmaro.de
date Wed, 22 Oct 2008 17:18:09 +0200
parents 72a50aec4464
children 177cf1937554
files thesis/tex/1-Candidates.tex
diffstat 1 files changed, 49 insertions(+), 70 deletions(-) [+]
line diff
     1.1 --- a/thesis/tex/1-Candidates.tex	Wed Oct 22 17:17:47 2008 +0200
     1.2 +++ b/thesis/tex/1-Candidates.tex	Wed Oct 22 17:18:09 2008 +0200
     1.3 @@ -1,66 +1,67 @@
     1.4  \chapter{\unix\ \MTA{}s}
     1.5  
     1.6 -This chapter introduces a group of \mta{}s.
     1.7 -The selected group will be delimited against other groups of \MTA{}s, which are described as well.
     1.8 +After having read about the history of electronic mail and the basics of \mta{}s in the last chapter, this chapter introduces a group of \mta{}s. Among them, the already mentioned \sendmail. The selected group will be delimited against other groups of \MTA{}s, which are described as well.
     1.9  
    1.10 -The chosen programs will be presented to the reader in a short overview and with the most important facts.
    1.11 -The next chapter will show a comparison of these programs in several disciplines.
    1.12 +The chosen programs will be presented to the reader in a short overview and with the most important facts. The next chapter will show a comparison of these programs in several disciplines.
    1.13  
    1.14  
    1.15  \section{Types of \MTA{}s}
    1.16 -``Mail transfer agent'' is a term covering a variety of programs.
    1.17 -One thing is common to them: they transport email from one \emph{thing} to another.
    1.18 -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.19 +``Mail transfer agent'' is a term covering a variety of programs. One thing is common to them: they transfer 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{SMTP}, and \name{Berknet}.}
    1.20  
    1.21 -Beside this common property, \MTA{}s can be very different.
    1.22 -Some of them have \NAME{POP3} and/or \NAME{IMAP} servers included.
    1.23 -Some can fetch mails through these protocols.
    1.24 -Others have have every feature you can think of.
    1.25 -And maybe there are some that do nothing else, but transporting email.
    1.26 +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 all features you can think of. And maybe there are some that do nothing else but transporting email.
    1.27  
    1.28 -Here are groups of \mta{}s that will not be regarded in the following chapter.
    1.29 -% Prof: briefly discuss the border between small MTAs (sendmail, masqmail) and state-of-the-art mailservers (postfix) and groupware (notes, exchange): give usecases.
    1.30 +Following are groups of \mta{}s that will \emph{not} be regarded further.
    1.31  
    1.32  \subsection{Relay-only \MTA{}s}
    1.33 -This is the most simple kind of \MTA. They transfer mail only to defined \name{smart hosts}\footnote{\name{smart host}s are \MTA{}s that receives email and route it to the actual destination}. \name{Relay-only} \MTA{}s do not receive mail, they only send it.
    1.34 +This is the most simple kind of \MTA. It transfers mail only to defined \name{smart hosts}\footnote{\name{smart host}s are \MTA{}s that receives email and route it to the actual destination}. \name{Relay-only} \MTA{}s do not receive mail from outside the system, and they do not deliver locally.
    1.35  
    1.36 -Most \MTA{}s can be configured to act as such a forwarder. But this is usually an additional functionality.
    1.37 +Most \MTA{}s can be configured to act as such a \name{forwarder}. But this is usually an additional functionality.
    1.38  
    1.39 -One would use such a program to give a system the possibility to send mail, without the need to do lots of configuration. In a local network, usually the clients are set up with such a forwarder, while there is one \name{mail server} that acts as a \name{smart host}. The ``dumb'' clients send mail only to this one \name{mail server} which does the ``real work''.
    1.40 +One would use such a program to give a system the possibility to send mail, without the need to do lots of configuration. In a local network, usually the clients are set up with a \name{relay-only} \MTA, while there is one \name{mail server} that acts as a \name{smart host}. The ``dumb'' clients send mail to this one \name{mail server} which does all the work.
    1.41  
    1.42  Examples for that group are: \name{nullmailer}, \name{ssmtp} and \name{esmtp}.
    1.43  
    1.44  
    1.45  \subsection{Groupware}
    1.46 -Normally the term ``groupware'' does not mean one single program, but a suite of programs. They are build up a framework which can be populated with various modules that provide actual funktionality. These modules including mail transfer, file storage, calendars, resource management, instant messaging and more.
    1.47 +Normally the term ``groupware'' does not mean one single program, but a suite of programs. They build a framework which is then populated with various modules that provide actual funktionality. Modules for mail transfer, file storage, calendars, resource management, instant messaging, etc., are commonly available.
    1.48  
    1.49 -One would use one of these program suites if the main work to do is not mail transfer, but providing communication and team working support for a group of people. The most common scenario are companies. They have \name{groupware} running to provide adequate services for their teams to work efficently. But home servers may provide \name{groupware} services for the family members also.
    1.50 +One would use one of these program suites if the main work to do is not mail transfer, but providing integrated communication facilities and team working support for a group of people. The most common scenario are companies. They have \name{groupware} running to provide adequate services for their teams to work efficently. But one may use \name{groupware} on the home server for his family members also.
    1.51  
    1.52 -Examples for this kind of programs are: \name{Lotus Notes}, \name{Microsoft Exchange}, \name{OpenGroupware.org} and \name{eGroupWare}.
    1.53 +Examples are: \name{Lotus Notes}, \name{Microsoft Exchange}, \name{OpenGroupware.org} and \name{eGroupWare}.
    1.54  
    1.55  
    1.56 -\subsection{More limitations}
    1.57 -Third, only \emph{sendmail-compatible} \MTA{}s will be regarded in the competition.
    1.58 -Hence all \MTA{}s not having a \emph{sendmail-compatible} interface or not offering it as a compatibility addon, will not be covered here. %FIXME: give an example for non-sendmail-compatible
    1.59 -The reason is the heavy reliance of \unix\ systems on the existance of a programs called \path{sendmail}.
    1.60 -This has historical reasons. See section \ref{sec:sendmail} for further information.
    1.61 +\subsection{``Real'' \MTA{}s}
    1.62 +There is a third type of \mta{}s in between the minimalistic \name{relay-only} \MTA{}s and the bloated \name{groupware}. Those programs may be named ``real \MTA{}s'', or ``proper \MTA{}s'', though there is no common name. They are what is meant with the term ``\mta''.
    1.63  
    1.64 -Further more, only programs with source code available are regarded. %FIXME: why
    1.65 +Common to them is their focus on transfering email, while being able to act as \name{smart host}. Their variety ranges from ones very restricted to mail transfer (\name{qmail}) to others already having interfaces for adding further mail processing modules (\name{postfix})---thus everything in between the other two groups.  %FIXME: are postfix and qmail good examples?
    1.66  
    1.67 +This group is of importance in this document. The programs selected for the comparison are ``real \MTA{}s''.
    1.68  
    1.69 -\subsection{The ones not regarded here}
    1.70 -The candidates for the competition in the next chapter are a subset of the \MTA{}s available.
    1.71 -Comparision between totally different programs (apart of one function) makes not much sense. %FIXME: better words
    1.72 -One would not use a program for a job it is not suited for.
    1.73 -Therefor \mta{}s that are rarely similar to \masqmail\ are not regarded.
    1.74 +
    1.75 +
    1.76 +\section{Programs to sort out}
    1.77 +
    1.78 +\name{Mail transfer agent}s can be segmented in various ways, apart from the classification above. Groups of programs wiproperties significantly different from \masqmail\ will be sorted out now.
    1.79 +
    1.80 +\subsection{Non-\emph{sendmail-compatible} \MTA{}s}
    1.81 +Due to \sendmail's significance---described in section \ref{sec:sendmail}---compatiblity interfaces for \sendmail\ are of importance for \unix\ \MTA{}s. Being not \emph{sendmail-compatible} does not need to matter for some fields of action, but makes the program ineligible for serving as a general purpose \MTA\ on \unix\ systems.
    1.82 +
    1.83 +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.84 +
    1.85 +Examples for this group are: \name{Apache James ???} %FIXME: give an example for non-sendmail-compatible (on unix)
    1.86 +
    1.87 +
    1.88 +\subsection{Non-free software}
    1.89 +Only programs being \freesw\ are regarded, because comparing \freesw\ with proprietary or commercial software is not what typical users of programs like \masqmail\ do. Comparison with those non-free programs may be a point for large \freesw\ projects, trying to step into the business world. Small projects, mostly used by individuals at home, need to be compared against other projects of similar shape.
    1.90 +
    1.91 +The comparison should be seen from \masqmail's point of view, so non-free software is out of the way.
    1.92 +
    1.93  
    1.94  
    1.95  \section{The programs regarded}
    1.96 -The programs remaining are \emph{sendmail-compatible} ``smart'' \MTA{}s that do not offer masses of features unrelated to mail transport.
    1.97 +The programs remaining are \emph{sendmail-compatible} ``smart'' \MTA{}s that focus on mail transfer and are \freesw. One would not use a program for a job it is not suited for. Therefor only \mta{}s that are mostly similar to \masqmail\ are regarded.
    1.98  
    1.99 -For the comparision, five programs of this group are taken.
   1.100 -These are: \sendmail, \name{qmail}, \name{postfix}, \name{exim} and \masqmail.
   1.101 -The four alternatives to \masqmail\ are the most important representatives of the regarded group.
   1.102 +For the comparision, five programs 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. % FIXME: add ref that affirm that
   1.103  %TODO: what about having one program as ``outsider'' ...?
   1.104  
   1.105  Other, but not covered, group members are: %FIXME:  are these all MTAs of that group? why these and not others?
   1.106 @@ -69,18 +70,13 @@
   1.107  Here follows a small introduction to each of the five.
   1.108  
   1.109  \subsection{\sendmail}
   1.110 -\sendmail\ is the most popular \mta.
   1.111 -Since it was one of the first \MTA{}s and was shipped by many vendors of \unix\ systems.
   1.112 +\sendmail\ is the most popular \mta. Since it was one of the first \MTA{}s and was shipped by many vendors of \unix\ systems.
   1.113  
   1.114 -The program was written by Eric Allman as the successor of his program \name{delivermail}.
   1.115 -\sendmail\ was first released with \NAME{BSD} 4.1c in 1983.
   1.116 -Allman was not the only one working on the program.
   1.117 -Other people developed own versions of it and a variety of flavors came up, especially in the late eighties when Allman was inactive.
   1.118 +The program was written by Eric Allman as the successor of his program \name{delivermail}. \sendmail\ was first released with \NAME{BSD} 4.1c in 1983. Allman was not the only one working on the program. Other people developed own versions of it and a variety of flavors came up, especially in the late eighties when Allman was inactive.
   1.119  
   1.120  \sendmail\ is focused on transfering mails between different protocols and networks, this lead to a very flexible (though complex) configuration.
   1.121  
   1.122 -The latest version is 8.14.3 from May 2008.
   1.123 -The program is distributed under the \name{Sendmail License} as both, \freesw\ and proprietary software of \name{Sendmail, Inc.}.
   1.124 +The latest version is 8.14.3 from May 2008. The program is distributed under the \name{Sendmail License} as both, \freesw\ and proprietary software of \name{Sendmail, Inc.}.
   1.125  
   1.126  Further development will go into the project \name{MeTA1} which succeeds \sendmail.
   1.127  
   1.128 @@ -88,43 +84,31 @@
   1.129  
   1.130  
   1.131  \subsection{\name{qmail}}
   1.132 -\name{qmail} is seen by its community as ``a modern SMTP server which makes sendmail obsolete''.
   1.133 -It was written by Daniel~J.\ Bernstein starting in 1995.
   1.134 -His primary goal was to create a secure \MTA\ to replace the popular, but vulnerable, \sendmail.
   1.135 +\name{qmail} is seen by its community as ``a modern SMTP server which makes sendmail obsolete''. It was written by Daniel~J.\ Bernstein starting in 1995. His primary goal was to create a secure \MTA\ to replace the popular, but vulnerable, \sendmail.
   1.136  
   1.137  \name{qmail} first introduced may innovative concepts in \mta\ design and is generally seen as the first security-aware \MTA\ developed.
   1.138  
   1.139 -Since November 2007, \name{qmail} is released in the \name{public domain} which makes it \freesw.
   1.140 -The latest release is 1.03 from July 1998.
   1.141 +Since November 2007, \name{qmail} is released in the \name{public domain} which makes it \freesw. The latest release is 1.03 from July 1998.
   1.142  
   1.143  The programs homepages are \citeweb{qmail:homepage1} and \citeweb{qmail:homepage2}. Further information about \name{qmail} is available on \citeweb{lifewithqmail}, \citeweb{wikipedia:qmail} and \citeweb{jdebp}.
   1.144  
   1.145  
   1.146  \subsection{\name{postfix}}
   1.147 -The \name{postfix} project was started in 1999 at \name{IBM research}, then called \name{VMailer} or \name{IBM Secure Mailer}.
   1.148 -Wietse Venema's program ``attempts to be fast, easy to administer, and secure. The outside has a definite Sendmail-ish flavor, but the inside is completely different.''\citeweb{postfix:homepage}
   1.149 -In fact, \name{postfix} was mainly designed after qmail's architecture to gain security.
   1.150 -But in contrast to \name{qmail} it aims much more on being fast and full-featured.
   1.151 +The \name{postfix} project was started in 1999 at \name{IBM research}, then called \name{VMailer} or \name{IBM Secure Mailer}. Wietse Venema's program ``attempts to be fast, easy to administer, and secure. The outside has a definite Sendmail-ish flavor, but the inside is completely different.''\citeweb{postfix:homepage} In fact, \name{postfix} was mainly designed after qmail's architecture to gain security. But in contrast to \name{qmail} it aims much more on being fast and full-featured.
   1.152  
   1.153  Today \name{postfix} is taken by many \unix systems and \gnulinux distributions as default \MTA.
   1.154  
   1.155 -The latest stable version is numbered 2.5.5 from August 2008.
   1.156 -\name{postfix} is covered by the \name{IBM Public License 1.0} which is a \freesw\ license.
   1.157 +The latest stable version is numbered 2.5.5 from August 2008. \name{postfix} is covered by the \name{IBM Public License 1.0} which is a \freesw\ license.
   1.158  
   1.159  Additional information is available on the program's homepage \citeweb{postfix:homepage}, on \citeweb{jdebp} and \citeweb{wikipedia:postfix}.
   1.160  
   1.161  
   1.162  \subsection{\name{exim}}
   1.163 -\name{exim} was started in 1995 by Philip Hazel at the \name{University of Cambridge}.
   1.164 -Its age is about the same as \name{qmail}'s, but the architecture is totally different.
   1.165 +\name{exim} was started in 1995 by Philip Hazel at the \name{University of Cambridge}. Its age is about the same as \name{qmail}'s, but the architecture is totally different.
   1.166  
   1.167 -While \name{qmail} took a completely new approach, \name{exim} forked of \name{smail-3}, and therefor is monolitic like that and like \sendmail.
   1.168 -But having no separation of the individual components of the system, like \name{qmail} and \name{postfix} have, did not hurt.
   1.169 -Its security is comparably good.
   1.170 +While \name{qmail} took a completely new approach, \name{exim} forked of \name{smail-3}, and therefor is monolitic like that and like \sendmail. But having no separation of the individual components of the system, like \name{qmail} and \name{postfix} have, did not hurt. Its security is comparably good.
   1.171  
   1.172 -\name{exim} is highly configurable, especially in the field of mail policies.
   1.173 -This makes it easy to specify how mail is routed through the system and who is allowed to send email to whom.
   1.174 -Also interfaces for integration of virus and spam check programs are provided by design.
   1.175 +\name{exim} is highly configurable, especially in the field of mail policies. This makes it easy to specify how mail is routed through the system and who is allowed to send email to whom. Also interfaces for integration of virus and spam check programs are provided by design.
   1.176  
   1.177  The program is \freesw, released under the \GPL. The latest stable version is 4.69 from December 2007.
   1.178  
   1.179 @@ -132,16 +116,11 @@
   1.180  
   1.181  
   1.182  \subsection{\masqmail}
   1.183 -The \masqmail\ program was written by Oliver Kurth, starting in 1999.
   1.184 -His aim was to create a small \mta\ which is especially focused on computers with dial-up connections to the internet.
   1.185 -\masqmail\ is easy configurable for situations which are rarely solveable with the common \MTA{}s.
   1.186 +The \masqmail\ program was written by Oliver Kurth, starting in 1999. His aim was to create a small \mta\ which is especially focused on computers with dial-up connections to the internet. \masqmail\ is easy configurable for situations which are rarely solveable with the common \MTA{}s.
   1.187  
   1.188 -\masqmail\ queues mail for destinations outside the local network if no connection to the internet is online.
   1.189 -If the machine goes online, this mail is sent.
   1.190 -Mail to local machines is sent immediately.
   1.191 +\masqmail\ queues mail for destinations outside the local network if no connection to the internet is online. If the machine goes online, this mail is sent. Mail to local machines is sent immediately.
   1.192  
   1.193 -While the other \MTA{}s are more general purpose \MTA{}s, \masqmail\ aims on special situations only.
   1.194 -Nevertheless can it handle ordinary mail transfers too.
   1.195 +While the other \MTA{}s are more general purpose \MTA{}s, \masqmail\ aims on special situations only. Nevertheless can it handle ordinary mail transfers too.
   1.196  
   1.197  \masqmail\ is released under the \GPL, which makes it \freesw. The latest stable version is 0.2.21 from November 2005.
   1.198