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 wrap: on
line diff
--- a/thesis/titlepage.tex	Fri Sep 19 10:43:38 2008 +0200
+++ b/thesis/titlepage.tex	Fri Sep 19 11:31:35 2008 +0200
@@ -1,22 +1,69 @@
+\cleardoublepage
+\thispagestyle{empty}
 
 \begin{titlepage}
 
-	\title{diploma thesis about masqmail}
-	\author{markus schnalke}
-	\date{2008-09-16}
+\begin{center}
+{\Huge \bfseries masqmail }
+
+{\large a mail tranfer agent for workstations and small networks }
+\end{center}
 
-	\thispagestyle{empty}
+\section*{\centering Abstract}
+\name{masqmail} is an \NAME{MTA} for workstations and small networks. It is a drop-in replacement for \name{sendmail}, but much smaller.
 
-	\begin{flushright}
+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.
+
+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}.
+
+
 
-		\vspace*{12cm}
-		{\Huge \bfseries masqmail}
+%Masqmail ist ein Mail Transfer Agent wie Sendmail und kann diesen
+%ersetzen. Er bietet alle gängigen Funktionen eines MTA und zudem die
+%Möglichkeit Mails abhängig von äußeren Faktoren über verschiedene
+%Mail-Relays (ISPs wie GMX) zu versenden.
+%
+%Im Gegensatz zu den bekannten MTAs Sendmail, Postfix, Exim ist sein
+%Codeumfang nur etwa ein Zehntel. Auch verglichen mit Qmail ist er nur
+%halb so groß.
+%
+%Somit ist Masqmail ein kleiner, überschaubarer MTA der gerade für
+%Workstations (ohne ständige Internetanbindung) oder für kleine Netze
+%geeignet ist.
+%
+%Aktive Entwicklung von Masqmail findet seit einiger Zeit kaum noch
+%statt. Auch anstehende Bugfixes werden nicht, oder nur begrenzt,
+%vorgenommen.
+%Genutzt wird das Programm aber allemal, denn kleine MTAs für
+%nicht-permanente Verbindungen gibt es sonst (AFAIR) keine.
+%
+%Ich will mich in meiner DA in die Konzepte eines MTA am Beispiel von
+%Masqmail einarbeiten. Ich möchte eine Sicherheitsanalyse durchführen
+%und nach kritischen Stellen im Code suchen. Anschließend möchte ich
+%den Code verbessern, wo es nötig ist.
+%
+%Mein großes Ziel im Hintergrund ist es, diesem Programm wieder mehr
+%Leben einzuhauchen. Ich möchte Masqmail zukünftig weiterentwickeln, es
+%betreuen und vor allem die bisher sehr spärliche Dokumentation stark
+%ausbauen.
 
-		{\large \slshape
-		diploma thesis by\\
-		markus schnalke\\
-		}
+
+\vspace*{12ex}
+%\vfill
+
+Diploma thesis of Markus \textsc{Schnalke} (matriculation number: 039131).\\
+Course \name{Business Information Systems} at the \name{University of Applied Sciences Ulm}.\\
+Year 2009.
 
-	\end{flushright}
+Supervisor:\\
+Prof.~Dr.~rer.~nat. Markus \textsc{Schäffter}, \name{University of Applied Sciences Ulm}.
+
+\vfill
 
+{\scriptsize\ttfamily
+	Copyright \copyright\ 2008, 2009 Markus Schnalke.
+
+	Permission is hereby granted to copy and distribute this document in verbatim form.
+}
+	
 \end{titlepage}