docs/diploma
diff thesis/img/masqmail-arch-new.pic @ 202:3882f462d02d
added first PIC pictures plus Makefile
author | meillo@marmaro.de |
---|---|
date | Thu, 01 Jan 2009 21:32:19 +0100 |
parents | |
children | 0d78755132b7 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/thesis/img/masqmail-arch-new.pic Thu Jan 01 21:32:19 2009 +0100 1.3 @@ -0,0 +1,59 @@ 1.4 +.PS 1.5 +# the new architecture 1.6 + 1.7 +maxpswid = 6.0 1.8 +linewid = 0.2 1.9 +movewid = 0.3 1.10 + 1.11 + 1.12 +I: [ 1.13 +down 1.14 +I1: ellipse "sendmail" 1.15 +move 0.2 1.16 +I2: ellipse "smtpd" 1.17 +move 0.2 1.18 +I3: ellipse "..." 1.19 +] 1.20 + 1.21 +move 1.22 + 1.23 +QI: ellipse "queue-in" 1.24 +arrow up right 1.25 +IQ: box dashed "incoming" "queue" 1.26 +arrow 1.27 +SC: ellipse "scanning" 1.28 +arrow 1.29 +OQ: box dashed "outgoing" "queue" 1.30 +arrow down right 1.31 +QO: ellipse "queue-out" 1.32 + 1.33 +move 1.34 + 1.35 +O: [ 1.36 +down 1.37 +O1: ellipse "pipe" 1.38 +move 0.2 1.39 +O2: ellipse "smtp" 1.40 +move 0.2 1.41 +O3: ellipse "..." 1.42 +] 1.43 + 1.44 +arrow from I.I1.e to QI.w 1.45 +arrow from I.I2.e to QI.w 1.46 +arrow from I.I3.e to QI.w 1.47 + 1.48 +arrow from QO.e to O.O1.w 1.49 +arrow from QO.e to O.O2.w 1.50 +arrow from QO.e to O.O3.w 1.51 + 1.52 + 1.53 +line dotted up from SC.n 1.54 +box invis "external mail scanners" ht 0.2 1.55 + 1.56 +line dotted down from SC.s 1.57 +PL: box dashed "message" "pool" 1.58 +line -> down right from QI.e then to PL.w 1.59 +line <- down left from QO.w then to PL.e 1.60 + 1.61 + 1.62 +.PE