docs/diploma

view 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 source
1 \cleardoublepage
2 \thispagestyle{empty}
4 \begin{titlepage}
6 \begin{center}
7 {\Huge \bfseries masqmail }
9 {\large a mail tranfer agent for workstations and small networks }
10 \end{center}
12 \section*{\centering Abstract}
13 \name{masqmail} is an \NAME{MTA} for workstations and small networks. It is a drop-in replacement for \name{sendmail}, but much smaller.
15 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.
17 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}.
21 %Masqmail ist ein Mail Transfer Agent wie Sendmail und kann diesen
22 %ersetzen. Er bietet alle gängigen Funktionen eines MTA und zudem die
23 %Möglichkeit Mails abhängig von äußeren Faktoren über verschiedene
24 %Mail-Relays (ISPs wie GMX) zu versenden.
25 %
26 %Im Gegensatz zu den bekannten MTAs Sendmail, Postfix, Exim ist sein
27 %Codeumfang nur etwa ein Zehntel. Auch verglichen mit Qmail ist er nur
28 %halb so groß.
29 %
30 %Somit ist Masqmail ein kleiner, überschaubarer MTA der gerade für
31 %Workstations (ohne ständige Internetanbindung) oder für kleine Netze
32 %geeignet ist.
33 %
34 %Aktive Entwicklung von Masqmail findet seit einiger Zeit kaum noch
35 %statt. Auch anstehende Bugfixes werden nicht, oder nur begrenzt,
36 %vorgenommen.
37 %Genutzt wird das Programm aber allemal, denn kleine MTAs für
38 %nicht-permanente Verbindungen gibt es sonst (AFAIR) keine.
39 %
40 %Ich will mich in meiner DA in die Konzepte eines MTA am Beispiel von
41 %Masqmail einarbeiten. Ich möchte eine Sicherheitsanalyse durchführen
42 %und nach kritischen Stellen im Code suchen. Anschließend möchte ich
43 %den Code verbessern, wo es nötig ist.
44 %
45 %Mein großes Ziel im Hintergrund ist es, diesem Programm wieder mehr
46 %Leben einzuhauchen. Ich möchte Masqmail zukünftig weiterentwickeln, es
47 %betreuen und vor allem die bisher sehr spärliche Dokumentation stark
48 %ausbauen.
51 \vspace*{12ex}
52 %\vfill
54 Diploma thesis of Markus \textsc{Schnalke} (matriculation number: 039131).\\
55 Course \name{Business Information Systems} at the \name{University of Applied Sciences Ulm}.\\
56 Year 2009.
58 Supervisor:\\
59 Prof.~Dr.~rer.~nat. Markus \textsc{Schäffter}, \name{University of Applied Sciences Ulm}.
61 \vfill
63 {\scriptsize\ttfamily
64 Copyright \copyright\ 2008, 2009 Markus Schnalke.
66 Permission is hereby granted to copy and distribute this document in verbatim form.
67 }
69 \end{titlepage}