docs/diploma

diff thesis/tex/0-preface.tex @ 402:e57129f57faa

finished the indexing in a huge last effort
author meillo@marmaro.de
date Sun, 08 Feb 2009 22:51:42 +0100
parents 5254a119ad56
children 4b151c1b3835
line diff
     1.1 --- a/thesis/tex/0-preface.tex	Sat Feb 07 23:48:48 2009 +0100
     1.2 +++ b/thesis/tex/0-preface.tex	Sun Feb 08 22:51:42 2009 +0100
     1.3 @@ -3,8 +3,10 @@
     1.4  \addcontentsline{toc}{section}{Preface}
     1.5  
     1.6  This thesis is about \masqmail, a small mail transfer agent for workstations and home networks. In October 2007 I had chosen \masqmail\ for my machines because of its small size though it was a ``real'' mail transfer agent. \masqmail\ served me well since then and I have found no reasons to change.
     1.7 +\index{masqmail}
     1.8  
     1.9  Unfortunately, the \masqmail\ package in \name{Debian}, which is my preferred \NAME{GNU}/Li\-nux distribution, is unmaintained since the beginning of 2008. Unmaintained packages are likely to get dropped out of a distribution if critical bugs appear in them. Although \masqmail\ had no critical bugs, this was a situation I definitely wanted to prevent.
    1.10 +\index{Debian!masqmail package}
    1.11  
    1.12  Using my diploma thesis as a ``power-start'' for maintaining and developing \masqmail\ in the future was a great idea. As it came to my mind I knew this is the thing I \emph{wanted} to do. --- I did it! :-)
    1.13  
    1.14 @@ -21,6 +23,8 @@
    1.15  This document is primary written with an audience of \masqmail\ developers and developers of other mail transfer agents in mind. But users of \masqmail\ and everyone who is interested in email systems in general may find this thesis an interesting literature, too.
    1.16  
    1.17  However, at least basic knowledge about Unix and C programming is a prerequisite for chapters three, four, and five. \person{Kernighan} and \person{Pike}'s ``The \NAME{UNIX} Programming Environment'' \cite{kernighan84} is a valuable source to gain information about Unix. Programming in the C language is best learned from \person{Kernighan} and \person{Ritchie}'s ``The C Programming Language'' \cite{k&r}.
    1.18 +\index{c}
    1.19 +\index{Unix}
    1.20  
    1.21  
    1.22  
    1.23 @@ -71,6 +75,7 @@
    1.24  
    1.25  \item \name{Request for Comments} are those documents that define the Internet. They are referenced directly by their unique number. For instance: \RFC\,821.
    1.26  \end{enumerate}
    1.27 +\index{rfc}
    1.28  
    1.29  The Bibliography is located at the end of the thesis. It also includes a list of the relevant \RFC{}s and how they can be retrieved.
    1.30