docs/diploma

changeset 146:2c4673d983c3

wrote about requirements (related to directions to go)
author meillo@marmaro.de
date Mon, 15 Dec 2008 19:15:46 +0100
parents 93a47593a493
children 5ae3a863d769
files thesis/tex/2-MarketAnalysis.tex thesis/tex/4-MasqmailsFuture.tex thesis/tex/7-Summary.tex
diffstat 3 files changed, 71 insertions(+), 36 deletions(-) [+]
line diff
     1.1 --- a/thesis/tex/2-MarketAnalysis.tex	Mon Dec 15 16:59:01 2008 +0100
     1.2 +++ b/thesis/tex/2-MarketAnalysis.tex	Mon Dec 15 19:15:46 2008 +0100
     1.3 @@ -242,3 +242,4 @@
     1.4  
     1.5  
     1.6  
     1.7 +% Chapter \ref{chap:market-analysis} dealt with this topic. The trends for the communication market were consolidation, integration and a merge of communication hardware. All this goes along with market's change to Unified Messaging and later Unified Communication. Electronic mail appears to have good chances to stay an important transport technology then: It can transport all kinds of asynchronous messages and email usage from desktop computers and mobile devices is already established. Hence electronic mail is ready for Unified Messaging. Unified Communication, however, requires more, including the integration of synchronous communication channels with asynchronous ones. This is a point where email does bad. The \emph{store-and-forward} transport architecture of email is not suited for synchronous data transfer. Until, if ever, Unified Communications becomes reality, email is a winner.
     2.1 --- a/thesis/tex/4-MasqmailsFuture.tex	Mon Dec 15 16:59:01 2008 +0100
     2.2 +++ b/thesis/tex/4-MasqmailsFuture.tex	Mon Dec 15 19:15:46 2008 +0100
     2.3 @@ -37,29 +37,52 @@
     2.4  
     2.5  
     2.6  
     2.7 +
     2.8 +\section{Requirements}
     2.9 +
    2.10 +Following is a list of current and future requirements to make \masqmail\ ready for the future.
    2.11 +
    2.12 +
    2.13 +\subsubsection*{Large message handling}
    2.14 +Trends in the market for electronic communication in general, wants consolidated communication, hence email will be used more and more to transfer voice and video messages, leading to large messages, putting load on \mta{}s.
    2.15 +
    2.16 +
    2.17 +\subsubsection*{Integrated communication}
    2.18 +Integration of asynchonous email with synchronous channels seems not be possible in an evolutionary way. As only a revolutionary change of the whole email concept could enable it, it is best to focus on it. A new designed technology will be supperior to a heavily patched and bent email technology.
    2.19 +
    2.20 +
    2.21 +\subsubsection*{Ressource friendly software}
    2.22 +The merge of communication hardware and the move of email service from providers to homes, demands smaller and more resource-friendly \MTA{}s. The amount of mail will be lower, even if much more mail will be sent. More important will be the energy consumption and heat emission. These topics increased in relevance during the last years and they are expected to become more central. \masqmail\ is not a program to be used on large servers, but to be used on small devices. Thus focusing on energy and heat, not on performance, is the direction to go.
    2.23 +
    2.24 +
    2.25 +\subsubsection*{New mail transfer protocols}
    2.26 +But large data transfers are something to cover. The store-and-forward transport of email is not good suited for large data. Thus new protocols, like \NAME{QMTP} (described in section \ref{}), may become popular. \masqmail\ should be able to operate on them as it becomes neccesary.
    2.27 +
    2.28 +As spam is a problem and the need for a final solution grows, \masqmail\ should be ready to support new protocols when they appear.
    2.29 +
    2.30 +protocols like \NAME{SMTP} and \NAME{UUCP}, between which mail is transferred. \sendmail's initial purpose was moving mail between \NAME{UUCP}, \NAME{SMTP}, and \name{Berknet}.
    2.31 +
    2.32 +
    2.33 +\subsubsection*{Spam and malicious content handling}
    2.34 +Spam handling is a major threat to handle. According to the \NAME{SWOT} analysis, the goal is to reduce it to a bearable amount. Spam is a field where the the good guys tend to lose. Putting too much effort in spam handling will result in few gain. Real success will only be possible with new---better---protocols, abandonning the weak legacy technologies.
    2.35 +
    2.36 +Hence \masqmail\ should be able to provide state-of-the-art spam and virus protection, but not more. This is commonly and best done using external, specialized programs that are invoked.
    2.37 +
    2.38 +
    2.39 +\subsubsection*{Easy configuration}
    2.40 +Having \mta{}s on many home servers and clients, requires easy and standardized configuration. The common situations sould be to set with a single action from the user. Complex configuration should be possible, but easiest should be the most common form of configuration; this will be one of several standard setups.
    2.41 +
    2.42 +
    2.43 +
    2.44 +
    2.45 +
    2.46 +
    2.47 +
    2.48  \section{Directions to go}
    2.49  
    2.50 -<<  plans to get masqmail more popular again (if that is the goal) >>
    2.51 +This section discusses about what shapes \masqmail\ could have---which directions the development could go to.
    2.52  
    2.53  
    2.54 -\subsection{\masqmail\ in five years}
    2.55 -
    2.56 -Now how could \masqmail\ be like in, say, five years?
    2.57 -
    2.58 -<< requirements >>
    2.59 -
    2.60 -<< which parts to do >>
    2.61 -
    2.62 -<< how to make masqmail future-safe >>
    2.63 -
    2.64 -<< how to advertise masqmail >>
    2.65 -
    2.66 -<< why is it worth to revive masqmail? >>
    2.67 -
    2.68 -
    2.69 -<< short term goals --- long term goals >>
    2.70 -
    2.71 -<<  concrete decisions based on results of the last 2 chapters >>
    2.72  
    2.73  
    2.74  
    2.75 @@ -68,7 +91,12 @@
    2.76  
    2.77  << architecture diagram >>
    2.78  
    2.79 -(ssl) -> msg-in (local or remote protocol handlers) -> spam-filter (and more) -> queue -> msg-out (local-delivery by MDA, or remote-protocol-handlers) -> (ssl)
    2.80 +(ssl)
    2.81 +-> msg-in (local or remote protocol handlers)
    2.82 +-> spam-filter (and more)
    2.83 +-> queue
    2.84 +-> msg-out (local-delivery by MDA, or remote-protocol-handlers)
    2.85 +(ssl)
    2.86  
    2.87  A design from scratch?
    2.88  
    2.89 @@ -78,21 +106,6 @@
    2.90  
    2.91  << should it be done? >>
    2.92  
    2.93 -
    2.94 -
    2.95 -\subsection{local mail delivery}
    2.96 -But for example delivery of mail to local users is \emph{not} what \mta{}s should care about, although most \MTA\ are able to deliver mail, and many do. (\name{mail delivery agents}, like \name{procmail} and \name{maildrop}, are the right programs for this job.)
    2.97 -
    2.98 -
    2.99 -
   2.100 -\subsection{various protocols}
   2.101 -protocols like \NAME{SMTP} and \NAME{UUCP}, between which mail is transferred.\footnote{\sendmail{}'s initial purpose was moving mail between \NAME{UUCP}, \NAME{SMTP}, and \name{Berknet}.}
   2.102 -
   2.103 -
   2.104 -
   2.105 -
   2.106 -
   2.107 -
   2.108  http://fanf.livejournal.com/50917.html %how not to design an mta - the sendmail command
   2.109  http://fanf.livejournal.com/51349.html %how not to design an mta - partitioning for security
   2.110  http://fanf.livejournal.com/61132.html %how not to design an mta - local delivery
   2.111 @@ -104,6 +117,8 @@
   2.112  http://fanf.livejournal.com/72258.html %how not to design an mta - content scanning
   2.113  
   2.114  
   2.115 +\subsubsection*{local mail delivery}
   2.116 +But for example delivery of mail to local users is \emph{not} what \mta{}s should care about, although most \MTA\ are able to deliver mail, and many do. (\name{mail delivery agents}, like \name{procmail} and \name{maildrop}, are the right programs for this job.)
   2.117  
   2.118  
   2.119  
   2.120 @@ -117,8 +132,23 @@
   2.121  
   2.122  
   2.123  
   2.124 +
   2.125 +
   2.126 +
   2.127 +\subsubsection*{\masqmail\ in five years}
   2.128 +
   2.129 +Now how could \masqmail\ be like in, say, five years?
   2.130 +
   2.131 +<< plans to get masqmail more popular again (if that is the goal) >>
   2.132 +
   2.133 +<< More users >>
   2.134 +
   2.135 +
   2.136 +
   2.137 +
   2.138  \section{Work to do}
   2.139  
   2.140 +<< short term goals --- long term goals >>
   2.141 +
   2.142  << which parts to take out and do within the thesis >>
   2.143  
   2.144 -
     3.1 --- a/thesis/tex/7-Summary.tex	Mon Dec 15 16:59:01 2008 +0100
     3.2 +++ b/thesis/tex/7-Summary.tex	Mon Dec 15 19:15:46 2008 +0100
     3.3 @@ -1,2 +1,6 @@
     3.4  \chapter{Summary}
     3.5  
     3.6 +<< how to advertise masqmail >>
     3.7 +
     3.8 +<< why is it worth to revive masqmail? >>
     3.9 +