Mercurial > docs > diploma
annotate thesis/tex/1-Comparision.tex @ 28:01f154f8f477
added text about the candidates
author | meillo@marmaro.de |
---|---|
date | Sun, 05 Oct 2008 21:24:37 +0200 |
parents | 433df94d5476 |
children | 2a191e20b4aa |
rev | line source |
---|---|
26
fb9ba63f6957
changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents:
diff
changeset
|
1 \chapter{Comparision} |
27 | 2 |
3 | |
4 \section{First release} | |
5 sendmail: 1983 | |
6 | |
7 postfix: 1999 | |
8 | |
9 qmail: 1995 | |
10 | |
11 exim: 1995 | |
12 | |
13 masqmail: 1999 | |
14 | |
15 exchange: 1993 | |
16 | |
17 | |
18 \section{Lines of code (with sloccount on debian packages)} | |
19 sendmail: 93k | |
20 | |
21 postfix: 92k | |
22 | |
23 qmail: 18k | |
24 | |
25 exim: 54k | |
26 | |
27 masqmail: 14k | |
28 | |
29 exchange: (no source available) | |
30 | |
31 | |
32 \section{Architecture} | |
33 sendmail: monolitic | |
34 | |
35 postfix: modular | |
26
fb9ba63f6957
changed to new thesis structure; moved text pieces away; updated project plan
meillo@marmaro.de
parents:
diff
changeset
|
36 |
27 | 37 qmail: modular |
38 | |
39 exim: monolitic | |
40 | |
41 masqmail: monolitic | |
42 | |
43 exchange: (unknown) | |
44 | |
45 | |
46 \section{Design goals} | |
47 sendmail: flexibility | |
48 | |
49 postfix: performance and security | |
50 | |
51 qmail: security | |
52 | |
53 exim: general, flexible \& extensive facilities for checking | |
54 | |
55 masqmail: for non-permanent internet connection | |
56 | |
57 exchange: groupware | |
58 | |
59 | |
60 \section{Market share (by Bernstein in 2001)} | |
61 sendmail: 42\% | |
62 | |
63 postfix: 1.6\% | |
64 | |
65 qmail: 17\% | |
66 | |
67 exim: 1.6\% | |
68 | |
69 masqmail: (unknown) | |
70 | |
71 exchange: 18\% |