Mercurial > docs > diploma
annotate thesis/tex/1-Comparision.tex @ 32:e150e6406019
sections from external MTA comparisons
author | meillo@marmaro.de |
---|---|
date | Tue, 07 Oct 2008 14:45:43 +0200 |
parents | 2a191e20b4aa |
children | 1412d283624a |
rev | line source |
---|---|
31 | 1 \chapter{Comparison of \MTA{}s} |
27 | 2 |
3 | |
4 \section{First release} | |
5 sendmail: 1983 | |
6 | |
7 postfix: 1999 | |
8 | |
31 | 9 qmail: 1996 (first beta 0.70), 1997 (first general 1.0) |
27 | 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\% |