diff thesis/attic/ascii-pics/masqmail-arch-new.tex @ 273:92578f124df6

reorganized the input files and sorted old ones out
author meillo@marmaro.de
date Thu, 15 Jan 2009 12:29:54 +0100
parents thesis/input/masqmail-arch-new.tex@d75bd7a72d8b
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/thesis/attic/ascii-pics/masqmail-arch-new.tex	Thu Jan 15 12:29:54 2009 +0100
@@ -0,0 +1,48 @@
+% masqmail-arch-new
+{
+%\scriptsize
+
+% +----------+                                                                                 +------+
+% | sendmail |-+                                                                            +->| pipe |
+% +----------+ |                                                                            |  +------+
+%              |                                                                            |
+% +-------+    |  +----------+    ==========    +----------+    ==========    +-----------+ |  +------+
+% | smtpd |----+->| queue-in |---> incoming --->| scanning |---> outgoing --->| queue-out |-+->| smtp |
+% +-------+    |  +----------+    ==========    +----------+    ==========    +-----------+ |  +------+
+%              .                                                                            .
+%              .                                                                            .
+
+\begin{verbatim}
+
+ +----------+
+ | sendmail |-+
+ +----------+ |
+              |
+ +-------+    |  +----------+
+ | smtpd |----+->| queue-in |--+
+ +-------+    |  +----------+  |
+              .                |
+              .                V
+                          ==========
+                           incoming
+                          ==========
+                               |
+                               V
+                          +----------+
+                          | scanning |
+                          +----------+
+                                |
+                                V
+                            ==========
+                             outgoing               +------+
+                            ==========           +->| pipe |
+                                |                |  +------+
+                                |                |
+                                |  +-----------+ |  +------+
+                                +->| queue-out |-+->| smtp |
+                                   +-----------+ |  +------+
+                                                 .
+                                                 .
+
+\end{verbatim}
+}