renamed to clt2015 clt2015
authorHeiko Schlittermann (JUMPER) <hs@schlittermann.de>
Wed, 18 Mar 2015 12:01:27 +0100
branchclt2015
changeset 29 f5fb56d00192
parent 28 06ced28bcbb8
child 30 ac1700753eea
renamed to clt2015
Makefile
beamer.tex
clt2015.tex
handout.tex
mk2014.tex
--- a/Makefile	Mon May 12 14:14:52 2014 +0200
+++ b/Makefile	Wed Mar 18 12:01:27 2015 +0100
@@ -16,9 +16,9 @@
 	-rm -f *.vrb $(IMAGES)
 
 distclean:	clean
-	rubber --clean -d mk2014.tex
+	rubber --clean -d clt2015.tex
 
-beamer.pdf handout.pdf:	mk2014.tex $(IMAGES) $(FRAMES) $(CONF) $(OUT)
+beamer.pdf handout.pdf:	clt2015.tex $(IMAGES) $(FRAMES) $(CONF) $(OUT)
 
 %.pdf:	%.tex
 	rubber -f -d $<
--- a/beamer.tex	Mon May 12 14:14:52 2014 +0200
+++ b/beamer.tex	Wed Mar 18 12:01:27 2015 +0100
@@ -1,2 +1,2 @@
 \documentclass[9pt]{beamer}
