view thesis/fig/mail-agents.pic @ 397:13e630c5a44d

rename img -> fig
author meillo@marmaro.de
date Sat, 07 Feb 2009 22:39:07 +0100
parents thesis/img/mail-agents.pic@46cee8426b00
children
line wrap: on
line source

.PS
# mail-agents

lineht = 0.25
circlerad = 0.3

A: box "MTA"
arrow 1.5*linewid
B: box "MTA"
line
box invis ". . ." wid 0.5
arrow
C: box "MTA"

arrow down from C.s
D: box "MDA"
arrow right linewid/2 from D.e
E: circle "mailbox"
line <-> down from E.s
F: box "MUA"
down
box invis "\fIrecipient\fR"


line <- down 2*lineht+boxht/2+circlerad from A.s
G: box "MUA"
box invis "\fIsender\fR"


.PE