1 \usepackage{verbatim} |
|
2 \usepackage[ngerman]{babel} |
|
3 \usepackage{alltt} |
|
4 \usepackage[utf8x]{inputenc} |
|
5 \setbeamercovered{transparent} |
|
6 %\usetheme{Dresden} |
|
7 \usepackage{lmodern} |
|
8 \title[Exim]{Exim - MTA-Framework oder MTA?} |
|
9 \subtitle{Mailserver-Konferenz Berlin 2014} |
|
10 \author[H. Schlittermann]{Heiko Schlittermann} |
|
11 \institute{schlittermann - internet \& unix support, Dresden} |
|
12 |
|
13 \newcommand{\BS}{$\backslash$} |
|
14 \newcommand{\B}{$\hookleftarrow$} |
|
15 \newcommand{\ttinput}[1]{% |
|
16 \begin{alltt}% |
|
17 \input{#1}% |
|
18 \end{alltt}} |
|
19 |
|
20 |
|
21 \begin{document} |
|
22 |
|
23 \begin{frame} |
|
24 \titlepage |
|
25 \end{frame} |
|
26 |
|
27 \begin{frame}{Inhalt} |
|
28 \tableofcontents |
|
29 \end{frame} |
|
30 |
|
31 % -- |
|
32 \input{frames/exim.tex} |
|
33 |
|
34 % -- |
|
35 \input{frames/anatomie.tex} |
|
36 |
|
37 % -- Config |
|
38 \input{frames/konfiguration.tex} |
|
39 |
|
40 % -- Routing |
|
41 \input{frames/routing.tex} |
|
42 |
|
43 % -- Transport |
|
44 \input{frames/transport.tex} |
|
45 |
|
46 % -- Example Emig |
|
47 \section{Beispiele} |
|
48 \input{frames/emig.tex} |
|
49 % -- Example Smarthosts |
|
50 \input{frames/smart.tex} |
|
51 |
|
52 % -- ACL |
|
53 \input{frames/acl.tex} |
|
54 |
|
55 % -- logging |
|
56 \input{frames/logging.tex} |
|
57 |
|
58 % -- Test und Betrieb |
|
59 \input{frames/testing.tex} |
|
60 |
|
61 % -- Sicherheit |
|
62 \input{frames/security.tex} |
|
63 |
|
64 % -- Performance |
|
65 \input{frames/performance.tex} |
|
66 |
|
67 \section{Der Rest} |
|
68 \begin{frame}[<+->][fragile]{Was fehlt} |
|
69 Noch einige Dinge vergessen? |
|
70 \begin{itemize} |
|
71 \item TLS - geht einfach so |
|
72 \item Header-Rewriting \verb=*@*.example.com $1@example.com Ff= |
|
73 \item Retry-Rules \verb=*.example.com rcpt_4xx F,2h,5m;G,2d,15m= |
|
74 \item SMTP-Authentifizierung (Client/Server) |
|
75 \item Cut-Through-Routing, PRDR, DNSSEC, DANE, Enhanced Status Codes |
|
76 \end{itemize} |
|
77 \end{frame} |
|
78 |
|
79 \begin{frame}[<+->][fragile]{DANKE} |
|
80 \begin{verbatim} |
|
81 2014-05-12 12:32:26 [2858] 1WjPOs-0000k4-B5 Completed |
|
82 \end{verbatim} |
|
83 \pause |
|
84 \vfill |
|
85 \begin{Large} |
|
86 \begin{tabular}{r|l} |
|
87 schlittermann.de & \\ |
|
88 hs@schlittermann.de & \\ |
|
89 & Linux \\ |
|
90 & Mail \\ |
|
91 & DNS \\ |
|
92 & Perl |
|
93 \end{tabular} |
|
94 \end{Large} |
|
95 \end{frame} |
|
96 |
|
97 %\begin{frame}{Möglichkeiten zur Leistungsverbesserung (Warteschlange, Parallelisierung, Blockierung, Ratelimit)} |
|
98 %\end{frame} |
|
99 % |
|
100 %\begin{frame}{Ausblick/Offene Punkte: PRDR, DANE, Enhanced Status Codes} |
|
101 %\end{frame} |
|
102 |
|
103 \end{document} |
|