docs/diploma

changeset 255:17d5a1b7e7d3

new diagram
author meillo@marmaro.de
date Tue, 13 Jan 2009 17:17:41 +0100
parents db81f3cc6675
children 68ef2040912a
files thesis/img/Makefile thesis/img/masqmail-typical-usage.pic
diffstat 2 files changed, 86 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- a/thesis/img/Makefile	Mon Jan 12 12:53:03 2009 +0100
     1.2 +++ b/thesis/img/Makefile	Tue Jan 13 17:17:41 2009 +0100
     1.3 @@ -11,6 +11,7 @@
     1.4  mta-channels.eps \
     1.5  stunnel.eps \
     1.6  mail-agents.eps \
     1.7 +masqmail-typical-usage.eps \
     1.8  
     1.9  
    1.10  .PHONY: all
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/thesis/img/masqmail-typical-usage.pic	Tue Jan 13 17:17:41 2009 +0100
     2.3 @@ -0,0 +1,85 @@
     2.4 +.PS
     2.5 +# masqmail-typical-usage
     2.6 +scale = 1.2
     2.7 +
     2.8 +[
     2.9 +moveht = 0.3
    2.10 +lineht = 0.3
    2.11 +
    2.12 +
    2.13 +down
    2.14 +line <-
    2.15 +ISP: ellipse "ISP"
    2.16 +line <-
    2.17 +R: box invis "router" ht .2
    2.18 +S1: box dashed wid 3.6 ht 1.95
    2.19 +" Internet" at S1.nw above ljust
    2.20 +" Local network" at S1.nw below ljust
    2.21 +move to S1.n
    2.22 +move 2*moveht+boxht
    2.23 +
    2.24 +[
    2.25 +right
    2.26 +W1: box "workstation" "(masqmail)"
    2.27 +line <-> 0.3
    2.28 +W2: box "workstation" "(masqmail)"
    2.29 +line <-> 0.3
    2.30 +W3: box "workstation" "(masqmail)"
    2.31 +]
    2.32 +
    2.33 +line from last [].W1.n to R.s-(0.05,lineht) then to R.s-(0.05,0)
    2.34 +line from last [].W2.n to R.s-(0,lineht) then to R.s
    2.35 +line from last [].W3.n to R.s+(0.05,-lineht) then to R.s+(0.05,0)
    2.36 +
    2.37 +arrow from R.n-(0.05,0) to ISP.s-(0.05,0)
    2.38 +arrow from R.n+(0.05,0) to ISP.s+(0.05,0)
    2.39 +
    2.40 +#spline -> from last [].W1.n to R.s-(0.05,0) then to ISP.s-(0.05,0)
    2.41 +#spline -> from last [].W2.n to R.s then to ISP.s
    2.42 +#spline -> from last [].W3.n to R.s+(0.05,0) then to ISP.s+(0.05,0)
    2.43 +
    2.44 +#circle "mail" "box" with .w at ISP.e
    2.45 +
    2.46 +]
    2.47 +
    2.48 +
    2.49 +move
    2.50 +
    2.51 +
    2.52 +[
    2.53 +
    2.54 +moveht = 0.3
    2.55 +lineht = 0.3
    2.56 +
    2.57 +down
    2.58 +line <-
    2.59 +ISP: ellipse "ISP"
    2.60 +line <-
    2.61 +R: box invis "router" ht .2
    2.62 +S1: box dashed wid 3.6 ht 1.95
    2.63 +" Internet" at S1.nw above ljust
    2.64 +" Local network" at S1.nw below ljust
    2.65 +move to S1.n
    2.66 +line
    2.67 +S: box "server" "(masqmail)"
    2.68 +move
    2.69 +
    2.70 +[
    2.71 +right
    2.72 +W1: box "workstation" "(forwarder)"
    2.73 +move 0.3
    2.74 +W2: box "workstation" "(forwarder)"
    2.75 +move 0.3
    2.76 +W3: box "workstation" "(forwarder)"
    2.77 +]
    2.78 +
    2.79 +arrow from last [].W1.n to S.s-(0.05,0)
    2.80 +arrow from last [].W2.n to S.s
    2.81 +arrow from last [].W3.n to S.s+(0.05,0)
    2.82 +
    2.83 +#circle "mail" "box" with .w at ISP.e
    2.84 +#circle "mail" "box" with .w at S.e
    2.85 +
    2.86 +]
    2.87 +
    2.88 +.PE