docs/diploma

changeset 228:265f3f9dd44a

added pic on in out channels of mta
author meillo@marmaro.de
date Fri, 09 Jan 2009 14:21:45 +0100
parents 3af0fad39162
children c5f44219bc5d
files thesis/img/Makefile thesis/img/mta-channels.pic
diffstat 2 files changed, 25 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/thesis/img/Makefile	Tue Jan 06 19:00:31 2009 +0100
     1.2 +++ b/thesis/img/Makefile	Fri Jan 09 14:21:45 2009 +0100
     1.3 @@ -3,7 +3,7 @@
     1.4  # requires: pic, troff (with font Palatino), grops, ps2eps
     1.5  
     1.6  #IMG=`ls *.pic | sed 's/\.pic$$/.eps/'`
     1.7 -IMG=comm-classification.eps masqmail-arch-new.eps comm-lifecycle.eps email-swot.eps
     1.8 +IMG=comm-classification.eps masqmail-arch-new.eps comm-lifecycle.eps email-swot.eps mta-channels.eps
     1.9  
    1.10  
    1.11  .PHONY: all
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/thesis/img/mta-channels.pic	Fri Jan 09 14:21:45 2009 +0100
     2.3 @@ -0,0 +1,24 @@
     2.4 +.PS
     2.5 +# in and out channels of an mta
     2.6 +
     2.7 +linewid = 1.5
     2.8 +
     2.9 +
    2.10 +A: box "MTA" wid 1.5*boxwid ht 1.5*boxht
    2.11 +
    2.12 +line <- left from 0.3<A.w,A.nw> "remote (SMTP)" above
    2.13 +line <- left from 0.3<A.w,A.sw> "local (stdin)" below
    2.14 +
    2.15 +line -> right from 0.3<A.e,A.ne> "remote (SMTP)" above
    2.16 +line  right linewid*2/3 from 0.3<A.e,A.se> "local (pipe)" below
    2.17 +line -> down 1/6*linewid
    2.18 +B: box "MDA" wid 0.75*boxwid ht 0.75*boxht
    2.19 +
    2.20 +move 0.5*moveht
    2.21 +
    2.22 +C: box invis "mailboxes" ht 0.3
    2.23 +
    2.24 +arrow from 0.35<B.sw,B.se> to 0.2<C.nw,C.ne>
    2.25 +arrow from 0.45<B.sw,B.se> to 0.4<C.nw,C.ne>
    2.26 +arrow from 0.55<B.sw,B.se> to 0.6<C.nw,C.ne>
    2.27 +arrow from 0.65<B.sw,B.se> to 0.8<C.nw,C.ne>