# HG changeset patch # User Heiko Schlittermann (JUMPER) # Date 1426676487 -3600 # Node ID f5fb56d00192a2176f89e5c1633dfe873c825f8c # Parent 06ced28bcbb83a614d7fafea5c0a77d3a5451dd9 renamed to clt2015 diff -r 06ced28bcbb8 -r f5fb56d00192 Makefile --- 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 $< diff -r 06ced28bcbb8 -r f5fb56d00192 beamer.tex --- 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} diff -r 06ced28bcbb8 -r f5fb56d00192 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} diff -r 06ced28bcbb8 -r f5fb56d00192 handout.tex --- 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} diff -r 06ced28bcbb8 -r f5fb56d00192 mk2014.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}