# HG changeset patch # User meillo@marmaro.de # Date 1227115507 -3600 # Node ID 6e2eaf91e59f84a0899defc972334827c444e59d # Parent 5a244b27a1174784ef37daa888979825c6147faf some comments diff -r 5a244b27a117 -r 6e2eaf91e59f thesis/tex/0-preface.tex --- a/thesis/tex/0-preface.tex Wed Nov 19 18:23:37 2008 +0100 +++ b/thesis/tex/0-preface.tex Wed Nov 19 18:25:07 2008 +0100 @@ -2,12 +2,18 @@ \chapter*{Preface} \addcontentsline{toc}{section}{Preface} -%FIXME: write about the motivation to cover this topic: what is it I want? -% preface == target of the book, related to the reader -% make the topic more concrete and limit it -%TODO: have text by oliver here? +<< preface text (about 1 page) >> %FIXME -preface text (about 1 page) +goal: revive masqmail; make it future save; clean it up; add some missing features; release a new version + +<< write about the motivation to cover this topic: what is it I want? >> %FIXME + +<< preface == target of the book, related to the reader >> %FIXME + +<< make the topic more concrete and limit it >> %FIXME + +<< have text by oliver here? >> %TODO + Audience: diff -r 5a244b27a117 -r 6e2eaf91e59f thesis/tex/2-MailTransferAgents.tex --- a/thesis/tex/2-MailTransferAgents.tex Wed Nov 19 18:23:37 2008 +0100 +++ b/thesis/tex/2-MailTransferAgents.tex Wed Nov 19 18:25:07 2008 +0100 @@ -124,17 +124,6 @@ One finds \name{exim} on its homepage \citeweb{exim:homepage}. More information about it can be retrieved from \citeweb{wikipedia:exim} and \citeweb{jdebp}. -\subsection*{\masqmail} -\label{sec:masqmail} -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. - -\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. - -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. - -\masqmail\ is released under the \GPL, which makes it \freesw. The latest stable version is 0.2.21 from November 2005. - -The program's new homepage \citeweb{masqmail:homepage} provides further information about this \MTA. @@ -223,25 +212,25 @@ -\subsection{complexity} +<< complexity >> -\subsection{security} +<< security >> -\subsection{simplicity of configuration and administration} +<< simplicity of configuration and administration >> -\subsection{flexibility of configuration and administration} +<< flexibility of configuration and administration >> -\subsection{code size} +<< code size >> -\subsection{code quality} +<< code quality >> -\subsection{documentation (amount and quality)} +<< documentation (amount and quality) >> -\subsection{community (amount and quality)} +<< community (amount and quality) >> -\subsection{used it myself} +<< used it myself >> -\subsection{ had problems with it} +<< had problems with it >> @@ -258,6 +247,9 @@ +% from the practice of programming +% names: are they good? +% check the significant number of characters. (intern: 31char, extern: 6char caseless; ProgC p.184)