-\input{mk2014.tex}
+\input{clt2015.tex}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/clt2015.tex	Wed Mar 18 12:01:27 2015 +0100
@@ -0,0 +1,103 @@
+\usepackage{verbatim}
+\usepackage[ngerman]{babel}
+\usepackage{alltt}
+\usepackage[utf8x]{inputenc}
+\setbeamercovered{transparent}
+%\usetheme{Dresden}
+\usepackage{lmodern}
+\title[Exim]{Exim - MTA-Framework oder MTA?}
+\subtitle{Mailserver-Konferenz Berlin 2014}
+\author[H. Schlittermann]{Heiko Schlittermann}
+\institute{schlittermann - internet \& unix support, Dresden}
+
+\newcommand{\BS}{$\backslash$}
+\newcommand{\B}{$\hookleftarrow$}
+\newcommand{\ttinput}[1]{%
+	\begin{alltt}%
+	\input{#1}%
+	\end{alltt}}
+
+
+\begin{document}
+
+\begin{frame}
+	\titlepage
+\end{frame}
+
+\begin{frame}{Inhalt}
+	\tableofcontents
+\end{frame}
+
+% --
+\input{frames/exim.tex}
+
+% --
+\input{frames/anatomie.tex}
+
+% -- Config
+\input{frames/konfiguration.tex}
+
+% -- Routing
+\input{frames/routing.tex}
+
+% -- Transport
+\input{frames/transport.tex}
+
+% -- Example Emig
+\section{Beispiele}
+\input{frames/emig.tex}
+% -- Example Smarthosts
+\input{frames/smart.tex}
+
+% -- ACL
+\input{frames/acl.tex}
+
+% -- logging
+\input{frames/logging.tex}
+
+% -- Test und Betrieb
+\input{frames/testing.tex}
+
+% -- Sicherheit 
+\input{frames/security.tex}
+
+% -- Performance
+\input{frames/performance.tex}
+
+\section{Der Rest}
+\begin{frame}[<+->][fragile]{Was fehlt}
+Noch einige Dinge vergessen?
+\begin{itemize}
+	\item TLS - geht einfach so
+	\item Header-Rewriting \verb=*@*.example.com $1@example.com Ff=
+	\item Retry-Rules \verb=*.example.com rcpt_4xx F,2h,5m;G,2d,15m=
+	\item SMTP-Authentifizierung (Client/Server)
+	\item Cut-Through-Routing, PRDR, DNSSEC, DANE, Enhanced Status Codes
+\end{itemize}
+\end{frame}
+
+\begin{frame}[<+->][fragile]{DANKE}
+\begin{verbatim}
+2014-05-12 12:32:26 [2858] 1WjPOs-0000k4-B5 Completed
+\end{verbatim}
+\pause
+\vfill
+\begin{Large}
+\begin{tabular}{r|l}
+schlittermann.de & \\
+hs@schlittermann.de			& \\
+												& Linux \\
+												& Mail \\
+												& DNS \\
+												& Perl
+\end{tabular}
+\end{Large}
+\end{frame}
+
+%\begin{frame}{Möglichkeiten zur Leistungsverbesserung (Warteschlange, Parallelisierung, Blockierung, Ratelimit)}
+%\end{frame}
+%
+%\begin{frame}{Ausblick/Offene Punkte: PRDR, DANE, Enhanced Status Codes}
+%\end{frame}
+
+\end{document}
--- a/handout.tex	Mon May 12 14:14:52 2014 +0200
+++ b/handout.tex	Wed Mar 18 12:01:27 2015 +0100
@@ -1,2 +1,2 @@
 \documentclass[handout,9pt]{beamer}
-\input{mk2014.tex}
+\input{clt2015.tex}
--- a/mk2014.tex	Mon May 12 14:14:52 2014 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,103 +0,0 @@
-\usepackage{verbatim}
-\usepackage[ngerman]{babel}
-\usepackage{alltt}
-\usepackage[utf8x]{inputenc}
-\setbeamercovered{transparent}
-%\usetheme{Dresden}
-\usepackage{lmodern}
-\title[Exim]{Exim - MTA-Framework oder MTA?}
-\subtitle{Mailserver-Konferenz Berlin 2014}
-\author[H. Schlittermann]{Heiko Schlittermann}
-\institute{schlittermann - internet \& unix support, Dresden}
-
-\newcommand{\BS}{$\backslash$}
-\newcommand{\B}{$\hookleftarrow$}
-\newcommand{\ttinput}[1]{%
-	\begin{alltt}%
-	\input{#1}%
-	\end{alltt}}
-
-
-\begin{document}
-
-\begin{frame}
-	\titlepage
-\end{frame}
-
-\begin{frame}{Inhalt}
-	\tableofcontents
-\end{frame}
-
-% --
-\input{frames/exim.tex}
-
-% --
-\input{frames/anatomie.tex}
-
-% -- Config
-\input{frames/konfiguration.tex}
-
-% -- Routing
-\input{frames/routing.tex}
-
-% -- Transport
-\input{frames/transport.tex}
-
-% -- Example Emig
-\section{Beispiele}
-\input{frames/emig.tex}
-% -- Example Smarthosts
-\input{frames/smart.tex}
-
-% -- ACL
-\input{frames/acl.tex}
-
-% -- logging
-\input{frames/logging.tex}
-
-% -- Test und Betrieb
-\input{frames/testing.tex}
-
-% -- Sicherheit 
-\input{frames/security.tex}
-
-% -- Performance
-\input{frames/performance.tex}
-
-\section{Der Rest}
-\begin{frame}[<+->][fragile]{Was fehlt}
-Noch einige Dinge vergessen?
-\begin{itemize}
-	\item TLS - geht einfach so
-	\item Header-Rewriting \verb=*@*.example.com $1@example.com Ff=
-	\item Retry-Rules \verb=*.example.com rcpt_4xx F,2h,5m;G,2d,15m=
-	\item SMTP-Authentifizierung (Client/Server)
-	\item Cut-Through-Routing, PRDR, DNSSEC, DANE, Enhanced Status Codes
-\end{itemize}
-\end{frame}
-
-\begin{frame}[<+->][fragile]{DANKE}
-\begin{verbatim}
-2014-05-12 12:32:26 [2858] 1WjPOs-0000k4-B5 Completed
-\end{verbatim}
-\pause
-\vfill
-\begin{Large}
-\begin{tabular}{r|l}
-schlittermann.de & \\
-hs@schlittermann.de			& \\
-												& Linux \\
-												& Mail \\
-												& DNS \\
-												& Perl
-\end{tabular}
-\end{Large}
-\end{frame}
-
-%\begin{frame}{Möglichkeiten zur Leistungsverbesserung (Warteschlange, Parallelisierung, Blockierung, Ratelimit)}
-%\end{frame}
-%
-%\begin{frame}{Ausblick/Offene Punkte: PRDR, DANE, Enhanced Status Codes}
-%\end{frame}
-
-\end{document}