docs/diploma

changeset 358:bab625cdd64e

spell checking
author meillo@marmaro.de
date Wed, 28 Jan 2009 11:36:53 +0100
parents 7e0294a2545e
children 959eeedf6eaf
files thesis/tex/0-preface.tex thesis/tex/7-Summary.tex thesis/tex/abstract.tex
diffstat 3 files changed, 6 insertions(+), 6 deletions(-) [+]
line diff
     1.1 --- a/thesis/tex/0-preface.tex	Wed Jan 28 11:33:58 2009 +0100
     1.2 +++ b/thesis/tex/0-preface.tex	Wed Jan 28 11:36:53 2009 +0100
     1.3 @@ -4,7 +4,7 @@
     1.4  
     1.5  This thesis is about \masqmail, a small mail transfer agent for workstations and home networks. In October 2007 I chose \masqmail\ for my machines because it is a small but ``real'' mail transfer agent. \masqmail\ served me well since then and I found no reasons to change.
     1.6  
     1.7 -Unfortunately, the \masqmail\ package in \debian, which is my preferred \NAME{GNU}/Linux distribution, is unmaintained since the beginning of 2008. Unmaintained packages with critical bugs are likely to get dropped out of a distribution. Although \masqmail\ had no critical bugs, this was a situation I definately wanted to prevent.
     1.8 +Unfortunately, the \masqmail\ package in \debian, which is my preferred \NAME{GNU}/Linux distribution, is unmaintained since the beginning of 2008. Unmaintained packages with critical bugs are likely to get dropped out of a distribution. Although \masqmail\ had no critical bugs, this was a situation I definitely wanted to prevent.
     1.9  
    1.10  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.11  
    1.12 @@ -13,7 +13,7 @@
    1.13  
    1.14  The overall goal of this document is to revive \masqmail\ in usage and development. \masqmail\ was not developed in the last five years, but the world of email changed during this time. Hence quite some work needed to be done.
    1.15  
    1.16 -I chose to start down at the basis and analyse the environment and \masqmail\ throughoutly to end in concrete plans of what should be done and how it should be done to turn \masqmail\ into a modern mail transfer agent again.
    1.17 +I chose to start down at the basis and analyze the environment and \masqmail\ throughout to end in concrete plans of what should be done and how it should be done to turn \masqmail\ into a modern mail transfer agent again.
    1.18  
    1.19  The actual implementation of the the proposed changes goes beyond this thesis. Here are solutions identified, described, discussed, and recommended but not implemented. I did work in the code and have fix bugs during the time I wrote on the thesis, though.
    1.20  
    1.21 @@ -47,7 +47,7 @@
    1.22  
    1.23  Chapter 1 \textbf{introduces} \masqmail\ to the reader. It presents the properties, goals, advantages, and problems of the program. Basic concepts of the email technology are also described and later assumed to be know.
    1.24  
    1.25 -Chapter 2 \textbf{analyses the market} of electronic communication and email. This chapter provides a secure basis by showing that email will remain an important technology in the future. It tries to identify future trends too.
    1.26 +Chapter 2 \textbf{analyzes the market} of electronic communication and email. This chapter provides a secure basis by showing that email will remain an important technology in the future. It tries to identify future trends too.
    1.27  
    1.28  Chapter 3 \textbf{deals with mail transfer agents} (\MTA{}s) which are the most important entities of the email transport structure. \MTA{}s are defined, classified, and important ones are presented and compared.
    1.29  
     2.1 --- a/thesis/tex/7-Summary.tex	Wed Jan 28 11:33:58 2009 +0100
     2.2 +++ b/thesis/tex/7-Summary.tex	Wed Jan 28 11:36:53 2009 +0100
     2.3 @@ -2,13 +2,13 @@
     2.4  
     2.5  This thesis is a comprehensive analysis of \masqmail. It followed a clear structure from the present to the future, from the problems to the requirements to proposed solutions, and from the general to the special.
     2.6  
     2.7 -The reasons why it is worth to restart development on the project and the problems to solve were identified in the beginning. The the current and future market for electronic communication and email was analysed to show that it is future-proof and to spot future needs. Afterwards the different types of \MTA{}s were classified and the most important alternatives to \masqmail\ were presented and compared.
     2.8 +The reasons why it is worth to restart development on the project and the problems to solve were identified in the beginning. The the current and future market for electronic communication and email was analyzed to show that it is future-proof and to spot future needs. Afterwards the different types of \MTA{}s were classified and the most important alternatives to \masqmail\ were presented and compared.
     2.9  
    2.10  In the second half of the thesis, \masqmail\ stood in the focus. First the goal to reach with further development was defined, then the requirements to reach it were identified. The existing source code was compared against them to see which requirements are already fulfilled. The pending work tasks were ranked by their importance and the amount of work they involve, to receive a list of tasks ordered by the focus they should receive.
    2.11  
    2.12  The possible strategies to control further development---improve existing code or redesign and rewrite---were compared against each other on basis of the pending work tasks. They were additionally discussed by regarding various other influences. The final decision is a twofold aim: First improve the existing code to keep it usable for the next time. Second, design a new version of \masqmail\ with respect for the modern goals for \MTA{}s that were identified throughout the thesis.
    2.13  
    2.14 -In the end more concrete plans for the improvements of the existing code were made and a suggestion for a new design for \masqmail\ is presented. The descripton of this new design leaves quite a few questions open; it is more a discussion on the topic with suggested solutions. Covering such a topic throughout would take at least a second diploma thesis or a master's thesis. More information needs to be collected and further studies of the situations in existing \MTA{}s need to be made.
    2.15 +In the end more concrete plans for the improvements of the existing code were made and a suggestion for a new design for \masqmail\ is presented. The description of this new design leaves quite a few questions open; it is more a discussion on the topic with suggested solutions. Covering such a topic throughout would take at least a second diploma thesis or a master's thesis. More information needs to be collected and further studies of the situations in existing \MTA{}s need to be made.
    2.16  
    2.17  
    2.18  \subsubsection*{Outlook}
     3.1 --- a/thesis/tex/abstract.tex	Wed Jan 28 11:33:58 2009 +0100
     3.2 +++ b/thesis/tex/abstract.tex	Wed Jan 28 11:36:53 2009 +0100
     3.3 @@ -15,7 +15,7 @@
     3.4  
     3.5  \section*{\centering Keywords}
     3.6  
     3.7 -masqmail, mail transfer agent, \MTA, sendmail, market analysis, future of communication, unified messaging, non-permanent internet connection, requirements for modern \MTA{}s, \MTA\ architecture, \SMTP, authentication, encryption, spam handling, redesign from scratch.
     3.8 +masqmail, mail transfer agent, \MTA, sendmail, market analysis, future of communication, unified messaging, non-permanent Internet connection, requirements for modern \MTA{}s, \MTA\ architecture, \SMTP, authentication, encryption, spam handling, redesign from scratch.
     3.9  
    3.10  
    3.11