docs/diploma

changeset 230:35b0dfefd2c4

new pic
author meillo@marmaro.de
date Sat, 10 Jan 2009 00:27:06 +0100
parents c5f44219bc5d
children adb7ecbc92da
files thesis/img/Makefile thesis/img/stunnel.pic
diffstat 2 files changed, 30 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/thesis/img/Makefile	Fri Jan 09 14:22:06 2009 +0100
     1.2 +++ b/thesis/img/Makefile	Sat Jan 10 00:27:06 2009 +0100
     1.3 @@ -3,7 +3,13 @@
     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 mta-channels.eps
     1.8 +IMG=\
     1.9 +comm-classification.eps \
    1.10 +masqmail-arch-new.eps \
    1.11 +comm-lifecycle.eps \
    1.12 +email-swot.eps \
    1.13 +mta-channels.eps \
    1.14 +stunnel.eps \
    1.15  
    1.16  
    1.17  .PHONY: all
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/thesis/img/stunnel.pic	Sat Jan 10 00:27:06 2009 +0100
     2.3 @@ -0,0 +1,23 @@
     2.4 +.PS
     2.5 +# stunnel
     2.6 +
     2.7 +L: box wid 2 ht 2
     2.8 +box invis "local host" below with .n at L.n
     2.9 +
    2.10 +#P: box wid 0.3 ht 3 with .e at L.w
    2.11 +
    2.12 +P465: box wid 0.3 ht 0.3 with .e at 0.25<L.nw,L.sw> "465"
    2.13 +P25: box wid 0.3 ht 0.3 with .e at 0.75<L.nw,L.sw> "25"
    2.14 +
    2.15 +left
    2.16 +line <- 1.0 left from P465.w "SMTP over TLS" "(encrypted)"
    2.17 +box dashed "remote" "host"
    2.18 +
    2.19 +spline -> from P465.e right 0.4 then to 0.5<P465.s, P25.n> then to P25.w-(0.4,0) then to P25.w "stunnel"
    2.20 +
    2.21 +right
    2.22 +line -> 0.5 right from P25.e "SMTP" "(unencrypted)"
    2.23 +box "MTA"
    2.24 +
    2.25 +
    2.26 +.PE