# HG changeset patch # User meillo@marmaro.de # Date 1233918704 -3600 # Node ID acbdd61c4f61f748de0c953b0f840c7997dc115b # Parent f180f38d4ca98d611800bd43c17389b6a91866de rename 7-summary -> 6-summary diff -r f180f38d4ca9 -r acbdd61c4f61 thesis/tex/6-Summary.tex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thesis/tex/6-Summary.tex Fri Feb 06 12:11:44 2009 +0100 @@ -0,0 +1,30 @@ +\chapter{Summary} + +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. + +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. + +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. + +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. + +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. + + +\subsubsection*{Outlook} + +Writing this thesis is not the end of my work on \masqmail\ but the beginning. The next important step is creating a community of people that are interested in reviving \masqmail's development. Then comes implementing the identified tasks together with this group of volunteers, and afterwards designing \masqmail\ new. + +Of course there are known, but unfixed, bugs in \masqmail. Those need to be closed. + +Documentation and ``marketing'' is important too. Especially end user documentation is needed and people who help to distribute the knowledge of \masqmail's existence and its advantages. + +\masqmail\ is valuable software---this thesis is a first effort to revive it---it will not be the last. + + + + +%``This is the Unix philosophy: Write programs that do one thing and do it well. Write programs to work together. Write programs to handle text streams, because that is a universal interface.'' Doug McIlroy (quoted in Peter H. Salus. A Quarter-Century of Unix. Addison-Wesley. 1994. ISBN 0-201-54777-5.) + + + diff -r f180f38d4ca9 -r acbdd61c4f61 thesis/tex/7-Summary.tex --- a/thesis/tex/7-Summary.tex Fri Feb 06 12:09:07 2009 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -\chapter{Summary} - -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. - -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. - -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. - -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. - -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. - - -\subsubsection*{Outlook} - -Writing this thesis is not the end of my work on \masqmail\ but the beginning. The next important step is creating a community of people that are interested in reviving \masqmail's development. Then comes implementing the identified tasks together with this group of volunteers, and afterwards designing \masqmail\ new. - -Of course there are known, but unfixed, bugs in \masqmail. Those need to be closed. - -Documentation and ``marketing'' is important too. Especially end user documentation is needed and people who help to distribute the knowledge of \masqmail's existence and its advantages. - -\masqmail\ is valuable software---this thesis is a first effort to revive it---it will not be the last. - - - - -%``This is the Unix philosophy: Write programs that do one thing and do it well. Write programs to work together. Write programs to handle text streams, because that is a universal interface.'' Doug McIlroy (quoted in Peter H. Salus. A Quarter-Century of Unix. Addison-Wesley. 1994. ISBN 0-201-54777-5.) - - - diff -r f180f38d4ca9 -r acbdd61c4f61 thesis/thesis.tex --- a/thesis/thesis.tex Fri Feb 06 12:09:07 2009 +0100 +++ b/thesis/thesis.tex Fri Feb 06 12:11:44 2009 +0100 @@ -35,7 +35,7 @@ \include{tex/3-MailTransferAgents} \include{tex/4-MasqmailsFuture} \include{tex/5-Improvements} -\include{tex/7-Summary} +\include{tex/6-Summary} \clearpage \setcounter{page}{0}