docs/diploma
changeset 258:e8ffc2dd9959
new pic: masqmail-channels
author | meillo@marmaro.de |
---|---|
date | Wed, 14 Jan 2009 12:22:02 +0100 |
parents | f4966e84815d |
children | 5db159540ba8 |
files | thesis/img/Makefile thesis/img/masqmail-channels.pic thesis/img/masqmail-typical-usage.pic |
diffstat | 3 files changed, 34 insertions(+), 2 deletions(-) [+] |
line diff
1.1 --- a/thesis/img/Makefile Tue Jan 13 17:18:40 2009 +0100 1.2 +++ b/thesis/img/Makefile Wed Jan 14 12:22:02 2009 +0100 1.3 @@ -12,6 +12,7 @@ 1.4 stunnel.eps \ 1.5 mail-agents.eps \ 1.6 masqmail-typical-usage.eps \ 1.7 +masqmail-channels.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-channels.pic Wed Jan 14 12:22:02 2009 +0100 2.3 @@ -0,0 +1,28 @@ 2.4 +.PS 2.5 +# in and out channels of masqmail 2.6 + 2.7 +linewid = 1.5 2.8 + 2.9 + 2.10 +A: box "masqmail" wid 1.5*boxwid ht 1.5*boxht 2.11 + 2.12 +line <- left from 0.5<A.w,A.nw> "remote (SMTP)" above 2.13 +line <- left from 0.5<A.w,A.sw> "local (stdin)" above 2.14 + 2.15 +line -> right from 0.7<A.e,A.ne> "remote (SMTP)" above 2.16 +line -> right from A.e "local (pipe)" above 2.17 +box "command" wid boxwid ht 0.5*boxht 2.18 +line right from 0.7<A.e,A.se> "local (delivery)" above 2.19 +line down .1 2.20 +move 0.5*moveht 2.21 +C: box invis "mailboxes" ht 0.3 2.22 + 2.23 +arrow from last line.end to 0.2<C.nw,C.ne> 2.24 +arrow from last line.end to 0.4<C.nw,C.ne> 2.25 +arrow from last line.end to 0.6<C.nw,C.ne> 2.26 +arrow from last line.end to 0.8<C.nw,C.ne> 2.27 + 2.28 +line <- up from A.n 2.29 +box invis ht 0.3 "online state" 2.30 + 2.31 +.PE
3.1 --- a/thesis/img/masqmail-typical-usage.pic Tue Jan 13 17:18:40 2009 +0100 3.2 +++ b/thesis/img/masqmail-typical-usage.pic Wed Jan 14 12:22:02 2009 +0100 3.3 @@ -8,7 +8,7 @@ 3.4 3.5 3.6 down 3.7 -line <- 3.8 +line <-> 3.9 ISP: ellipse "ISP" 3.10 line <- 3.11 R: box invis "router" ht .2 3.12 @@ -41,7 +41,9 @@ 3.13 #circle "mail" "box" with .w at ISP.e 3.14 3.15 ] 3.16 +"Scenario 1" with .nw at last [].nw +(0.4,-0.1) 3.17 3.18 +move to last [].e 3.19 3.20 move 3.21 3.22 @@ -52,7 +54,7 @@ 3.23 lineht = 0.3 3.24 3.25 down 3.26 -line <- 3.27 +line <-> 3.28 ISP: ellipse "ISP" 3.29 line <- 3.30 R: box invis "router" ht .2 3.31 @@ -81,5 +83,6 @@ 3.32 #circle "mail" "box" with .w at S.e 3.33 3.34 ] 3.35 +"Scenario 2" with .nw at last [].nw +(0.4,-0.1) 3.36 3.37 .PE