docs/diploma

diff thesis/titlepage.tex @ 12:26ff7cb0cc12

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