docs/diploma

annotate thesis/tex/5-Improvements.tex @ 89:3b5ba7331eb5

complete restructuring of whole document
author meillo@marmaro.de
date Thu, 13 Nov 2008 23:24:52 +0100
parents
children a6f8a93abd64
rev   line source
meillo@89 1 \chapter{Improvements}
meillo@89 2
meillo@89 3
meillo@89 4 \section{Existing features}
meillo@89 5 This overview regards \masqmail version 0.2.21, the state this document starts off.
meillo@89 6
meillo@89 7 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.
meillo@89 8
meillo@89 9 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.
meillo@89 10
meillo@89 11 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.
meillo@89 12
meillo@89 13 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.
meillo@89 14
meillo@89 15
meillo@89 16
meillo@89 17
meillo@89 18 \section{Directions to go}
meillo@89 19
meillo@89 20 \subsection{\masqmail\ in five years}
meillo@89 21 \label{sec:masqmail-in-5-years}
meillo@89 22 Now how could \masqmail\ be like in, say, five years?
meillo@89 23 %requirements
meillo@89 24 %which parts to do
meillo@89 25 %how to make masqmail future-safe
meillo@89 26
meillo@89 27 %how to advertise masqmail
meillo@89 28 %difference for free software
meillo@89 29 %why is it worth to revive masqmail?
meillo@89 30
meillo@89 31
meillo@89 32 \subsection{A design from scratch}
meillo@89 33 %what would be needed
meillo@89 34 %would one create it at all?
meillo@89 35
meillo@89 36
meillo@89 37
meillo@89 38 \section{Work to do}
meillo@89 39
meillo@89 40
meillo@89 41 \section{Implementation}
meillo@89 42
meillo@89 43
meillo@89 44 \section{Work done}
meillo@89 45
meillo@89 46
meillo@89 47 \section{Test and validation}
meillo@89 48