frames/konfiguration.tex
changeset 14 0f80f11be279
parent 11 3d9bb718ac1c
child 21 e5d2bd8b5c6f
--- a/frames/konfiguration.tex	Fri May 09 13:36:29 2014 +0200
+++ b/frames/konfiguration.tex	Fri May 09 16:55:18 2014 +0200
@@ -8,9 +8,9 @@
 	\item Beispiel-Konfig \verb=example.conf.gz= als Ausgangspunkt
 	\item \verb=exim -bV= listet die verwendete Konfigurationsdatei und
 			  einkompilierte Features
-	\begin{scriptsize}
+	\begin{small}
 	\ttinput{exim_bV.tt}
-	\end{scriptsize}
+	\end{small}
 	\end{itemize}
 \end{frame}
 
@@ -21,7 +21,7 @@
 miteinander verlinkt (Router referenziert Tranports, globaler Teil
 referenziert ACL)
 \pause
-\begin{scriptsize}
+\begin{small}
 \begin{verbatim}

 	begin acl
@@ -29,7 +29,8 @@
 	begin routers

 \end{verbatim}
-\end{scriptsize}
+\end{small}
+\pause
 \begin{description}
 	\item[global] knapp 240 allgemeine Direktiven
 	\item[acl] Access Control Lists für SMTP
@@ -44,7 +45,7 @@
 \subsection{Syntax}
 
 \begin{frame}[fragile]{Konfiguration}{Syntax}
-\begin{exampleblock}{Macros, Kommentar, lange Zeilen}
+\begin{block}{Macros, Kommentar, lange Zeilen}
 \begin{verbatim}
 	# Super!
 	CF = /etc/exim4/
@@ -55,7 +56,7 @@

 	  def:received_for {\n\tfor $received_for}}
 \end{verbatim}
-\end{exampleblock}
+\end{block}
 \pause
 Der Rest ist einfach :)
 \begin{alltt}
@@ -83,8 +84,8 @@
 \item[Operatoren] \verb=${md5:$local_part}=, \verb=${uc:$domain}=
 \item[Manipulation] \verb=${sg{$local_part}{.laus}{XXX}}=
 \item[Bedingungen] \verb=${if eq{$local_part}{x}{~/mbox}{~/.mail}}=
-\item[Lookup/Key] \verb=${lookup{$local_part}lsearch{/etc/aliases}}=
-\item[Lookup/Query] \verb+${lookup dnsdb{mx=example.com}}+
+\item[Key-Lookup] \verb=${lookup{$local_part}lsearch{/etc/aliases}}=
+\item[Query-Lookup] \verb+${lookup dnsdb{mx=example.com}}+
 \end{description}
 \end{frame}
 
@@ -98,7 +99,7 @@
 	${perl{<sub>}[{<arg>}…]}
 \end{verbatim}
 \pause
-\begin{exampleblock}{Greylisting}
+\begin{block}{Greylisting}
 \begin{verbatim}
 	GREYKEY = $sender_address/$local_part@$domain
 	perl_startup = do '/etc/exim4/exim-exigrey.pl'
@@ -110,7 +111,7 @@
 	      defer	condition = ${perl{unseen}{GREYKEY}{1d}}

 \end{verbatim}
-\end{exampleblock}
+\end{block}
 \end{frame}