docs/diploma

view 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 source
1 % masqmail-arch-new
2 {
3 %\scriptsize
5 % +----------+ +------+
6 % | sendmail |-+ +->| pipe |
7 % +----------+ | | +------+
8 % | |
9 % +-------+ | +----------+ ========== +----------+ ========== +-----------+ | +------+
10 % | smtpd |----+->| queue-in |---> incoming --->| scanning |---> outgoing --->| queue-out |-+->| smtp |
11 % +-------+ | +----------+ ========== +----------+ ========== +-----------+ | +------+
12 % . .
13 % . .
15 \begin{verbatim}
17 +----------+
18 | sendmail |-+
19 +----------+ |
20 |
21 +-------+ | +----------+
22 | smtpd |----+->| queue-in |--+
23 +-------+ | +----------+ |
24 . |
25 . V
26 ==========
27 incoming
28 ==========
29 |
30 V
31 +----------+
32 | scanning |
33 +----------+
34 |
35 V
36 ==========
37 outgoing +------+
38 ========== +->| pipe |
39 | | +------+
40 | |
41 | +-----------+ | +------+
42 +->| queue-out |-+->| smtp |
43 +-----------+ | +------+
44 .
45 .
47 \end{verbatim}
48 }