docs/diploma

diff thesis/tex/titlepage.tex @ 15:0b3b806f4eb2

new directory structure; added content about MTAs and history
author meillo@marmaro.de
date Tue, 23 Sep 2008 22:28:29 +0200
parents thesis/titlepage.tex@a71af14e3887
children f789b659f094
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/thesis/tex/titlepage.tex	Tue Sep 23 22:28:29 2008 +0200
     1.3 @@ -0,0 +1,69 @@
     1.4 +\cleardoublepage
     1.5 +\thispagestyle{empty}
     1.6 +
     1.7 +\begin{titlepage}
     1.8 +
     1.9 +\begin{center}
    1.10 +{\Huge \bfseries masqmail }
    1.11 +
    1.12 +{\large a mail tranfer agent for workstations and small networks }
    1.13 +\end{center}
    1.14 +
    1.15 +\section*{\centering Abstract}
    1.16 +\masqmail\ is a \mta\ for workstations and small networks. It is a drop-in replacement for \sendmail, but much smaller.
    1.17 +
    1.18 +This diploma thesis analyzes the structure and concepts of \masqmail, and its security and safety. Based on this knowledge, the source code will get improved and everything will be written down for documentation.
    1.19 +
    1.20 +After successful tests in a real environment, a new version of \masqmail\ will be released and it will be packaged for the \gnulinux\ Distribution \debian.
    1.21 +
    1.22 +
    1.23 +
    1.24 +%Masqmail ist ein Mail Transfer Agent wie Sendmail und kann diesen
    1.25 +%ersetzen. Er bietet alle gängigen Funktionen eines MTA und zudem die
    1.26 +%Möglichkeit Mails abhängig von äußeren Faktoren über verschiedene
    1.27 +%Mail-Relays (ISPs wie GMX) zu versenden.
    1.28 +%
    1.29 +%Im Gegensatz zu den bekannten MTAs Sendmail, Postfix, Exim ist sein
    1.30 +%Codeumfang nur etwa ein Zehntel. Auch verglichen mit Qmail ist er nur
    1.31 +%halb so groß.
    1.32 +%
    1.33 +%Somit ist Masqmail ein kleiner, überschaubarer MTA der gerade für
    1.34 +%Workstations (ohne ständige Internetanbindung) oder für kleine Netze
    1.35 +%geeignet ist.
    1.36 +%
    1.37 +%Aktive Entwicklung von Masqmail findet seit einiger Zeit kaum noch
    1.38 +%statt. Auch anstehende Bugfixes werden nicht, oder nur begrenzt,
    1.39 +%vorgenommen.
    1.40 +%Genutzt wird das Programm aber allemal, denn kleine MTAs für
    1.41 +%nicht-permanente Verbindungen gibt es sonst (AFAIR) keine.
    1.42 +%
    1.43 +%Ich will mich in meiner DA in die Konzepte eines MTA am Beispiel von
    1.44 +%Masqmail einarbeiten. Ich möchte eine Sicherheitsanalyse durchführen
    1.45 +%und nach kritischen Stellen im Code suchen. Anschließend möchte ich
    1.46 +%den Code verbessern, wo es nötig ist.
    1.47 +%
    1.48 +%Mein großes Ziel im Hintergrund ist es, diesem Programm wieder mehr
    1.49 +%Leben einzuhauchen. Ich möchte Masqmail zukünftig weiterentwickeln, es
    1.50 +%betreuen und vor allem die bisher sehr spärliche Dokumentation stark
    1.51 +%ausbauen.
    1.52 +
    1.53 +
    1.54 +\vspace*{12ex}
    1.55 +%\vfill
    1.56 +
    1.57 +Diploma thesis of Markus \textsc{Schnalke} (matriculation number: 039131).\\
    1.58 +Course \name{Business Information Systems} at the \name{University of Applied Sciences Ulm}.\\
    1.59 +Year 2009.
    1.60 +
    1.61 +Supervisor:\\
    1.62 +Prof.~Dr.~rer.~nat. Markus \textsc{Schäffter}, \name{University of Applied Sciences Ulm}.
    1.63 +
    1.64 +\vfill
    1.65 +
    1.66 +{\scriptsize\ttfamily
    1.67 +	Copyright \copyright\ 2008, 2009 by Markus Schnalke.
    1.68 +
    1.69 +	Permission is hereby granted to copy and distribute this document in verbatim form.
    1.70 +}
    1.71 +	
    1.72 +\end{titlepage}