258
|
1 .PS
|
|
2 # in and out channels of masqmail
|
|
3
|
|
4 linewid = 1.5
|
|
5
|
|
6
|
|
7 A: box "masqmail" wid 1.5*boxwid ht 1.5*boxht
|
|
8
|
|
9 line <- left from 0.5<A.w,A.nw> "remote (SMTP)" above
|
|
10 line <- left from 0.5<A.w,A.sw> "local (stdin)" above
|
|
11
|
|
12 line -> right from 0.7<A.e,A.ne> "remote (SMTP)" above
|
|
13 line -> right from A.e "local (pipe)" above
|
|
14 box "command" wid boxwid ht 0.5*boxht
|
|
15 line right from 0.7<A.e,A.se> "local (delivery)" above
|
|
16 line down .1
|
|
17 move 0.5*moveht
|
|
18 C: box invis "mailboxes" ht 0.3
|
|
19
|
|
20 arrow from last line.end to 0.2<C.nw,C.ne>
|
|
21 arrow from last line.end to 0.4<C.nw,C.ne>
|
|
22 arrow from last line.end to 0.6<C.nw,C.ne>
|
|
23 arrow from last line.end to 0.8<C.nw,C.ne>
|
|
24
|
|
25 line <- up from A.n
|
|
26 box invis ht 0.3 "online state"
|
|
27
|
|
28 .PE
|