docs/diploma
annotate thesis/img/masqmail-channels.pic @ 339:f9f925c5e2d1
added labels and few work at some places
author | meillo@marmaro.de |
---|---|
date | Mon, 26 Jan 2009 13:36:18 +0100 |
parents | |
children |
rev | line source |
---|---|
meillo@258 | 1 .PS |
meillo@258 | 2 # in and out channels of masqmail |
meillo@258 | 3 |
meillo@258 | 4 linewid = 1.5 |
meillo@258 | 5 |
meillo@258 | 6 |
meillo@258 | 7 A: box "masqmail" wid 1.5*boxwid ht 1.5*boxht |
meillo@258 | 8 |
meillo@258 | 9 line <- left from 0.5<A.w,A.nw> "remote (SMTP)" above |
meillo@258 | 10 line <- left from 0.5<A.w,A.sw> "local (stdin)" above |
meillo@258 | 11 |
meillo@258 | 12 line -> right from 0.7<A.e,A.ne> "remote (SMTP)" above |
meillo@258 | 13 line -> right from A.e "local (pipe)" above |
meillo@258 | 14 box "command" wid boxwid ht 0.5*boxht |
meillo@258 | 15 line right from 0.7<A.e,A.se> "local (delivery)" above |
meillo@258 | 16 line down .1 |
meillo@258 | 17 move 0.5*moveht |
meillo@258 | 18 C: box invis "mailboxes" ht 0.3 |
meillo@258 | 19 |
meillo@258 | 20 arrow from last line.end to 0.2<C.nw,C.ne> |
meillo@258 | 21 arrow from last line.end to 0.4<C.nw,C.ne> |
meillo@258 | 22 arrow from last line.end to 0.6<C.nw,C.ne> |
meillo@258 | 23 arrow from last line.end to 0.8<C.nw,C.ne> |
meillo@258 | 24 |
meillo@258 | 25 line <- up from A.n |
meillo@258 | 26 box invis ht 0.3 "online state" |
meillo@258 | 27 |
meillo@258 | 28 .PE |