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}