docs/diploma

diff thesis/tex/5-Improvements.tex @ 93:a6f8a93abd64

new chapter 4 (split ch5); added lots of annotations
author meillo@marmaro.de
date Sun, 16 Nov 2008 14:44:22 +0100
parents 3b5ba7331eb5
children de590ff06051
line diff
     1.1 --- a/thesis/tex/5-Improvements.tex	Fri Nov 14 18:16:26 2008 +0100
     1.2 +++ b/thesis/tex/5-Improvements.tex	Sun Nov 16 14:44:22 2008 +0100
     1.3 @@ -1,44 +1,10 @@
     1.4 -\chapter{Improvements}
     1.5 +\chapter{Implementation}
     1.6  
     1.7  
     1.8 -\section{Existing features}
     1.9 -This overview regards \masqmail version 0.2.21, the state this document starts off.
    1.10 -
    1.11 -First of all \masqmail\ is an \MTA. Therefor it accepts mail on the command line and via \SMTP. Mail queueing and alias expansion is supported. \masqmail\ is able to deliver mail to local mailboxes (in \name{mbox} or \name{maildir} format) or pass it to a \name{mail delivery agent} (like \name{procmail}). Mail destinated to remote locations is sent via \SMTP. Outgoing \SMTP\ connections feature \name{SMTP-Auth} and \name{SMTP-after-POP} authentication, but incoming \SMTP\ does not.
    1.12 -
    1.13 -As \masqmail\ is focused on non-permanent Internet connections, online state can be queried by three methods: reading from a file, reading the output of a command, or by asking an \name{mserver}. Each method may return a string indicating one of the available routes being online, or returning nothing to indicate offline state.
    1.14 -
    1.15 -Delivery to recipients on the local host or in local nets is done at once; delivery to recipients on the Internet is only done when being online, and queued otherwise. Each online route may have a different mail server to which mail is relayed. Return address headers are modified appropriate if wished.
    1.16 -
    1.17 -Additional to the \mta\ job, \masqmail\ also offers mail retrieval services with being a \NAME{POP3} client. Thus it can fetch mail from remote locations, dependent on the active online route.
    1.18 -
    1.19 -
    1.20 -
    1.21 -
    1.22 -\section{Directions to go}
    1.23 -
    1.24 -\subsection{\masqmail\ in five years}
    1.25 -\label{sec:masqmail-in-5-years}
    1.26 -Now how could \masqmail\ be like in, say, five years?
    1.27 -%requirements
    1.28 -%which parts to do
    1.29 -%how to make masqmail future-safe
    1.30 -
    1.31 -%how to advertise masqmail
    1.32 -%difference for free software
    1.33 -%why is it worth to revive masqmail?
    1.34 -
    1.35 -
    1.36 -\subsection{A design from scratch}
    1.37 -%what would be needed
    1.38 -%would one create it at all?
    1.39 -
    1.40 -
    1.41 -
    1.42 -\section{Work to do}
    1.43 -
    1.44 -
    1.45 -\section{Implementation}
    1.46 +\section{topic01}
    1.47 +\section{topic02}
    1.48 +\section{topic03}
    1.49 +\section{topic04}
    1.50  
    1.51  
    1.52  \section{Work done}