# HG changeset patch # User meillo@marmaro.de # Date 1231863461 -3600 # Node ID 17d5a1b7e7d33d71bc4ed8f210efa5032c79353d # Parent db81f3cc6675566307d2dd58cc4c967656849c22 new diagram diff -r db81f3cc6675 -r 17d5a1b7e7d3 thesis/img/Makefile --- a/thesis/img/Makefile Mon Jan 12 12:53:03 2009 +0100 +++ b/thesis/img/Makefile Tue Jan 13 17:17:41 2009 +0100 @@ -11,6 +11,7 @@ mta-channels.eps \ stunnel.eps \ mail-agents.eps \ +masqmail-typical-usage.eps \ .PHONY: all diff -r db81f3cc6675 -r 17d5a1b7e7d3 thesis/img/masqmail-typical-usage.pic --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thesis/img/masqmail-typical-usage.pic Tue Jan 13 17:17:41 2009 +0100 @@ -0,0 +1,85 @@ +.PS +# masqmail-typical-usage +scale = 1.2 + +[ +moveht = 0.3 +lineht = 0.3 + + +down +line <- +ISP: ellipse "ISP" +line <- +R: box invis "router" ht .2 +S1: box dashed wid 3.6 ht 1.95 +" Internet" at S1.nw above ljust +" Local network" at S1.nw below ljust +move to S1.n +move 2*moveht+boxht + +[ +right +W1: box "workstation" "(masqmail)" +line <-> 0.3 +W2: box "workstation" "(masqmail)" +line <-> 0.3 +W3: box "workstation" "(masqmail)" +] + +line from last [].W1.n to R.s-(0.05,lineht) then to R.s-(0.05,0) +line from last [].W2.n to R.s-(0,lineht) then to R.s +line from last [].W3.n to R.s+(0.05,-lineht) then to R.s+(0.05,0) + +arrow from R.n-(0.05,0) to ISP.s-(0.05,0) +arrow from R.n+(0.05,0) to ISP.s+(0.05,0) + +#spline -> from last [].W1.n to R.s-(0.05,0) then to ISP.s-(0.05,0) +#spline -> from last [].W2.n to R.s then to ISP.s +#spline -> from last [].W3.n to R.s+(0.05,0) then to ISP.s+(0.05,0) + +#circle "mail" "box" with .w at ISP.e + +] + + +move + + +[ + +moveht = 0.3 +lineht = 0.3 + +down +line <- +ISP: ellipse "ISP" +line <- +R: box invis "router" ht .2 +S1: box dashed wid 3.6 ht 1.95 +" Internet" at S1.nw above ljust +" Local network" at S1.nw below ljust +move to S1.n +line +S: box "server" "(masqmail)" +move + +[ +right +W1: box "workstation" "(forwarder)" +move 0.3 +W2: box "workstation" "(forwarder)" +move 0.3 +W3: box "workstation" "(forwarder)" +] + +arrow from last [].W1.n to S.s-(0.05,0) +arrow from last [].W2.n to S.s +arrow from last [].W3.n to S.s+(0.05,0) + +#circle "mail" "box" with .w at ISP.e +#circle "mail" "box" with .w at S.e + +] + +.PE