docs/diploma
changeset 250:9f06b3a1388f
new diagram mail-agents
author | meillo@marmaro.de |
---|---|
date | Mon, 12 Jan 2009 12:51:03 +0100 |
parents | 32e14e98cd91 |
children | 856554f9b530 |
files | thesis/img/mail-agents.pic |
diffstat | 1 files changed, 31 insertions(+), 0 deletions(-) [+] |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/thesis/img/mail-agents.pic Mon Jan 12 12:51:03 2009 +0100 1.3 @@ -0,0 +1,31 @@ 1.4 +.PS 1.5 +# mail-agents 1.6 + 1.7 +lineht = 0.25 1.8 +circlerad = 0.3 1.9 + 1.10 +A: box "MTA" 1.11 +arrow 1.5*linewid 1.12 +B: box "MTA" 1.13 +line 1.14 +box invis "..." wid 0.5 1.15 +arrow 1.16 +C: box "MTA" 1.17 + 1.18 +arrow down from C.s 1.19 +D: box "MDA" 1.20 +arrow right linewid/2 from D.e 1.21 +E: circle "mailbox" 1.22 +line <-> down from E.s 1.23 +F: box "MUA" 1.24 +down 1.25 +box invis "recipient" 1.26 + 1.27 + 1.28 +#line <- lineht+boxht/2+0.3+lineht down from A.s 1.29 +line <- down 2*lineht+boxht/2+circlerad from A.s 1.30 +G: box "MUA" 1.31 +box invis "sender" 1.32 + 1.33 + 1.34 +.PE