Mercurial > docs > diploma
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thesis/input/masqmail-arch-new.tex Sat Dec 27 19:25:06 2008 +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} +}