Mercurial > docs > diploma
comparison thesis/input/masqmail-arch-new.tex @ 180:d75bd7a72d8b
wrote about IPC, drawed picture of new arch
author | meillo@marmaro.de |
---|---|
date | Sat, 27 Dec 2008 19:25:06 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
179:7596cdcfbc1e | 180:d75bd7a72d8b |
---|---|
1 % masqmail-arch-new | |
2 { | |
3 %\scriptsize | |
4 | |
5 % +----------+ +------+ | |
6 % | sendmail |-+ +->| pipe | | |
7 % +----------+ | | +------+ | |
8 % | | | |
9 % +-------+ | +----------+ ========== +----------+ ========== +-----------+ | +------+ | |
10 % | smtpd |----+->| queue-in |---> incoming --->| scanning |---> outgoing --->| queue-out |-+->| smtp | | |
11 % +-------+ | +----------+ ========== +----------+ ========== +-----------+ | +------+ | |
12 % . . | |
13 % . . | |
14 | |
15 \begin{verbatim} | |
16 | |
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 . | |
46 | |
47 \end{verbatim} | |
48 } |